Search found 3 matches

by Jye___
Tue May 07, 2019 2:54 am
Forum: ESP32 Arduino
Topic: DMA to GPIO for generating dshot signal
Replies: 7
Views: 16458

Re: DMA to GPIO for generating dshot signal

How did you go getting this working? Im also looking at dshot with RMT but would also like to receive the dshot telemetry. My post below has working code that sends dshot and Im having trouble figuring out the receiving component. http://bbs.esp32.com/viewtopic.php?f=19&t=10419&sid=33e57e846a9f44119...
by Jye___
Tue May 07, 2019 1:59 am
Forum: ESP-IDF
Topic: DShot Implementation
Replies: 8
Views: 11149

Re: DShot Implementation

Another new user here who cannot PM you. Have you posted your code in a repo? Do you have it working with dshot telemetry? Ive started to look at it with RMT but am also having difficulties understanding how to receive the dshot telemetry. http://bbs.esp32.com/viewtopic.php?f=19&t=10419&sid=33e57e84...
by Jye___
Sun May 05, 2019 11:30 pm
Forum: ESP32 Arduino
Topic: [HELP] RMT single wire bidirectional communication (dshot telemetry)
Replies: 8
Views: 10583

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

Hi Everyone, First post here and its bit of a long one :) I am looking to use RMT to transmit a 16 bit packet and then receive a 16 bit packet sent back on the same wire. If after reading the below if you have a suggestion for a better method please let me know. For multicopters there is a flight co...