• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VFD Without computer

ComputerWizKid

Golden Member
How can I make my vfd run without the computer? I have the infamous BG Micro VFD. and all I want is a VFD(I don't like the new LED ones and I love the look of a VF Display) alarm clock so how hard would that be to do? Possibly with date.
 
This would be very difficult unless you know a lot about electronics. Basically you'd need a PIC microcontroller to display text on the VFD and some sort of electronic clock that can talk to the PIC
 
yeah its pretty difficult if you dont know much about electronics -

one way to do it:
use a PIC18 series microcontroller
use MPLAB + the free C18 compiler microchip puts out
write a program in C using the HD44780 LCD lib + a realtime clock in software
...but then you gotta write the hex file into the pic and you gotta build a programmer for that
 
Yup...PIC chips... best choice. The Programmers are usually available on ebay.
Plus you'll want to get some erasable chips for playing with...and an EEPROM eraser... it's all a big investment too

Jeff
 
Back
Top