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
Here's how we check the SX1262 Busy Pin on #NuttX OS ... By reading the GPIO Input
https://github.com/lupyuen/lora-sx1262/blob/lorawan/src/sx126x-nuttx.c#L184-L199
#LoRaWAN runs neater on Apache #NuttX OS ... After implementing Timers and Multithreading with NimBLE Porting Layer ... No more polling and sleep()!
https://gist.github.com/lupyuen/cad58115be4cabe8a8a49c0e498f1c95
@lupyuen If you are used to Lora, you will get very disappointed with Zigbee. I used to use Zigbee, but it was a nightmare... no reach, and almost no actual interop between manufacturers, even though that was a requirement.
Have a Great Boxing Sunday🥊
https://learningenglish.voanews.com/a/boxing-day-and-box-expressions/6363983.html
@lupyuen I can't really say quite why, but somehow, the more broken the Pinephone (Pro) is, the more I love it. I think it's the sense that this is something that WILL be great, and all the shortcomings now, are just low hanging opportunities to quickly improve, just waiting to happen. Improvements that even I, as a non coder, can help with. (Bug triage, reporting, testing, graphic design,documentation etc). 📱 💕
"LG’s 16:18 Ultra-Tall Monitor means less scrolling"
https://arstechnica.com/gadgets/2021/12/lgs-1618-ultra-tall-monitor-means-less-scrolling/
"Future of the Semiconductor industry / reliance on China?"
@lupyuen
And yet I'd bet that those devices are still recording and surveillance them.
To build NumBLE Porting Layer on #NuttX OS we need to enable: 1️⃣ POSIX Timers & Message Queues 2️⃣ Clock Monotonic 3️⃣ Work Queues 4️⃣ SIGEV_THHREAD
"Steam Has Reportedly Been Banned In China"
Our #NuttX App was waiting for the #LoRaWAN Join Request to be transmitted before receiving the Join Response ... But because we're polling SX1262, we missed the Join Response ... Let's fix this with the multithreading functions from NimBLE Porting Layer
Log: https://gist.github.com/lupyuen/d3d9db37a40d7560fc211408db04a81b
"up to 25 percent of new (Amazon) Alexa owners no longer actively using their devices after only two weeks of ownership"
"Teaching D from Scratch: Is it a viable first language?"
https://dlang.org/blog/2021/12/23/teaching-d-from-scratch-is-it-a-viable-first-language/
"The Ultimate Budget Smartwatch - #PineTime Review"
#NuttX OS doesn't handle the Join Response from #LoRaWAN Gateway ... Let's fix this
Run Log: https://gist.github.com/lupyuen/a8e834e7b4267345f01b6629fb7f5e33
IoT Techie and Educator / Apache NuttX PMC