-
Notifications
You must be signed in to change notification settings - Fork 116
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
Tried to send data from RPi to Arduino but Arduino did not receive data #37
Comments
Are you using the rpsreal fork of this library? If yes, then you probably should ask rpsreal, because I don’t really know what this is, exactly. If no, you should probably try the rpsreal fork first.
|
Thank you very much for your response. I used the pySX127x library and the rx_cont.py example for my RPi with sx1278 Ra-02 module and successfully received data from my arduino with sx1278 Ra-02 module. However, when i try the other way around and use the tx_beacon.py to send data to my arduino, i cannot see any received data in my arduino. I already tried rps fork of this library but i cannot get it to work. |
I am also having the same issue as @paulcastor30 |
I am also having the same issue as @paulcastor30 I use SX1276 module. I need help. Because i've been searching for many days I want to cry. |
@thanapol199717 @atonughosh did you succeeded in making the library work for the RPi to send data and for arduino to receive the data? |
Now I can send data to the arduino using Raspi, I use this one. Right now, I still can't get it back and forth. |
@thanapol199717 thank you very much for your reply. I can now send data from RPi to Arduino and vice versa. This are the libraries I used to make it work. You can give it a try and experiment with the examples given there to suit your needs. It works with the RFM95/6/7/8 LoRa 433/915mhz radio modules. |
@paulcastor30 thank you very much |
@thanapol199717 may i know what specific module did you use on your arduino and RPi? I already got my sx1278 module working for both my Arduino and RPi to send data vice versa continously. |
@thanapol199717 I used the following: https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/blob/master/examples/rfm9x_rpi_simpletest.py >> RPi server. Send data to arduino with sx1278 module and wait for a response from arduino at a certain time interval. |
@paulcastor30 I am using the SX1276 module, I want Raspi and Arduino to send data vice versa. I still can't find a way, can you tell me? I don't know if the example you provided is with my SX1276 module, because I am using the Lora.h library at Arduino. |
@thanapol199717 do you have any means online so i can contact you? i am willing to help you. |
@paulcastor30 I have an email [email protected]. And this is my facebook Thanapol pornanake. Or do you have other channels? So I can apply to contact you. Thank you very much Paulcastor30 |
Okay sure, i am gonna send an email to help you. thanks. |
Thank you very much |
Hi, I was wonder where can I find the solution to send data from Arduino to RaspberryPi? I need help with my project. Thank you in advance! |
Arduino to Pi should work, according to the comments here. If you tell us what hardware & library you are using then maybe someone can help. |
@paulcastor30 can you drop me a mail about your setup? Thank you for your support |
Quick update, resolve by using the library Adafruit_CircuitPython_RFM9x |
Hello, i am trying to perform the client and the server side of which arduino is the client and RPi is the server based on the rpsreal/LoRa_Ra-02_Arduino given examples. However, when RPi send data to Arduino, Arduino does not receive data from the RPi.
I have changed nothing from the code. I use sx1278 Ra-02 module.
The text was updated successfully, but these errors were encountered: