Skip to content

Version 0.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 11:49
· 38 commits to master since this release

Flashing Instructions

Easiest: Flash directly from your browser (Chrome/Edge) — no tools needed:
https://f321x.github.io/offline-bitcoin-atm/

Alternative: Flash manually with esptool:

pip install esptool
esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash 0x0 firmware-0.0.2.bin

After flashing, the ATM starts a WiFi access point for initial configuration.
See the README for full setup instructions.