Posts

Showing posts with the label Robot using VB.Net and ARDUINO

Speech, Text Controlled Robot using ARDUINO and VB.Net

Image
Difficulty Rating: 8/10 (Requires basic VB.NET skills) VB.Net and ARDUINO STAGE I: This is the basic setup of the Speech/Text/Computer controlled Robot. The commands are sent serially over the USB to the ARDUINO Duemilanove. The corresponding signals then drive the two 300 RPM motors with the help of a motor driver IC L293D. STAGE II: Introduced a RF module so that the Robot can be wireless operated, with only the Receiver mounted on the Robot. The transmitter transmits the signals with the help of ARDUINO and the signals are received by the Receiver on the Robot, which controls the motion of the Robot. Video of the Software Implementation (Software part): Video demonstration of the speech commands to the robot (Software part): Video demonstration of the full project (Hardware + Software): This is the video of the Computer controlled robot which has following features-- Speech command input Text c...