HELLO THERE!!!
How are you, guys? I hope everybody is fine and in good condition. This week, I would like to share a post that I made in my Instructables. It is called Voice to Arduino. Basically, in this experiment, we use the speech recognition function in MIT app inventor to control the number of LED that lights up which are connected to Arduino. So, click the link and enjoy tinkering!!!!
http://www.instructables.com/id/Voice-to-Arduino-Control-LEDs-Using-MIT-Speech-Rec/
the mit app software:
ai2.appinventor.mit.edu/?galleryId=6018303708889088
the experiment video:
https://www.youtube.com/watch?v=Ly2Yjr51bBM
How are you, guys? I hope everybody is fine and in good condition. This week, I would like to share a post that I made in my Instructables. It is called Voice to Arduino. Basically, in this experiment, we use the speech recognition function in MIT app inventor to control the number of LED that lights up which are connected to Arduino. So, click the link and enjoy tinkering!!!!
http://www.instructables.com/id/Voice-to-Arduino-Control-LEDs-Using-MIT-Speech-Rec/
the mit app software:
ai2.appinventor.mit.edu/?galleryId=6018303708889088
the experiment video:
https://www.youtube.com/watch?v=Ly2Yjr51bBM
How do i interface my hc-05 bluetooth module with arduino?Isn't a code required for the interfacing or just the hardware connections are enough?
ReplyDeleteUsually the hardware connection and the "Serial.begin(9600)"in the code is enough. to test the data transmission, you might want to download bluetooth terminal app or create one in MIT app inventor.
DeleteThank u as this worked.but on the serial monitor all i could see are decimal no's.is der any way i can see the text i speak to the phone?
DeleteSorry for the late reply.But usually the serial monitor will show whatever you have transmitted. Maybe the baud rate in the monitor is different, causing the message sent translated in different manner
Deletethank you.i have rectified the error.
Delete