added motor drawing and wiring

This commit is contained in:
Nils Schulte 2020-04-01 11:16:29 +02:00
parent ccd6ab9610
commit b20f2590f3
2 changed files with 13 additions and 0 deletions

View File

@ -15,10 +15,23 @@ Pin (ESP32)| Function
# Reference # Reference
## Motor (&driver)
[L298M H-Bridge](https://www.instructables.com/id/Control-DC-and-stepper-motors-with-L298N-Dual-Moto/) [L298M H-Bridge](https://www.instructables.com/id/Control-DC-and-stepper-motors-with-L298N-Dual-Moto/)
Motor wiring:
Color| Funktion
--|--
red |Motorleistung +/-
black| Encoder GND
yellow| Encoder Signal 1
green| Encoder Signal 2
blue| Encoder + (3.3V to 5V)
white| Motorleistung -/+
[DS3231 RTC](https://github.com/micropython-Chinese-Community/mpy-lib/tree/master/misc/DS3231) [DS3231 RTC](https://github.com/micropython-Chinese-Community/mpy-lib/tree/master/misc/DS3231)
[NodeMCU-32S Pinout](https://www.shenzhen2u.com/NodeMCU-32S) [NodeMCU-32S Pinout](https://www.shenzhen2u.com/NodeMCU-32S)
[ESP32 Usable Pins](https://randomnerdtutorials.com/esp32-pinout-reference-gpios/) [ESP32 Usable Pins](https://randomnerdtutorials.com/esp32-pinout-reference-gpios/)

BIN
res/motor-drawing.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB