An open API service indexing awesome lists of open source software.

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

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/