Ninja Bot - a Voice-controlled Rover That Operates on Jutsu Commands

by avijitdasxp in Circuits > Arduino

182 Views, 1 Favorites, 0 Comments

Ninja Bot - a Voice-controlled Rover That Operates on Jutsu Commands

Ninja Bot

Ninja Bot is basically a voice command following a 4WD rover that works on jutsu commands from the Naruto series and the rover also avoids obstacles. One has to open an App, spell the jutsu, and the rover will act accordingly. The jutsu includes "Flying thunder", "Shunshin", "Body flicker", "Infinite tsukuyomi", "Rasengan". These can be interpreted as, move forward, move right, move left, stop, lights toggle, circular motion. There's a link to the video to watch it in action.

Supplies

  1. Arduino (pick your fav one)
  2. HC05 Bluetooth Module
  3. L293D Motor Driver
  4. 4x 300RPM motors
  5. 4x Wheels
  6. 2x 3.7v 3500mAh 18650 LiOn Batteries
  7. Acrylic Sheet for Chassis

Inspiration

Thumbnail.png

We wanted to build a project related to cartoons and anime. Naruto, which is a very well-known manga and anime, was the major inspiration behind building this particular project. Naruto is a very memorable anime series from our childhood, and working on the Ninja Bot project has resurfaced a sense of nostalgia as we visited several aspects of the anime over again.

How We Built It

Ninja Bot was built using 4 300 RPM BO motors, an L293d motor driver, a Bluetooth module to receive the voice commands, and an Arduino Uno, which is the main controller. With that, to power the rover, we used 2 3.7v Li-On batteries. Finally, an app was installed on your android phone, by using Google's speech recognition, the app converts the speech to text and sends it as a string to the Bluetooth module. And finally, the chassis was built using an acrylic board.

Firmware Code and Citation

Troubleshooting

Setting up the application to send the commands was a bit tricky, there is a lag between the spelled command and the received string, so it needs some practice to spell at the correct time. Sometimes the speech recognition misinterprets, so we have to trick the program to bypass the misspells. Lastly, we were having some troubles with the 5v input port of the Arduino, it was not getting powered up. We tackled it by moving the connections to the 5v port of the ICSP headers.

What's Next for Ninja Bot

We would like to incorporate more actions through voice-command in Ninja Bot in the future. We would also like to explore a different way to send the voice signals through further experimentation. Ninja Bot has several other potentials that can be worked on in the future.

Its Not Only Me !

Kudos to Deblina Chattopadhyay for creating this project with me.