No description
  • C++ 78.1%
  • C 21.9%
Find a file
2023-01-05 11:43:48 +01:00
.vscode first commit 2022-12-02 16:44:26 +01:00
include Renamed AP name, chnaged baud rate to 115200 2023-01-05 11:43:48 +01:00
lib first commit 2022-12-02 16:44:26 +01:00
src Renamed AP name, chnaged baud rate to 115200 2023-01-05 11:43:48 +01:00
test first commit 2022-12-02 16:44:26 +01:00
.gitignore Update .gitignore 2022-12-02 17:42:49 +01:00
LICENSE first commit 2022-12-02 16:44:26 +01:00
platformio.ini Renamed AP name, chnaged baud rate to 115200 2023-01-05 11:43:48 +01:00
README.md Fixed pin mapping 2022-12-11 11:38:57 +01:00
wilhelmi-car-esp32.code-workspace Added left/right distance sensor 2022-12-11 11:35:32 +01:00
WilhelmiCarLogo.png Prepared readme 2022-12-02 17:40:42 +01:00

WilhelmiCar-esp32

App Remote controlled car based on ESP32 controller

logo

The project was created to extend a arduino based student work. An Android app or online web app can now be used to control the the self driving car either manually or start/stop auto mode.

ESP32 code

https://github.com/bjoernboeckle/WilhelmiCar-esp32.git

Web App

https://wilhelmicar.azurewebsites.net/

.Net Maui App

Playstore

https://play.google.com/store/apps/details?id=com.bjoernboeckle.wilhelmicar

Code on Azure DevOps

(TODO)

Setup

The car is based on an ESP32 D2 Mini, two AC motors and an HC-SR04 ultrasonic sensor.

IO Pin Function Direction
Misc
4 wifi AP / client mode in
19 LED Distance warning out
16 Horn out
2 internal Led automatic mode out
Motor
22 L293D Motor EN1,2 out, pwm
17 L293D Motor 1A out
21 L293D Motor 2A out
5 L293D Motor EN3,4 out, pwm
26 L293D Motor 3A out
23 L293D Motor 4A out
Distance
27 HC-SR04 Trigger out
25 HC-SR04 Echo in, interrupt
32 HC-SR04 Echo in, interrupt
12 HC-SR04 Echo in, interrupt