Here's my new article that explains how I ported the
LoRa Driver for Semtech SX1262 from Linux to NuttX...
https://lupyuen.github.io/articles/sx1262
Now that we can send and receive LoRa messages, I'll start porting the
LoRaWAN Stack to NuttX. Stay tuned :-)
Lup
Hi,
Having some grief getting USB MSD device to work, following some notes from
Alan C. Assis from around 5 years ago.
It is an MT25Q 32Mbyte spi nor flash device, registered as /dev/mtdblock0
and also mounted and initialised as an nxfss file system at /mnt/flash. I
can read/write to it from nsh.