2018-08-27 07:25 AM
Please guide me on how to use STM32 with Arduino base to use complete LoRaWAN stack from STM. I plan to use STM32 for with Arduino boot loader to use control Lora Module via SPI. Need to know if there is any standard library which can be used to have all AT commands executed Via arduino commands.
2018-08-27 09:59 AM
I don't think any of the LRWAN software supports/illustrates AT commands via SPI.
The I-LRWAN shield provide a Arduino shield form factor, and UART connectivity to an AT Modem implementation.
https://www.st.com/en/evaluation-tools/i-nucleo-lrwan1.html
Afraid there's not a lot of Arduino activity here, you'll need to review the code release cited above and see how closely it fits your needs/requirements.