Hi,
My question is about how to interface ESC (electronic speed controller) with Jetson Nano using DShot protocol (a serial protocol that uses digital (16 bits) values instead of PWM to change the motor speed). The goal is to implement a communication between the flight controller running on Jetson Nano and the ESCs with the highest speed possible.
For more information check this: DShot ESC's for Meltybrains — Spencer's Hardware Blog
What I now about this is that I need to connect through DMA (direct memory access). But the rest is kind of vague. It seems that I need a python or c code on the Nano side to communicate through DMA to ESC.
I will appreciate if you tell me what do you think and if you know how should I proceed, in terms of the physical connections (wiring) and software part.