Interfacing voice recognition module HM2007 with PIC – electroSome https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/feed/ Sat, 18 Mar 2023 05:00:03 +0000 https://bbpress.org/?v=2.6.9 en-US https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12261 <![CDATA[Interfacing voice recognition module HM2007 with PIC]]> https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12261 Mon, 14 Mar 2016 09:30:14 +0000 Priyanka Bisht Please help me to interface L293D and HM2007 voice recognition module with PIC 16F877A microcontroller. The motor should change its direction for each output of HM2007.

]]>
https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12264 <![CDATA[Reply To: Interfacing voice recognition module HM2007 with PIC]]> https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12264 Mon, 14 Mar 2016 15:46:59 +0000 Ligo George You can directly connect the output of HM2007 module to input pins of pic microcontroller. Don’t forget to configure those pins as input by writing to TRIS register. It will be easy to program if you use same port for all those input pins. Then you can easily change the output of L293D for each inputs as per your requirements.

]]>
https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12285 <![CDATA[Reply To: Interfacing voice recognition module HM2007 with PIC]]> https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12285 Sat, 19 Mar 2016 11:13:20 +0000 Priyanka Bisht ohh thanks!
but if we do the same using android and bluetooth device then how to program the microcontroller for the o/p from bluetooth device?

]]>
https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12288 <![CDATA[Reply To: Interfacing voice recognition module HM2007 with PIC]]> https://electrosome.com/topic/interfacing-voice-recognition-module-hm2007-pic/#post-12288 Sun, 20 Mar 2016 07:17:43 +0000 Ligo George You can use HC-05 or HC-06 bluetooth module for that. Just pair that bluetooth module with your android device first. You can connect the RX of bluetooth module to the TX of microcontroller and vice versa. Then if you send any data from android you can easily read from the serial port of microcontroller and vice versa.

]]>