rc car
@@ -5,3 +5,5 @@
|
|||||||
[pong-catapult.md](lego-ev3/pong-catapult/pong-catapult.md)
|
[pong-catapult.md](lego-ev3/pong-catapult/pong-catapult.md)
|
||||||
|
|
||||||
[hit-with-stick.md](arduino/hit-with-stick/hit-with-stick.md)
|
[hit-with-stick.md](arduino/hit-with-stick/hit-with-stick.md)
|
||||||
|
|
||||||
|
[rc-car.md](arduino/rc-car/rc-car.md)
|
||||||
|
After Width: | Height: | Size: 926 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 667 KiB |
|
After Width: | Height: | Size: 944 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1016 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 808 KiB |
|
After Width: | Height: | Size: 968 KiB |
@@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Video: https://www.youtube.com/watch?v=w0XS_CWvVvA
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
|
||||||
|
|
||||||
|
# RC car
|
||||||
|
|
||||||
|
Simple car with remote control and lego chassis and motors.
|
||||||
|
|
||||||
|
Photos and video: [rc-car-photos.md](rc-car-photos.md)
|
||||||
|
|
||||||
|
|
||||||
|
## Required components
|
||||||
|
|
||||||
|
- nodemcu/arduino
|
||||||
|
- breadboard
|
||||||
|
- 2x lego (or compatible) motors
|
||||||
|
- motor driver (l293d)
|
||||||
|
- 2x battery holders (and 8 batteries)
|
||||||
|
- ~30 wires
|
||||||
|
- lego parts for chassis
|
||||||
|
|
||||||
|
Total cost ~20€ .
|
||||||
|
|
||||||
|
## Steps
|
||||||
|
|
||||||
|
1. Get components.
|
||||||
|
2. Download arduino IDE.
|
||||||
|
3. Connect and test a simple program with blinking light.
|
||||||
|
4. Assemble components according to the diagram below.
|
||||||
|
5. Connect to the computer and upload program.
|
||||||
|
1. https://git.makerobots.eu/konstantin/arduino-robots/src/branch/main/src/2026-06-19_rc-car/2026-06-19_rc-car.ino .
|
||||||
|
6.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## wiring diagrams
|
||||||
|
|
||||||
|
### Motors
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Source: https://www.hackster.io/shubhamsantosh99/motor-control-using-nodemcu-9582d3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 120 KiB |