Dual Brushless Motor ESC, 10-62V, up to 50A per motor. Motors ganged or independent, multiple control input methods, cycle-by-cycle current limit, speed mode and torque mode control. Motors tiny to kW. Speed limit and other parameters easily set in firmware. As used in 'The Brushless Brutalist' locomotive - www.jons-workshop.com. See also Model Engineer magazine June-October 2019.

Dependencies:   mbed BufferedSerial Servo PCT2075 FastPWM

Update 17th August 2020 Radio control inputs completed

Revision:
13:ef7a06fa11de
Parent:
12:d1d21a2941ef
Child:
14:acaa1add097b
--- a/24LC64_eeprom.cpp	Mon Mar 04 17:51:08 2019 +0000
+++ b/24LC64_eeprom.cpp	Sun Sep 29 16:34:37 2019 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "DualBLS.h"
+#include "STM3_ESC.h"
 #include "BufferedSerial.h"
 extern  BufferedSerial pc;
 extern  error_handling_Jan_2019     ESC_Error    ;         //  Provides array usable to store error codes.
@@ -195,7 +195,7 @@
         pc.printf   ("in wr_24LC64, device thought good, mem addr write worked, failed writing string\r\n");
         return  false;
     }
-    pc.printf   ("In wr_24LC64 No Errors Found!\r\n");
+//    pc.printf   ("In wr_24LC64 No Errors Found!\r\n");
     return  true;
 }