lorawan-library-for-pico
lorawan-library-for-pico copied to clipboard
Enable LoRaWAN communications on your Raspberry Pi Pico or any RP2040 based board. 📡
The new function is used to determine if the NVM is in use or not, in case the microcontroller wishes to power itself off
Hello, I had a quick (hopefully easy) query : ) What do you suggest could be the best way to shut down the stack, or at least to know when...
Hello, I am trying to use this package for the SX1261/1262 with the Pico, but I am having a hard time trying to figure out how to get it to...
This PR is for adding Pico-LoRa-SX1262-868M support. Waveshare module: * Shop: https://www.waveshare.com/pico-lora-sx1262-868m.htm * Wiki: https://www.waveshare.com/wiki/Pico-LoRa-SX1262-868M The module manufacturer has modified the lorawan-library-for-pico to be compatible to the Waveshare module but...
Because why not? ;-) Use an updated version with possible version fixes. eeprom-board.c has been adapted to reflect the changed function return types.
I have this reproducable pattern: Step 1: I reset pico with flash_nuke.uf2 Step 2: I flash and run otaa_temperature_led.uf2 Step 3: I disconnect/reconnect power from pico and run otaa_temperature_led.uf2 Step...
Made a couple changes to make it easier to use class C devices and gpio interrupts. - added a function called int lorawan_change_device_class(DeviceClass_t newClass) that changes a global variable deivceClass...
I have setup my endnode devices using the SX1276 chip configured for EU433 frequency and used the OTAA example code to connect the devices to TTN using RAK7289CV2 gateway (also...