Firmware for BTClock which uses WebSockets to fetch data.
Go to file
2023-11-10 23:33:24 +01:00
.github/workflows Changed partition table to allow for OTA updates 2023-11-10 23:18:14 +01:00
.vscode Initial commit 2023-11-06 20:16:07 +01:00
data Add market cap in big characters 2023-11-10 20:59:08 +01:00
include Initial commit 2023-11-06 20:16:07 +01:00
lib Improved QR-code setup, added MCAP screen 2023-11-10 19:52:06 +01:00
scripts LEDs and buttons working 2023-11-08 12:18:59 +01:00
src Added license and readme 2023-11-10 23:33:24 +01:00
test Initial commit 2023-11-06 20:16:07 +01:00
.gitignore LEDs and buttons working 2023-11-08 12:18:59 +01:00
CMakeLists.txt Everything seems to work except Improv 2023-11-07 21:25:54 +01:00
dependencies.lock Changed partition table to allow for OTA updates 2023-11-10 23:18:14 +01:00
LICENSE.txt Added license and readme 2023-11-10 23:33:24 +01:00
partition.csv Changed partition table to allow for OTA updates 2023-11-10 23:18:14 +01:00
platformio.ini Improved QR-code setup, added MCAP screen 2023-11-10 19:52:06 +01:00
README.md Added license and readme 2023-11-10 23:33:24 +01:00
sdkconfig.defaults Working with QR code config, very memory consuming 2023-11-10 13:02:05 +01:00

BTClock v3

Software for the BTClock project. Highly experimental version.

Biggest differences are:

  • Uses WebSockets for all data
  • Able to configure WiFi using the Improv protocol
  • Built on the ESP-IDF with Arduino as a library
  • Makes better use of native timers and interrupts
  • Able to be flashed over-the-air (using ESP OTA)
  • Added market capitalization screen
  • LED flash on new block (and focus to block height screen on new block)

Most information about BTClock v2 is still valid for this version.

NOTE: The software assumes that the hardware is run in a controlled private network. The Web UI and the OTA update mechanism are not password protected and accessible to anyone in the network.

Known issues

  • After starting it might take a while before the correct data is displayed
  • Quite often the screens will hang, especially after updating