esp32-dshot icon indicating copy to clipboard operation
esp32-dshot copied to clipboard

Initializing Multiple Drivers

Open VTeselkin opened this issue 11 months ago • 8 comments

How can I initialize and control the speed of several motors? If I do as in the example below, then the motors do not work. FLESC.install(GPIO_NUM_16, RMT_CHANNEL_0); FRESC.install(GPIO_NUM_18, RMT_CHANNEL_1); FLESC.init(); FRESC.init(); FLESC.setReversed(false); FRESC.setReversed(false); If you comment out any line with initialization ХХESC.init(); then one of the remaining motors will work ... I don’t understand what the mistake is ...

VTeselkin avatar Jul 06 '23 18:07 VTeselkin