(The Build)
Line 64: Line 64:
 
[[File:9_FICD.jpg]]
 
[[File:9_FICD.jpg]]
  
Now, its is time to mount the display inside the case.
+
Now, its is time to mount the display inside the case. We did this with the help of tape. You might design and print a
 +
tiny 3D printed case as well.  
  
 
[[File:10_FICD.jpg]]
 
[[File:10_FICD.jpg]]
  
 
[[File:11_FICD.jpg]]
 
[[File:11_FICD.jpg]]
 +
 
[[File:12_FICD.jpg]]
 
[[File:12_FICD.jpg]]
 +
 +
[[File:4_FICD.jpg]]
 +
 +
 +
Now the display is ready for action. It will display hard-coded numbers  from the firmware. In the next section we will look at using services like IFTTT and Zapier, to display numbers that matter.
  
 
=Code on FICD=
 
=Code on FICD=
 
=Code on Web Server=
 
=Code on Web Server=
 
=Video=
 
=Video=

Revision as of 12:41, 23 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

Measure the OLED size, mark it on the enclosure and make a cut out. We did it with a bench top drill. Start out by drilling small holes along side the marking.

1 FICD.jpg

File the rough edges to make a smooth cut out.

2 FICD.jpg

We plan to power it up with the LiPo battery. If you plan to use a USB charger, you might want to make one more cut out for it.

3 FICD.jpg

The Hornbill Minima comes with the LiPo battery connector. Only 4 connections are to be made for the display.

OLED Pin ESP32 Pin Description
SDA 21 Yellow wire
SCL 22 White wire
VCC 3.3V Red Wire
GND GND Black wire

Start with with soldering the wires on OLED first.

5 FICD.jpg

6 FICD.jpg

7 FICD.jpg

Then solder the wires on the Hornbill Minima Pads.

8 FICD.jpg

Now make appropriate changes in the firmware code. Download from the "code for FICD section"

9 FICD.jpg

Now, its is time to mount the display inside the case. We did this with the help of tape. You might design and print a tiny 3D printed case as well.

10 FICD.jpg

11 FICD.jpg

12 FICD.jpg

4 FICD.jpg


Now the display is ready for action. It will display hard-coded numbers from the firmware. In the next section we will look at using services like IFTTT and Zapier, to display numbers that matter.

Code on FICD

Code on Web Server

Video