https://github.com/chand1012/wifijeep
Code for a Wifi Controller Car
https://github.com/chand1012/wifijeep
arduino flask javascript python3
Last synced: 2 months ago
JSON representation
Code for a Wifi Controller Car
- Host: GitHub
- URL: https://github.com/chand1012/wifijeep
- Owner: chand1012
- License: mit
- Created: 2019-01-17T20:51:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T14:35:39.000Z (over 7 years ago)
- Last Synced: 2025-06-22T18:53:30.345Z (about 1 year ago)
- Topics: arduino, flask, javascript, python3
- Language: Python
- Size: 972 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WifiJeep
Code for a Wifi Controller Car
## BOM
* Arduino Uno or one of its many clones ([here](https://www.amazon.com/Elegoo-EL-CB-001-ATmega328P-ATMEGA16U2-Arduino/dp/B01EWOE0UU/ref=sr_1_5?keywords=arduino+uno&qid=1548185359&sr=8-5) is a good one)
* Adafruit V1 Motor Shield (its cheap as hell [here](https://www.amazon.com/Qunqi-L293D-Shield-Arduino-Duemilanove/dp/B014KN2898/ref=sr_1_13?keywords=arduino+motor+shield&qid=1548185243&sr=8-13))
* A Raspberry Pi of some sort (I am using a [Pi Zero W](https://www.pishop.us/product/raspberry-pi-zero-w/))
* RC Car to kill (You can find them at thrift shops)
* USB webcam ([here](https://www.amazon.com/Logitech-960-000585-HD-Webcam-C310/dp/B003LVZO8S) is the one I am using)
* PDB with XT60 Connector (found [here](https://www.amazon.com/gp/product/B078JBT2HQ/ref=crt_ewc_title_dp_4?ie=UTF8&psc=1&smid=AF5VK40LEGWAH))
* 3S or 2S Lipo Battery and charger (Good combo [here](https://www.amazon.com/gp/product/B07DNQMRWW/ref=crt_ewc_title_dp_2?ie=UTF8&psc=1&smid=A13LZCPG0K92KY))
* Random assorted wire
* Soldering iron and solder
### Helpful Links
https://www.meccanismocomplesso.org/en/controlling-arduino-raspberry-pi/
https://www.meccanismocomplesso.org/en/how-to-use-a-generic-web-camera-on-raspberry-pi/