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. :( :(
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. :( :(