Skip to content

Latest commit

 

History

History

hardware

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Presidential Elections Monitor Hardware

The hardware consists of:

  1. ESP32
  2. SSD1306 OLED Display

How does it work

The esp32 runs micropython firmware that basically does the following:

1. Connects to a wifi

2. Pools data presidential tally data from our API

3. Displays the data on the oled display

4. Put the device to sleep for 30 minutes

Simple right!