Want to get started with LoRa? A year after designing a LoRa Nugget upgrade, it's for sale online!

Launched at Defcon, the LoRa backpack supports Meshtastic on the USB & Bluetooth Nugget.

In testing, we chatted between nuggets over 160 miles apart! Stay tuned for workshops using it at c3!

https://retia.io/products/lora-breakout-for-usb-bluetooth-nugget

LoRa Radio Backpack for USB & Bluetooth Nuggets (RFM95)

@skickar Hi! Can you please publish the source code for this meshtastic build? The one from 39c3 has some bugs and I can't figure out the correct variant.h file to compile it myself!

@treysis we have been traveling so sorry to miss this!

https://github.com/RetiaLLC/CompileMeshtastic has been working for us, recent changes caused the automatic GitHub build break until about a week ago, but this repo should work for making new builds

GitHub - RetiaLLC/CompileMeshtastic: Yes sirr

Yes sirr. Contribute to RetiaLLC/CompileMeshtastic development by creating an account on GitHub.

GitHub
@skickar hmmmm pretty sure I tried that but maybe I was just unlucky to hit that compilation error window. Got it working now with a recent meshtastic build (also made a PR with meshtastic repo). Sorry for spamming you guys ๐Ÿซค
@treysis we deserve it, and most of us are still traveling. Glad it worked! Definitely want to help out, and would love to try the binary you got if it fixes any bugs you noticed
@skickar Sorry, now _I_ have to excuse myself for the delay! Somehow the binary vanished from my computer. Don't ask me how! But it's this PR and I guess if you compile the current meshtastic build it should be all good:
https://github.com/meshtastic/firmware/pull/9468
Add support for the hardware buttons on Retia.io's Bluetooth Nugget device by treysis ยท Pull Request #9468 ยท meshtastic/firmware

Adds support for the buttons on Retia.io's Bluetooth Nugget with LoRa backpack. Button definitions were punlished in https://github.com/skickar/retia-boards Extends #7070 and RetiaLLC/38c3-Mesh...

GitHub