Skip to content

kjdolan99/Crypto_Ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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