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

DustinErele
Thu Apr 25 2024, 08:44 am
ztaletpzca
Wed Apr 24 2024, 11:19 pm
IrardlPex
Wed Apr 24 2024, 08:42 pm
Charlestehed
Wed Apr 24 2024, 05:20 pm
Robertgurse
Wed Apr 24 2024, 02:43 pm
Richardedils
Wed Apr 24 2024, 04:07 am
Malcolmaccek
Wed Apr 24 2024, 01:21 am
ChrisLub
Tue Apr 23 2024, 05:21 pm