Search found 3 matches

by Bastian2001
Wed Apr 24, 2024 11:04 am
Forum: ESP32 Arduino
Topic: [HELP] RMT single wire bidirectional communication (dshot telemetry)
Replies: 8
Views: 10656

Re: [HELP] RMT single wire bidirectional communication (dshot telemetry)

@wjxway I am not connected to this guy or repo in any way, so I don't have any opinion on this, but I stumbled across it. I know another person successfully using it though: https://github.com/derdoktor667/DShotRMT
by Bastian2001
Sat Apr 13, 2024 6:50 pm
Forum: ESP32 Arduino
Topic: [HELP] RMT single wire bidirectional communication (dshot telemetry)
Replies: 8
Views: 10656

Re: [HELP] RMT single wire bidirectional communication (dshot telemetry)

@wjxway I have not significantly pursued this any further on the ESP32. I found a way to capture the signal on another ESP32 and decode it successfully. I don't know where I have the code anymore, but regardless, I wasn't able to combine it into one ESP32 due to complications with the interrupt hand...
by Bastian2001
Thu Sep 30, 2021 9:11 pm
Forum: ESP32 Arduino
Topic: [HELP] RMT single wire bidirectional communication (dshot telemetry)
Replies: 8
Views: 10656

Re: [HELP] RMT single wire bidirectional communication (dshot telemetry)

Have you found a way yet? I'm also very interested in using bidirectional DShot in one of my projects, but am failing to do it in a clean manner. Two not so good ways: 1) Use the telemetry wire, the telemetry frame (115200 baud, Serial 8N1) limits you to roughly 1kHz of signal rate, but for your pur...