- Displays current price and candle chart in realtime using websockets
- Supported boards:
- ESP8266 ESP-01S WiFi Module combined with a SSD1306 OLED display
- LILYGO TTGO T-Display ESP32
- Based on PlatformIO for dependency management, compilation and flashing of binaries
- Arduino framework
- ESP8266 ESP-01S WiFi Module combined with OLED Display SSD1306 128×64
- Programmer for the ESP8266 (I used a USB to Serial Converter)
- LILYGO TTGO T-Display ESP32 Development Board
image sources:
- https://www.instructables.com/ESP-01-Module-Programming-Board/
- https://pdacontrolen.com/esp8266-display-oled-i2c-client-irc/
Make sure PlatformIO is installed (see also the PlatformIO documentation):
$ pip install -U platformio
Set the WiFi parameters in config.h
, then choose an environment from:
$ pio project config
Compile the project and create the firmware for a specific environment:
$ pio run -e <env>
Put the ESP8266 in programming mode and flash the device:
$ pio run -e esp01_1m -t upload
Connect the board and flash the firmware:
$ pio run -e ttgo -t upload
For verbose serial output choose the respective debug environments:
$ pio run -e <env>:debug -t upload
To the extent possible under law,
Jan Sturm
has waived all copyright and related or neighboring rights to
BTC ticker.
This work is published from:
Germany.