Skip to content

A bitcoin point of sale terminal using the ESP32 based M5Stack

License

Notifications You must be signed in to change notification settings

bavarianledger/M5StackSats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

M5StackSats

M5StackSats

A bitcoin Lightning-Network Point of Sale terminal using the ESP32 based M5Stack Faces Development Kit. Included in the kit is a keypad and charging dock, making it an ideal candidate for an cheap($55)/easy DIY bitcoin point of sale terminal. https://m5stack.com/products/face

bitcoinpos

There are two implementations of M5StackSats, one that communicates directly with an LND node, and another that communicates with opennode (make an account here https://opennode.co/join/f774f2a0-1377-45e2-b719-6b821f24900d).

Converting the project to communicate with c-lightning nodes/other custodial services should be easy.

Tutorial

bitcoinpos

Installing arduino + libraries

Install the Arduino IDE,
https://www.arduino.cc/en/Main/Software

Install the ESP32 hardware,
https://github.com/espressif/arduino-esp32#installation-instructions

From "Manage Libraries" install,

  • LittlevGL
  • ArduinoJson
  • M5Stack

a

About

A bitcoin point of sale terminal using the ESP32 based M5Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • C++ 0.2%