Skip to content

Display cryptocurrency prices with the ESP32

License

Notifications You must be signed in to change notification settings

Lagodish/Crypto_Ticker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Ticker PlatformIO

This program will display current cryptocurrency prices on a small display. Price information is acquired from cryptocompare.com over WiFi. The board is based around the ESP32 microcontroller, which integrates WiFi, Bluetooth, and BLE connectivity. The final product incorporates a 3D-printed case, lithium battery, touch button (NO!), OLED display, and main control board. The device is woken up with the touch button and subsequent presses will cycle through different currencies on the display. WiFi

Dependencies

  • lib_deps =
  • bblanchon/ArduinoJson @ 5.13.4
  • squix78/ESP8266_SSD1306 @ ^4.1.0

Issues

  • Not detected :)

Built With

  • PlatformIO

Authors

  • Kevin Dolan - Initial work - kjdolan99
  • Aleksandr - Forked work / rebuild - Lagodish

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Display cryptocurrency prices with the ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.8%
  • C 20.2%