Need help on programming A BS2pe
roger_sing
Posts: 9
I want the BS2pe be able to record entries from a keypad.· There is a membrane switch placed underneath the pad that sends signals to the 13 pins connected.· The entries must be saved as a batch of 10.··Each batch·must also save·data from an RFID card reader in the EPROM.· I am having trouble with the codes on this project.
Comments
What are the keypad entries? Numbers? Single-digit? Multi-digit? The devil is in the details and if you don't have them worked out it will be difficult to assist. You might want to expand on your keypad entry requirements. How do you know you're at the end of a multi-digit sequence?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
The keypad entries are single digit numbers (0-9). Each digit is linked to each pin of the microcontroller through the membrane switch. When a card is read and the entries are made, it must be stored in the EPROM. A batch contains maximum ten entries. The entries are terminated by an "OK" button.
Post Edited (roger_sing) : 2/15/2006 9:42:41 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I am not quiet sure if I should use an RFID tag or not.· Maybe I would need more lessons on how an RFID tag works to tell you exactly if I am going to be using it.· But, as far as storing the entries, they are just simple number entry. If the entry is from button one, pin 1 should store 1 and so on.I need to also connect an extra storage device like a flash card to store all my data since the EPROM would have less storage capacity.I would like to know if you know of any such storage device.· I can email you the membrane switch if you need a clear idea.
Many Thanks.
Post Edited (roger_sing) : 2/15/2006 9:43:17 PM GMT
There is a company called Rogue Robotics that makes a Stamp-device that lets you write files to an MMC card.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I am having trouble writing the codes for this project. I got an outline idea and I designed a membrane switch to support my project. I hope someone out there would be able to help me with this.
Many Thanks.
Post Edited (roger_sing) : 2/22/2006 7:50:24 PM GMT