Some days ago I got my Arduino 101 kit that was given to me by Hackster and I decided to start doing projects and testing the new components that come in the kit. I decided to make a car controlled by Bluetooth and the Blynk application taking advantage of the Sparkfun motor driver.
I also used the Arduino 101 board that came included in the kit.
I use a pair of pololu engines with gearbox.
I also use an external smartphone battery that has a voltage of 5v and a current of 2600mAh that is enough for the entire circuit.
The final design I liked a lot, I made it small and as I use the power bank instead of normal batteries like AA. I was able to save a lot of space and the weight of the final prototype was reduced. On the tires, use neoprene tires that stick very well to the ground and buy them in amazon. The third wheel is a crazy wheel that is super indispensable for the good movement of the car. The base of the cart is made of hard carton of an old notebook and a protoboard stuck in the carton, that's where the motor driver circuit is built. And I also put a few LEDs to make it look more colorful. These LEDs turn on and off randomly, the code is at the end if you want to check.
The control application of the car is done in Blynk and only added the Bluetooth function and added 4 buttons for the movement of the car (forward, reverse, clockwise rotation and counterclockwise), the application Is best handled in landscape view since ergonomics is lost in a vertical way.
I am very happy with this project, I have now a new goal, to use this prototype and add functions like that of a line follower, and that of a robot dodge obstacles with ultrasonic sensors.
Comments