Hello Flotulopex,
I did something like that for students school project. I did it very simple with a posicle stick and a little block of wood. I use 7 leds, a PIC16F627A and a CR2032 battery. The trick is to generate an interrupt at the beginning of the movement, for doing it I simply use a bolt soldered on a steel wire. The longuest part is to write character table. I have tu use PORTA cause I needed PORTB for the interrupt pin RB0 and the programming pins also. The bad thing is that RA5 can't be use as an output so I needed to use 5x7 matrix on PORTA without RA5. I splitted each character in 5 parts (lower case, higher case, numbers and french caracters also) and I did a routine that send them as needed. I'm not home at the moment and I don't have any schematic picture or code but I can post some parts of the code if you want.
Bookmarks