Difference between revisions of "ESP32 Car"

From Nottinghack Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
=== Components ===
 
=== Components ===
 
You will need the following:
 
You will need the following:
* ESP32-WROOM-32 and breakout board [https://www.aliexpress.com/item/1005006422498371.html AliExpress link]
+
* ESP32-WROOM-32 and breakout board - [https://www.aliexpress.com/item/1005006422498371.html AliExpress link]
[[File:ESP32 Board USB C.jpg|200px|none]]
+
* 6V AA Power bank DIY Battery Container with switch (4 AA Batteries) - [https://www.aliexpress.com/item/1005006349026493.html AliExpress link]
 +
* L298N (x2) DC Motor Driver module - [https://www.aliexpress.com/item/1005006208083845.html AliExpress link]
 +
* 830 Points Breadboard MB-102 - [https://www.aliexpress.com/item/1005006102317693.html AliExpress link]
 +
* (soon) 60mm Mecanum wheels (2L & 2R) - [https://www.aliexpress.com/item/1005005143264091.html AliExpress link]
 +
* Dupont wires - Pack of 120, 10cm each, MM MF FF - [https://www.aliexpress.com/item/1005006411923332.html AliExpress link]
 +
* 4WD Smart Robot Car Chassis Kit with speed encoder (didn't use the battery box from this as no switch or cover) - [https://www.aliexpress.com/item/1005006274813961.html Aliexpress link]
 +
 
 +
<gallery>
 +
ESP32 Board USB C.jpg|ESP32 Board USB C
 +
6v AA Battery Box.jpg|6v AA Battery Box
 +
L298N DC Motor Driver.jpg|L298N DC Motor Driver
 +
830 point breadboard.jpg|830 point breadboard
 +
4 60mm mecanum wheels.jpg|4 60mm mecanum wheels
 +
Dupont wires.jpg|Dupont wires
 +
4WD Robot chassis.jpg|4WD Robot chassis
 +
</gallery>
 +
 
 
=== Code ===
 
=== Code ===
 
=== Learnings ===
 
=== Learnings ===

Latest revision as of 14:11, 21 April 2024

[[|ESP32 Car]]
[[|border|frameless|220px|center]]
Primary Contact Luke Choudhury
Created 2024-04-21
Completed
Dormant
Version 0.1
Members User:Luke
Manufacturer {{{manufacturer}}}
Model {{{model}}}
Location Currently on my shelf
GitHub / Repo Github
Status In progress
Type Members Project
Live Status
QR code

ESP 32 Car

Just really starting to get into electronics with this one, but figured I would document it a bit whilst I can and I'm working on it, I'm learning as I go so will share what components I buy, and what I learn along the way if anything . I currently don't know how to use the laser or 3D printer, so have bought components to save me this worry, and for everything else, I guess Blu Tack will do!

Components

You will need the following:

Code

Learnings