Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: peaulisse on March 30, 2020, 11:59:40 PM



Title: Arduino controlled over bitcoin lightning
Post by: peaulisse on March 30, 2020, 11:59:40 PM
Hello guys, i have a BTCPay hosted on lunanode and i'm trying to do something like www.pollofeed.com , there is the repo here https://github.com/j-chimienti/pollofeed

Do you have any idea on how to make a arduino/rpi that listen to btcpay invoices ? its seems like yes but i can't figure out how to implement it...

thank's


Title: Re: Arduino controlled over bitcoin lightning
Post by: odolvlobo on March 31, 2020, 05:55:55 AM
This guy has a bunch of videos that look related to what you are doing. He uses OpenNode.

https://www.youtube.com/results?search_query=btciot+tutorial


Title: Re: Arduino controlled over bitcoin lightning
Post by: peaulisse on March 31, 2020, 12:48:23 PM
This guy has a bunch of videos that look related to what you are doing. He uses OpenNode.

https://www.youtube.com/results?search_query=btciot+tutorial


Yeah i saw him and the videos but i dont want to use Opennode since it's not open anymore and they ask for KYC.
I want to create a open-source and permissionless feeder wich is why i'm using BTCPay.

Thank's for the answer.


Title: Re: Arduino controlled over bitcoin lightning
Post by: klaaas on April 01, 2020, 05:51:17 PM
Pollofeed uses "lightning-charge-client": "^0.1.7",  (https://github.com/j-chimienti/pollofeed/blob/master/package.json)   

Maybe these links will help.
https://github.com/ElementsProject/lightning-charge#readme
https://docs.btcpayserver.org/features/lightningnetwork , scroll to the bottom.