Working on developing this project - would love for some additional feedback from those who have the new PiSupply LoRaWAN Gateway HATs for the Raspberry Pi 3B+. See my repo over here on getting started: https://github.com/willswire/balena-gateway
Hi @wwalker, thanks for sharing the project!
I was wondering, where’s the source code of the willswire/balena-lorawan-gateway
container that you are referencing in the docker-compose.yml
file? Any reason why you are not adding the source inside this same repo, but pulling it externally?
For the installation step, have you seen balena push
(using the balena CLI), that might simplify some things (git is sometimes more difficult for people to use). Just wondering
How is it going for you, by the way, have you deployed some of the LoRaWAN gateway HATs yourself? If yes, what’s your experience?
Hey Will
There are a few repos around that you might be interested in taking a look at:
The last of the 3 is my own project which uses the RAK mPCIe card in the slot on the balenaFin so the config is a bit different as it’s a USB card rather than an SPI one.
My only feedback for you so far would be to try to use configuration variables within the dashboard to configure the setup rather than having to connect to your device and do it manually with the terminal, but a good start
@imrehg thanks for the suggestions!
The source code for the image is here: https://github.com/willswire/balena-lorawan-gateway
I didn’t want to have to build the scripts each time I deploy the image (they take a little while).
I’ll update the README to include balena CLI instructions instead!
The LoRaWAN gateway hats are in the mail as we speak - should be delivered soon! This project is getting ready in anticipation of their arrival.