Hello
. I'm new to these forums and new to PIC programming. We haven't been taught anything about PIC programming thus far at school, so I'd like some advice.
I'm making a sort of novelty egg timer. It involves a wooden automata popping out of the base of the product when the time is up and starting a "Rube Goldberg" like chain reaction resulting in a bell being hit. I have several questions though.
Thanks for any help.
PandaMan
I'm making a sort of novelty egg timer. It involves a wooden automata popping out of the base of the product when the time is up and starting a "Rube Goldberg" like chain reaction resulting in a bell being hit. I have several questions though.
- Can PIC chips time for long periods of time up to, say, an hour? When doing a mock program earlier I found you can't use "wait" for more than 65 seconds...?
- I want to use four buttons to set the time: +1 minute, -1 minute, +10 minutes and -10 minutes. How should I write the program in order for these buttons to add up the time?
- I would like to use an LCD display to show how much time has been entered. What extra programming will be involved?
- Taking all of this into account, what PIC chip would be best? I need two outputs for the motor but I don't know how many I need for the LCD display. I know I also need 4 inputs
Thanks for any help.
PandaMan