Search found 1 match
- Sat Oct 23, 2021 4:50 pm
- Forum: ESP32 Arduino
- Topic: [HELP] RMT single wire bidirectional communication (dshot telemetry)
- Replies: 9
- Views: 14549
Re: [HELP] RMT single wire bidirectional communication (dshot telemetry)
HI, I'm working on a bidirectional one wire interface between microcontrollers. It is not the best way to interconnect, I preffer I2C, SPI, CAN or other robust protocols, but I needed to use one wire sometimes so I did this: https://github.com/danirebollo/dr_onewire I'm improving this over the time ...