Search found 76 matches

by nodoubtman
Fri Aug 17, 2012 9:38 am
Forum: Your projects
Topic: CLAP CLAP circuit with RELAY OUTPUT
Replies: 12
Views: 18845

Re: CLAP CLAP circuit with RELAY OUTPUT

that doesn't seems to work okay, maybe you need the hardware setting :
clapclap.jpg
clapclap.jpg (24.78 KiB) Viewed 18812 times
marC:)



EDITED: by bitfogav*
by nodoubtman
Thu Aug 16, 2012 11:44 pm
Forum: Your projects
Topic: CLAP CLAP circuit with RELAY OUTPUT
Replies: 12
Views: 18845

Re: CLAP CLAP circuit with RELAY OUTPUT

This is probably what I would have done. list p=10F222 ; list directive to define processor #include <p10F222.inc> ; processor specific variable definitions __CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _MCPU_OFF & _IOFSCS_4MHZ ; '__CONFIG' directive is used to embed configuration word within .asm fil...
by nodoubtman
Thu Aug 16, 2012 5:23 am
Forum: Your projects
Topic: CLAP CLAP circuit with RELAY OUTPUT
Replies: 12
Views: 18845

Re: CLAP CLAP circuit with RELAY OUTPUT

HI: ; this routine turns the relay on BSF GPIO,1 CALL LOOP2 GOTO OFF just put LOOP2 instead LOOP3 , is it okay? LO: ; this routine turns the relay off BCF GPIO,1 CALL LOOP1 GOTO INITIALIZE ; resets system to start from scratch ---- here's the full code for one single clap : ;************************...
by nodoubtman
Thu Aug 16, 2012 5:09 am
Forum: Your projects
Topic: Merry christmas on a 8x8 matrix...
Replies: 45
Views: 48019

Re: Merry christmas on a 8x8 matrix...

brad wrote:I had no idea the file extension had been changed... Maybe something to do with the instructables upload?
dip trace is expired :(
can you give me a link for a not expired dip trace, on the official site, it is expired

thanks brad!
marC:)
by nodoubtman
Thu Aug 16, 2012 5:01 am
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

Here's a link to the schematic: http://www.bradsprojects.com/the_great_race/the_great_race_schematic.png And here is the source code: http://www.bradsprojects.com/the_great_race/the_great_race_source.asm i am talking about this kind of drawing : http://img39.imageshack.us/img39/2416/matrixconnectio...
by nodoubtman
Thu Aug 16, 2012 4:44 am
Forum: Your projects
Topic: CLAP CLAP circuit with RELAY OUTPUT
Replies: 12
Views: 18845

Re: CLAP CLAP circuit with RELAY OUTPUT

I guess i will have to remove this part too ?? : WAITADC3: BTFSC ADCON0,GO GOTO WAITADC3 MOVLW B'00000001' SUBWF ADRES,C BTFSC STATUS,C GOTO NEXT3 GOTO OFF NEXT3: CALL LOOP3 BCF STATUS,C MOVLW 0XFF MOVWF TEMP3 NEXT4: CALL LOOP1 BCF STATUS,C MOVLW B'01000001' ;analog i/p configuration MOVWF ADCON0 BS...
by nodoubtman
Thu Aug 16, 2012 4:38 am
Forum: Your projects
Topic: CLAP CLAP circuit with RELAY OUTPUT
Replies: 12
Views: 18845

Re: CLAP CLAP circuit with RELAY OUTPUT

Why dont you see if you can change the programme yourself? :) Ill give you a clue, you might want to remove this part of the code from within the code NEXT2: CALL LOOP1 ; short delay BCF STATUS,C MOVLW B'01000001' ; analog i/p configuration MOVWF ADCON0 ; setup ADC BSF ADCON0,GO ; Take an ADC readi...
by nodoubtman
Thu Aug 09, 2012 8:08 am
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

i tried for the great race with red dot, and button, and it doesn't work, ... can you draw me same thing as bigof would be reallly really appreciate, by the way, i have soldered scrolling numbers from bigof, and i made my own personal message scrolling it is nice :) thanks a bunch! good evening! :) ...
by nodoubtman
Thu Aug 02, 2012 3:30 am
Forum: Your projects
Topic: CLAP CLAP circuit with RELAY OUTPUT
Replies: 12
Views: 18845

CLAP CLAP circuit with RELAY OUTPUT

hi! this is the asm code for a clap clap circuit, but unfortunaly it turns the relay no after two claps, is it possible to make it for one clap ? and can you provide me the code PLEASE for a single clap, thank you sooo much!!!! marC:) ;****************************************************************...
by nodoubtman
Fri Jul 27, 2012 12:12 am
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

i have figured it out by myself, it works! :)

thank you brad and bitfogav!!!
you have been a great help!

thanks a lot to all!
happy day! :)
marC:)
by nodoubtman
Thu Jul 26, 2012 11:25 pm
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

here we go : http://www.youtube.com/watch?v=4a7sWYNU ... e=youtu.be

i would like to write happy birthday message or others message on the matrix?
can you help me do that ?

thanks a lot!
marC:)
by nodoubtman
Tue Jul 17, 2012 11:12 pm
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

brad wrote:Have a look through the great race code and modify the track data to suit your text. (The great race just scrolls a table of data - so putting text in there will scroll the text)
i don't know how to modify it..sorry! :(
thank you!
marC:)
by nodoubtman
Tue Jul 17, 2012 11:06 pm
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

brad wrote:Have a look through the great race code and modify the track data to suit your text. (The great race just scrolls a table of data - so putting text in there will scroll the text)
is it possible to have a draw of the great race like bigof did for me the other day?

thanks a lot! :)
marC:)
by nodoubtman
Sat Jul 14, 2012 12:03 pm
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

i would like to scroll some text like : happy birthday ... is it possible to do that with the same wiring as the brad's smile :)

you make me smile :)
ehhehe

CYa!
marC:)
by nodoubtman
Sat Jul 14, 2012 12:00 pm
Forum: The Great Race
Topic: help with the screen
Replies: 89
Views: 310571

Re: help with the screen

it was the wiring... :PP thank yoU! marC:) i have tried the scroller : ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; Draw data on matrix ; HERE IS WHERE YOU ENTER YOUR DATA TO DISPLAY ON THE 8x8 MATRIX retlw b'00...