Skip to content

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

@thanapol199717

Description

@thanapol199717

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions