Discussion in "New Ideas regarding projects" started by    lisha    Apr 2, 2013.
Tue Apr 16 2013, 10:48 am
#11
PROGRAM FOR LED
org 0000h
mov a,p0
cjne a,#01h,next
setb p1.1
next:
nop
end


[ Edited Tue Apr 16 2013, 10:50 am ]
Tue Apr 16 2013, 10:54 am
#12
SCHEMATIC
Attachment
Thu Apr 18 2013, 02:31 pm
#13
dont you think program is too small for testing.. put it in continuous loop such that when right word is detected led lit up.

org 0000h
main:
mov a,p0
cjne a,#01h,main
setb p1.1
;add some delay here..
clr P1.1
; then go back to main
sjmp main
end


Instead of doing this way.. First evaluate HM2007 properly. It has got 7-segment display which display status incase any error or something is wrong. If recognition works it will display correct status and the same status should be received by controller. Properly learn and test HM2007 only then work with controller once you are comfortable with voice recognition module.
Mon Apr 29 2013, 02:08 pm
#14

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Michailqfh
Fri Mar 29 2024, 01:53 am
Bobbyerilar
Thu Mar 28 2024, 08:08 am
pb58
Thu Mar 28 2024, 05:54 am
Clarazkafup
Thu Mar 28 2024, 02:24 am
Walterkic
Thu Mar 28 2024, 01:19 am
Davidusawn
Wed Mar 27 2024, 08:30 pm
Richardsop
Tue Mar 26 2024, 10:33 pm
Stevencog
Tue Mar 26 2024, 04:26 pm