Hi everybody !
I'm new with STM32, I would like to create a hub for a unique LoRa sensor. (I can't make a LoRaWAN Network due to lake of hardware components)
So, I have a sensor which send, every 3 seconds, a "check" message with the LoRa protocol. I would like to create a hub, wich can receive these "check" and print them in a serial terminal. The problem is that I have a Nucleo-WL55JC, so the LoRa chipset is not an external device of the card.
So, my questions are : Can I acheive this goal using Arduino IDE and the library Arduino-LoRa-STM32 ? Or need to pass through STM32CubeIDE ?
Also, it's needed to set pins in the arduino-LoRa-STM32 library, for the LoRa chipset. Someone know if there is pin connected to it on Nucleo-WL55JC ?
Thanks,
Quentin
Nucleo-WL55JC LoRa point-to-point
Re: Nucleo-WL55JC LoRa point-to-point
WL is now supported by:
https://github.com/jgromes/RadioLib
For LoraWan:
https://github.com/stm32duino/STM32LoRaWAN
https://github.com/jgromes/RadioLib
For LoraWan:
https://github.com/stm32duino/STM32LoRaWAN
Re: Nucleo-WL55JC LoRa point-to-point
I think porting STM32CubeIDE will take time but it will be guaranteed more persistence!koeut1 wrote: Fri May 20, 2022 9:51 am Hi everybody !
I'm new with STM32, I would like to create a hub for a unique LoRa sensor. (I can't make a LoRaWAN Network due to lake of hardware components)
So, I have a sensor which send, every 3 seconds, a "check" message with the LoRa protocol. I would like to create a hub, wich can receive these "check" and print them in a serial terminal. The problem is that I have a Nucleo-WL55JC, so the LoRa chipset is not an external device of the card. Geometry Dash Scratch
So, my questions are : Can I acheive this goal using Arduino IDE and the library Arduino-LoRa-STM32 ? Or need to pass through STM32CubeIDE ?
Also, it's needed to set pins in the arduino-LoRa-STM32 library, for the LoRa chipset. Someone know if there is pin connected to it on Nucleo-WL55JC ?
Thanks,
Quentin