hint deleted that esp cannot do boltcard cause now it can :D

arbadacarba
2023-09-09 21:38:16 +02:00
parent 2fb6ccba6d
commit a5f1da6bd9

@ -209,14 +209,12 @@ The hardwarewallet is a very cheap solution for builders. The projects´ [code a
Turn things on with bitcoin!
Candy dispenser, vending machines (online), grabbing machines, jukeboxes, bandits and [all sorts of other things have already been build with LNbits tools](https://github.com/lnbits/lnbits/wiki/Powered-by-LNbits).
Link to the [Bitcoin Switch Github Repo](https://github.com/lnbits/bitcoinSwitch) and the most detailed guide around from [Axel](https://ereignishorizont.xyz/bitcoinswitch) that also has a guide for a small plebtag-version for 5l keks driven by a linear motor.
The [webinstaller can be found here](https://bitcoinswitch.lnbits.com/).
The official [webinstaller can be found here](https://bitcoinswitch.lnbits.com/).
If you want to build a beertap see different sort of codes in 👇 Resources.
![lnbits-btc-switch.png](https://i.postimg.cc/G37g2pdf/lnbits-btc-sw-itch.png)
Some notes on building a NFC capable switch:
Since the esp32 does support LNURLw so plain NFC links but does not support boltcard NFC yet we suggest setting up your beertap on a raspberry pi if you want to accept payments via NFC (see code-variations of the switch in 👇 Resources.
In the resources you will also find a (micropython version of a) bitcoin switch from [Hannes](https://t.me/btc_hans), that reacts not on a paid LNURLp but on the withdrawal of a LNURLw (voucher, NFC Cards). [See this version in action](https://twitter.com/AxelHamburch/status/1643313227768397824)
NOTE: Make sure to read the important section ☝️ at the beginning of this page.