From ab7637d7d28cbd2b050ffd43c7315cd912827e2e Mon Sep 17 00:00:00 2001 From: Yehor Vialov Date: Tue, 26 Dec 2017 16:18:53 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 421bd79..fb431a9 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ # VaporizR2 +## Parts +1. Arduino Uno R3 +1. Sparkfun Motor Driver ([library and examples](https://learn.sparkfun.com/tutorials/tb6612fng-hookup-guide)) +1. HC-05 Serial Bluetooth Module +1. PP3 9-volt Battery +## Source code +In [branch v1.0](https://github.com/estevez-dev/VaporizR2/tree/v1.0) you can find: +* an Android app to control the car +* a [Fritzing sketch](/estevez-dev/VaporizR2/tree/v1.0/Fritzing) to build hardware +* an [Arduino sketch](/estevez-dev/VaporizR2/tree/v1.0/Sketches/bluetooth_motor) +## Car hardware +![image](https://github.com/estevez-dev/VaporizR2/blob/v1.0/docs/VaporizR2_bb.png?raw=true) +## Android app +It is a simple app with two sliders to control left and right weels that sends commands to Arduino via Bluetooth serial.