Hi,
I have lots of experience with other dev platforms and toochains, but am new to STM32 tools/platform. I plan to use LoRa-E5, currently “playing” with LoRa-E5 Dev kit. I want to develop an IoT sensor that gives us longer range that wifi, hence LoRa. Will Not be using LoRaWAN gateway or protocol, simply send and receive. Have done it with other UART/SPI based LoRa peripherals but this is new.
Can anyone suggest some good examples that include some or all (especially *):
- code for LoRa-E5
- LoRa communication that does not assume/use LoRaWAN
o uart debug port for dev
If there is such a thing as “simple” examples, my goal is to see how use of HAL, in particular for LoRa-E5 STM32 chip, and minimal code required to use LoRa transciever.
Preferable not Arduino code.
Thanks