LoRaRF-Python
LoRaRF-Python copied to clipboard
Receiving but not transmitting on 433.5 Mhz
My system works with E220-400M22S and E220-400MM22S on various controllers like STM32F7, ESP32 with LoRaRF Arduino library.
I am able to receive and transmitt.
Trying to make it work with RPi with no luck...
I am able to receive messages from my other devices and see the success receive in terminal of RPi.
As well as i see that RPi sends the messages.
Hi from Base Station! 125
Packet status: RSSI = -36.00 dBm | SNR = 13.25 dB
HeLoRa from Raspberry Pi! 125
Transmit time: 19.69 ms | Data rate: 1371.37 byte/s Int status: 1
But other side devices doesn't receive them.
I can confirm the receiver gets messages from other devices at the same time (I use total 3 devices for this test included RPi).
Here is my script: