ESP32 Car: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
Luke (talk | contribs)
Initial setup
 
Luke (talk | contribs)
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Project
{{Project
|image=
|image=
|name=ESP 32 Car
|name=ESP32 Car
|primary=
|primary=Luke Choudhury
|created=2024-04-21
|created=2024-04-21
|completeddate=
|completeddate=
|dormantdate=
|dormantdate=
|version=
|version=0.1
|members=Luke
|members=[[User:Luke]]
|location=
|location=Currently on my shelf
|repo=
|repo=[https://github.com/LukeWale/esp32Car Github]
|status=In progress
|status=In progress
|type=electronics
|type=member
|livestatus=
|livestatus=
|qrmode=1
|qrmode=1
|LookingforCollaborators=false
|LookingforCollaborators=false
}}
}}
== 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-WROOM-32 and breakout board - [https://www.aliexpress.com/item/1005006422498371.html AliExpress link]
* 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 ===
=== Learnings ===
[[Category:Projects]]
[[Category:Electronics]]

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