Search found 6 matches
- Fri Aug 21, 2009 6:16 pm
- Forum: Bugs / Application Errors
- Topic: 16F88 Sensitivity
- Replies: 4
- Views: 10791
Re: 16F88 Sensitivity
you guys are right on with weird behaviors that i'm experiencing with this project, i'm going with Benj suggestion since already have 10k's on the PCB board connecting to the 5V, so a little modification(similar to that of wiring a keypad, i get it) and hopefully this will work. eh, thanks you guys,...
- Thu Aug 20, 2009 9:23 pm
- Forum: Bugs / Application Errors
- Topic: 16F88 Sensitivity
- Replies: 4
- Views: 10791
16F88 Sensitivity
hey guys, i have this simple alarm program that i twisted from flowcode's stock example, it works fine on flowcode, but when i compile it and put it either on the breadboard or the pcb, the "switches terminals"(actual pins) become very sensitive. for example if i have the wires for the swi...
- Thu Jul 30, 2009 8:08 pm
- Forum: General Programming
- Topic: Keypadpassword
- Replies: 12
- Views: 8078
Re: Keypadpassword
Ok. i will be expecting your post. pass is 1234 plus * for on/armed, or # for off/disarmed i'm trying to make this back to a four digit code, and by using one code activate/deactivate the alarm, the alarm portion of this is going to be on a 16f88 and the keypad portion is going on a 16f877a. the al...
- Sat Jul 25, 2009 5:07 am
- Forum: Flowcode V2 & V3
- Topic: 4 keys entered on keypad flow routine
- Replies: 24
- Views: 14045
Re: 4 keys entered on keypad flow routine
thanks alot BENJ, gonna give her a go right now, and sorry to everyone for threadjackBenj wrote:Hello
Yes there is a way around this. Simply download the latest version from here.
http://www.matrixmultimedia.com/support ... .php?t=541
- Thu Jul 23, 2009 11:01 pm
- Forum: Flowcode V2 & V3
- Topic: 4 keys entered on keypad flow routine
- Replies: 24
- Views: 14045
Re: 4 keys entered on keypad flow routine
Hello Ok I see, sorry I thought the example was using a keypad already. As it happens I do have a keypad example which is why I was getting confused. Its too hot today. hey BENJ my version of flowcode(v3.1.0.31) wont open the example (keypad password.fcf), it says 'its of a newer version and may no...
- Thu Jul 23, 2009 10:45 pm
- Forum: General Programming
- Topic: Keypadpassword
- Replies: 12
- Views: 8078
Re: Keypadpassword
hey i followed a tutorial that is somewhat like this, i think its even on youtube. what i'm tryin to do is to make it a four digit code(like yours) but adding the * and # to it...so i guess it would be 5 digit code, * to turn on/reset alarm and the # to turn it off. if i ever get to run right i'll p...