LoRa_Ra-02_Arduino icon indicating copy to clipboard operation
LoRa_Ra-02_Arduino copied to clipboard

Tried to send data from RPi to Arduino but Arduino did not receive data

Open thanapol199717 opened this issue 3 years ago • 4 comments

Hi, I sent data from Arduino. Raspberry Pi data can be sent normally, but my Raspberry Pi looks like it can't send data back. I tried to send Hello back to Arduino, but it didn't.

print("Send again") self.set_mode(MODE.TX) self.clear_irq_flags(TxDone=1) sys.stdout.flush() self.tx_counter += 1 sys.stdout.write("tx #%d" % self.tx_counter) self.write_payload([255, 255, 0, 0, 104, 101, 108, 108, 111])

I'm not sure what it is, I used a Lora SX1276 with a Raspberrypi 4, so did Arduino. :( :(

thanapol199717 avatar Apr 20 '21 17:04 thanapol199717

hellooo ,did you find any solution?.am stucked with the same problem

hedibentoumia avatar Jul 08 '21 14:07 hedibentoumia

Hi, could you show me how you sent data from arduino to rpi? Thank you!

chuanisawesome avatar May 08 '22 02:05 chuanisawesome

Hi, Sorry, I don't provide support. I advise you to read the documentation carefully and use the examples available.

Good luck, Rui Silva

No dia 08/05/2022, às 03:48, chuanisawesome @.***> escreveu:

 Hi, could you show me how you sent data from arduino to rpi? Thank you!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

rpsreal avatar May 08 '22 10:05 rpsreal

@thanapol199717 did you find any solution?.am stucked with the same problem

taurus12079 avatar Jan 17 '23 08:01 taurus12079