Autonomous bot using Augmented Reality
Hello Guys , hope you are enjoying the lockdown :-P . In this post I will describe how my app Augmented Aurdino can help you make your own autnomous bot that goes to anywhere you to tap on the screen without using sensors, using augmented reality. You can make your simple car powered by bluetooth from here https://www.instructables.com/id/Arduino-Bluetooth-Controlled-Robot-Car-1/ , do make sure to change the aurdino code to the one which I will be attaching in this post . Once you have made it you can simply download the app from the link attached at the end of the post. The app connects to the bluetooth module and provide specific pwm signal values to the left and the right motors depending upon the angle to the goal.Once it is at a distance of 0.3m from the goal it stops. How to implement? Since augmented reality works on computer vision, therefore you need to scan the surrounding for the app to detect the floor in your house, this may take a whi...