27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
|
|
||
|
<img style="max-width:100%;" src="https://github.com/BitMaker-hub/nanoBitcoinSwitch/blob/master/Recursos/nanoBitcoinSwitch.jpg">
|
||
|
|
||
|
## Compatible with any ESP32 microcontroller, supporting native LN invoices and static LNURLPay links.
|
||
|
- Link to the original code: https://github.com/arcbtc/bitcoinSwitch
|
||
|
- Minimal code to get balance from LNBits wallet.
|
||
|
- Check how to configure
|
||
|
|
||
|
> <a href="https://youtu.be/FeoIwTjv3YM">Video tutorial</a>
|
||
|
|
||
|
> Join us! <a href="https://t.me/makerbits">t.me/makerbits</a>
|
||
|
|
||
|
### Install instructions
|
||
|
- Install <a href="https://www.arduino.cc/en/software">Arduino IDE 1.8.19</a>
|
||
|
- Install ESP32 boards, using <a href="https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-boards-manager">boards manager</a>
|
||
|
![image](https://user-images.githubusercontent.com/33088785/161862832-1269a12e-16ce-427c-9a92-df3ee573a1fb.png)
|
||
|
|
||
|
- Download this repo
|
||
|
- Open it with ardruino
|
||
|
- Setup all config vars on configs.h
|
||
|
- Select the correct ESP32 board from tools>board
|
||
|
- Upload to device
|
||
|
|
||
|
> Default password is "ToTheMoon"
|
||
|
|
||
|
> More info about original code on https://github.com/arcbtc/bitcoinSwitch
|