Back at my home during my summer vacations, everyone in the house asked me to bring their stuffs from the other rooms. It was ok if the stuff was small or limited in number but most of the time it wasn't. So I thought of designing a mobile unit that I could operate via my phone and let it do the heavy lifting.
I had my writing table at my home and also I arranged some plywood which used for the external framework. The whole structure itself weigh about 3-4kgs but you can use something lighter for the external structure if you want.
Both motors used have a torque of 3 kg-cm. You can use a more powerful motor if u want if you have a motor driver for it.
I have used a L298N motor driver for these project. I know it can operate only for 3Amps current and both the motor will use more than that limit, but the fact is it can whit stand up to 5Amps because manufacturers show less value than actual. And worst case scenario in these case would be thermal shutdown above 100 degree C.
I have used Blynk app for the purpose of controlling my robot. The sketch for the same is given below. The robot as you know is controlled via Bluetooth. You will get the necessary information on the official website of Blynk you need. I have decided to controlled both the motor speed separately but if you want you can control the speed through one controller only. I have also added a button for forced left in the virtual pins 3 and 4. In the case if robot got stuck somewhere and it is needed to change its direction immediately this commands can be used. But these command puts a lot of pressure on the motor drive so better to save it for emergency only. I have also used an LED button, it is a simple button to know whether your Bluetooth is connected to your mobile device or not. Just click that button, and if the light near 13th pin of Arduino Uno blinks accordingly, then voila your mobile is connected via HC-05.
Comments