-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you share a working circuit for VFD along with arduino? #1
Comments
This project had to take a bit of a back seat for a while, but I want to get back on it soon! I've just pushed some cad files I was working on a while ago, I'm not sure if they will work, but feel free to review them. If nothing else, the block diagram might be a good place to start a new VFD project. |
you might be interested in this I would like to help you with this project but I dont have much knowledge or experience |
These application notes are great thanks! It makes me the idea in my head might be on the right track. As for knowledge or experience, that hasn't stopped me in the past! My strategy is to set myself some projects and work out what I need to learn, and then learn it. With mixed results ;) |
As I don't know what your experience is... I should mention a word of caution though: VFDs typically operate at voltages that can be lethal. If you're new to electronics, I would recommend starting off with some low voltage projects (anything between 0 and 12V should be fine) to build up your skills, and use bought power supplies that have passed the important safety checks. |
there are many ICs from microchip too that have application notes you can check out those too |
True, I've got a couple of PIC chips in a drawer somewhere, however, I'm thinking something like the Arduino Nano will have less of a steep learning curve to people like CNC machinists who may be wanting to build a VFD. Plug USB cable in and push the 'Upload' button. If something like a USBasp or PICkit are needed for ICSP, that adds an additional barrier to entry. If I were making a commercial product, I'd look at going either PIC or AVR without the Arduino framework, but keeping it accessible for the mechatronics enthusiast is important. |
What are the TRIG and / EN pins? Thank you |
Hi @dexterbot80 the board looks great! TRIG is to trigger an oscilloscope (during testing / calibration) - see line |
i am really interested in your project thanks
The text was updated successfully, but these errors were encountered: