https://github.com/henryouly/esp8266-car
A car run with a ESP8266 chipset
https://github.com/henryouly/esp8266-car
Last synced: 3 months ago
JSON representation
A car run with a ESP8266 chipset
- Host: GitHub
- URL: https://github.com/henryouly/esp8266-car
- Owner: henryouly
- Created: 2017-04-16T05:11:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T03:12:36.000Z (about 1 year ago)
- Last Synced: 2025-01-13T04:45:18.679Z (5 months ago)
- Language: Jupyter Notebook
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My project running a car with a ESP8266 chipset
**Hardware:**
* L298N
* NodeMCU 1.0
* Four wheel car with 4 motors.**Wiring:**
* Connect L298N +12V to NodeMCU Vin PIN
* Connect L298N GND to NodeMCU GND PIN
* Leave out L298N +5V open.
* Connect L298N IN1, IN2, IN3, IN4 to NodeMCU D3, D4, D5, D6 PIN
* Combile motors into two groups - connect the left group to OUT2; right group to OUT3.**Control:**
http://192.168.4.1/{command}{command} can be "forward", "backward", "left", "right", "stop"