OpenMarine
generic motor controller: ESP32 + IBT-2 - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: generic motor controller: ESP32 + IBT-2 (/showthread.php?tid=2508)



generic motor controller: ESP32 + IBT-2 - kannix - 2020-04-17

Ahoi,

I am dreaming of a generic motor controller based on ESP32 microcontroller and IBT-2 BTS7960 based off-shelf Double-H-Bridge.

Draft: https://bastelbude.grade.de/mediawiki/index.php?title=Sail-by-wire

Feel free to contribute!

Have a nice day, Dirk
https://open-boat-projects.org


RE: generic motor controller: ESP32 + IBT-2 - seandepagnier - 2020-04-17

What is the motivation for the esp32? The pi already has wifi. There are other arm chips more suitable if you wanted brushless.


RE: generic motor controller: ESP32 + IBT-2 - kannix - 2020-04-17

ESP32 is fully featured. I am thinking of remote control via device's
- wifi (webserver)
- bluetooth
(for those not wanting autopilot, just remote-control)


RE: generic motor controller: ESP32 + IBT-2 - seandepagnier - 2020-04-19

I am considering that esp32 might be able to actually run pypilot using micropython, but there are a few issues to work out.