(Created page with "category: ESP32 Arduino I am obsessed with numbers, are you? Examples in the demo are frivolous but the objective is to display that numbers that matter on a tiny OLED fro...")
 
Line 11: Line 11:
 
This may not be the best appoach to do this, but this is what I could come up with you. If you can think
 
This may not be the best appoach to do this, but this is what I could come up with you. If you can think
 
of anything better, please do comment!
 
of anything better, please do comment!
 +
=The Parts=
 +
 +
* Hornbill ESP32 Minima
 +
* OLED 128x64
 +
* Wires
 +
* Plastic enclosure
 +
* LiPo Battery
 +
 +
[[File:4_FICD.jpg]]
 +
 +
=The Build=
 +
=Code on FICD=
 +
=Code on Web Server=
 +
=Video=

Revision as of 22:40, 22 April 2017

I am obsessed with numbers, are you? Examples in the demo are frivolous but the objective is to display that numbers that matter on a tiny OLED from all over the internet(sort of)!

We will be using services like IFTTT (which did not work well), Zapier (trial plan) etc to fetch numbers from numerous services out there and show them on a tiny display. We will be using the hornbill ESP32 Minima to connect to the internet (AWS IOT). We will expose a webhook on our server to receive the trigger and then publish the message to display. Confused? Looking at the image below might help. 0 FICD.jpg This may not be the best appoach to do this, but this is what I could come up with you. If you can think of anything better, please do comment!

The Parts

  • Hornbill ESP32 Minima
  • OLED 128x64
  • Wires
  • Plastic enclosure
  • LiPo Battery

4 FICD.jpg

The Build

Code on FICD

Code on Web Server

Video