Close

Proof-of-concept prototype!

A project log for ESPicker | Cryptocurrency Ticker

Track the prices of your favorite coins–Ethereum, Litecoin, Bitcoin, Dogecoin, and others–and display'em on your desk using the ESP8266.

acrobotic-industriesACROBOTIC Industries 03/18/2018 at 08:240 Comments

We're finishing up the write up on the first prototype we used for the ESPicker.  For the hardware we used the two components with which we were most familiar: a DevKit board and a 0.96" OLED.  We used the simple test code from our previous Project Log with the addition of barebones (no library) OLED code from our ESP8266 Demos repository.

And so, now in addition to printing the cryptocurrency price data on our Serial Monitor, we also display the latest price on an OLED screen controlled over I2C.

Please visit our repository for getting the code:

https://github.com/acrobotic/Ai_Demos_ESP8266/tree/master/crypto_ticker (simple_oled)

Discussions