Difference between revisions of "ESP32 Car"

From Nottinghack Wiki
Jump to navigation Jump to search
Line 24: Line 24:
 
* 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]]
 
[[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]
 +
 +
 
=== Code ===
 
=== Code ===
 
=== Learnings ===
 
=== Learnings ===

Revision as of 13:55, 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:

ESP32 Board USB C.jpg


Code

Learnings