-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving but not transmitting on 433.5 Mhz #11
Comments
So the problem is LoRa package transmitted by raspberry pi does not received by other devices while raspberry pi can received from other devices? |
Dear @chandrawi , Yes i have checked and rechecked many times already. |
Dear @VovaN60, I have successfully used this library using SX1262 lora module with 433 Mhz frequency. The test include transmitter on raspberry pi and receiver on Arduino. Are all the receivers using LLCC68? I never used the LLCC68. But someone has tested it using the LoRaRF-Arduino library and works. Unfortunately, no one has reported the transmission between Raspberry pi and Arduino using LLCC68 is working. Another thing you should check is the 3.3V power supply you used. Please note that transmit process is more consumed power than receive. 3.3V from Raspberry pi GPIO is not recommended for LoRa module. Use external 3.3V or use 5V from GPIO with 3.3V linear regulator rated >= 500 mA. |
Dear @chandrawi Yes all the receivers and transmitters are LLCC68. Yes i work with LoRaRF-Arduino library with this modules on various controllers. All works. Thank you very much for advice. |
Dear @chandrawi I confirm the problem was in power supply. Thank you for an advice. So now the module is working as expected with power connected to normal 3.3v header on RPi. Thank you one more time. |
hi @VovaN60 I have the same issue can you share with us how did you fix it please, |
Hi. Just make power connection to the module strong. Best regards, |
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:
The text was updated successfully, but these errors were encountered: