2023-09-28 1:43 AM
Hey,
I want to Integrate with Lora module sx162 with stm32 Board. Can any one Help me ??
Solved! Go to Solution.
2023-09-28 2:00 AM
2023-09-28 1:44 AM
its Lora 1262.
2023-09-28 2:00 AM
2023-09-28 2:06 AM
Perhaps look at reference schematics and Arduino shields to understand the circuit and connectivity expectations.
2023-10-07 1:59 AM
I don't Find any spi call function ??
2025-09-08 12:58 PM
Hi @Tesla DeLorean,This is ANTONY can you help me to this, I have customised board, I want to connect with the LoRaWAN for uplink and downlink, I have using STM32F103C8T6 MCU chip if you are ready can we discuss
2025-09-08 5:04 PM
Yeah, the F1 is a bit antiquated, most of the LoRa / LRWAN stuff targets the lower-power STM32 families
https://github.com/Saba-abiri/LORA1262
For the Cube add-ons there's https://www.st.com/en/embedded-software/i-cube-lrwan.html
But again not explicitly targeting the F1, so you'll be responsible for doing the porting work. Not a target I'd choose, I migrated the older LRWAN/Semtech libraries, on L1, L0, F4 platforms, for P2P
There might be some forks in Arduino using the radio libraries, but as I recollect these are more LoRa P2P