I’m new to robotics and I am interested in the GoPiGo
For the raspberry Pi started kit and I wanted to know if a can add things to it like HC so it can also respond to voice command. Thanks in advanced.
I’m new to robotics and I am interested in the GoPiGo
For the raspberry Pi started kit and I wanted to know if a can add things to it like HC so it can also respond to voice command. Thanks in advanced.
Hi,
What do you mean by “HC” ?
HC-SR04 Ultrasonic range finder. I wanted to use this so i can try and add voice command
I’m interested in the Smart Video Car Kit and I want to know if I can add to it like the HC-SR04 UltraSonic Range Finder because I want to do something with voice command as well.
Hi,
Just to be sure that you correctly understand the functionality of the HC-SR04.
HC-SR04 is an ultrasonic rangefinder that provides the distance of an obstacle in front of it in a range of 2cm to 400cm.
This sensor is intended to add obstacle avoidance functionality to a robot and not voice recognition/command.
The GoPiGo Stater Kit does include an ultrasonic rangefinder.
You can find a lot of tutorials on how to use an HC-SR04 with a Raspberry Pi. Here is an example Interfacing HC-SR04 Ultrasonic Sensor with Raspberry Pi.
As for voice recognition, you will probably need need a microphone that can be connected to the Raspberry Pi.
Regards,