P-NUCLEO-LRWAN3: Transmitting Sensor Value Between Two Boards via LoRa
- June 12, 2025
- 1 reply
- 441 views
Hi everyone,
I’m new to LoRa and STM32 development, and I’m trying to set up communication between two devices using the P-NUCLEO-LRWAN3 kit. Here's my setup:
Transmitter Node:
- NUCLEO-L073RZ
- LRWAN_NS1 sensor expansion board (433/470 MHz)
Receiver Gateway:
- NUCLEO-F746ZG
- LRWAN_GS_LF1 gateway expansion board (433/470 MHz)
I’ve successfully read sensor values like temperature from the transmitter node. Now, I want to send a simple value like "10" from the transmitter to the receiver using LoRa.
I’m using Zephyr RTOS and following the LoRa sample examples, but I’m not sure how to:
1. Transmit a custom value (like a string or integer)
2. Receive and print/display that value on the receiver side
Additionally, I’ve received two pairs of antennas with the kit – one pair for 434 MHz and one for 480 MHz. I'm not sure which one I should use for proper transmission. Any guidance on that would also be helpful.
Could anyone guide me or share a minimal working example for this?
Thanks in advance!
