Close

State of the project

A project log for Electronic Thumb

A real life implementation of the Electronic Thumb from HHGTTG

marco-saarloosMarco Saarloos 03/07/2017 at 04:300 Comments

Our original idea was to query a ride sharing webservice (blablacar.com) for the first ten rides in the immediate area and display details about those rides on the oled. When we started implementing the code to do this though, we ran into a BIG problem.. The json file that we get from the blablacar api is about 30kb in size.. That's a bit rich for the 80kb ESP8266.

We ARE making the API requests on the device though, and if we can get the data we need from some other source we will make it work like we intended. We now have plans to set up a webservice (like an AWS lambda code or something like it) that fetches the blablacar json, filters out the bits that we need and gives us a much smaller set of data to work with on our limited device..

Other TODO's remaining:

What's DONE:

Discussions