- Joined
- Aug 2, 2011
- Messages
- 389
I really like the Run DMD clock but I always look at stuff like that and wonder if I can do the same thing myself.
So I started a prototype which can be seen here:
I wanted people to be able to add their own animations and fonts, so all data will be editable on a PC and just placed on an SD Card. The processor that does all of the work is a Teensy 3.6:
https://www.pjrc.com/store/teensy36.html
This is a great device as it will need a very simple interface board with minimal external components - the only parts on a board would be:
Battery backup for the clock (clock (RTC) already built into Teensy)
Switches for menu control
16 way connector for connection to LED screen
5v power supply
I've hacked together a screen grab process to get animations from Pinball Browser - a similar thing will be possible for WPC Edit, so getting the animations will be easy for Stern and Bally/Williams. I still need to add a mask edit facility so that the clock face can appear as part of the animations.
I'm happy for this to be a community effort, so anyone interested in being involved I can upload stuff to GitHub once I get a stable release with the basics, and people can have a play. The Teensy is compatible with the Arduino environment, so anyone with C/C++ skills can do this. The screen grabbing is written in C#.
Hopefully the cost will be much less than other clocks out there (~£150), and will be more community friendly as adding animations will be easy for anyone to achieve.
Any comments gratefully received. David.
So I started a prototype which can be seen here:
I wanted people to be able to add their own animations and fonts, so all data will be editable on a PC and just placed on an SD Card. The processor that does all of the work is a Teensy 3.6:
https://www.pjrc.com/store/teensy36.html
This is a great device as it will need a very simple interface board with minimal external components - the only parts on a board would be:
Battery backup for the clock (clock (RTC) already built into Teensy)
Switches for menu control
16 way connector for connection to LED screen
5v power supply
I've hacked together a screen grab process to get animations from Pinball Browser - a similar thing will be possible for WPC Edit, so getting the animations will be easy for Stern and Bally/Williams. I still need to add a mask edit facility so that the clock face can appear as part of the animations.
I'm happy for this to be a community effort, so anyone interested in being involved I can upload stuff to GitHub once I get a stable release with the basics, and people can have a play. The Teensy is compatible with the Arduino environment, so anyone with C/C++ skills can do this. The screen grabbing is written in C#.
Hopefully the cost will be much less than other clocks out there (~£150), and will be more community friendly as adding animations will be easy for anyone to achieve.
Any comments gratefully received. David.