Amazon’s Sidewalk Bridge Pro expands #LoRa mesh network to public places
https://www.theverge.com/2022/1/6/22871031/amazon-launches-ring-sidewalk-bridge-pro
Transmit and Receive #LoRa Packets in #RustLang Embedded
https://github.com/tweedegolf/sx126x-rs/blob/master/examples/stm32f103-ping-pong.rs#L141-L178
Pine64 launches #PinePhone Keyboard case, back covers with #LoRa radio, fingerprint scanner, wireless charging
Here's why we need GPIO Interrupts Triggered on Rising Edge for #LoRa on #NuttX
https://lupyuen.github.io/articles/sx1262?88#initialise-gpio
SX1262 will trigger a GPIO Interrupt on #NuttX OS when it receives a #LoRa Packet ... We wait for the GPIO Interrupt to be Signalled in a Background Thread
https://github.com/lupyuen/lora-sx1262/blob/lorawan/src/sx126x-nuttx.c#L742-L778
Semtech's Reference Driver for #LoRa SX1262 ... Everything inside is explained here
https://lupyuen.github.io/articles/sx1262?27#appendix-radio-functions
Multithreading will be needed for our #NuttX #LoRa and LoRaWAN Drivers ... Which we'll implement with NimBLE Porting Layer
https://lupyuen.github.io/articles/sx1262?26#multithreading-with-nimble-porting-layer
Our #NuttX SX1262 Library works OK for receiving #LoRa Messages! 🎉
https://lupyuen.github.io/articles/sx1262?20#run-the-firmware-2
Calling our #NuttX SX1262 Library to receive a #LoRa Message
https://lupyuen.github.io/articles/sx1262?19#receive-lora-message
Troubleshooting our #NuttX #LoRa Library with a Software Defined Radio
https://lupyuen.github.io/articles/sx1262?18#spectrum-analysis-with-sdr
Our #NuttX SX1262 Library transmits #LoRa Messages correctly! 🎉
https://lupyuen.github.io/articles/sx1262?17#run-the-firmware-1
Here's how we send a #LoRa Message on #NuttX OS
https://lupyuen.github.io/articles/sx1262?16#transmit-lora-message
Setting the #LoRa Parameters for #NuttX OS
https://lupyuen.github.io/articles/sx1262?15#lora-parameters
Yep our #NuttX #LoRa Library reads the SX1262 Registers OK! 🎉
https://lupyuen.github.io/articles/sx1262?11#run-the-firmware
Building our #NuttX Firmware for #LoRa SX1262
https://lupyuen.github.io/articles/sx1262?10#build-the-firmware
IoT Techie and Educator / Apache NuttX PMC