kjdolan99 / Crypto_Ticker

Display cryptocurrency prices with the ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Ticker

This program will display current cryptocurrency prices on a small display. Price information is acquired from cryptocompare.com over WiFi or bluetooth. 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, 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.

Getting Started

Hardware

Prerequisites

The required software packages are available for the main 3 operating systems.

Dependencies

Issues

  • Uploading code to some boards fails. Change the serial upload speed from 921600 to 115200 in the Arduino IDE.

Built With

  • Arduino IDE
  • Espressif SDK

Contributing

Authors

License

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

Acknowledgments

About

Display cryptocurrency prices with the ESP32

License:MIT License


Languages

Language:C++ 83.0%Language:C 17.0%