Open zen85 opened 3 years ago
Hi, I have the same problem, do you solve it?
I have the same issue
I didnt found firmware for v 1.5, the developer said that the Firmware for this Model have merged with the NCS314 Repository.
I received an NCS312 v1.5 (14/08/2020) pre-built shield today. I was able to compile and flash an Arduino Mega with firmware based on the source at NixeTubesShieldNCS314/Firmware/Source code/Hardware Version 2.0 (HW2.0)/
.
So it is possible. I haven't had much of a chance to do much testing, but it appears to work as expected. My only (minor) issue is that the buzzer is much louder than I'd like. Hopefully I can find some way to make it quieter in software, or I may have to just desolder it from the board....
Not all firmwares are compatible, as there are some that use different pin assignments and chip components. Schematics for NCS312V1 and NCS314V2 do appear to be identical. As long as they use the same pin assignments and components, I don't see any issues with swapping the firmware.
https://gra-afch.com/category/downloads/schemes/shields/
I found these schematics quite useful for converting my own custom firmware to NCS318 from NCS314.
Yes, I spent a fair amount of time reviewing the schematics and examining the board before settling on the 314v2.0 source. In the newer hardware versions, the two main tube drivers have been consolidated into a single large chip, so the 3.x tree was a non-starter. The clock has been set, and is keeping time, the thermometer is reasonably accurate and the GPS time source is working.
I thought I'd report my success, as I am not the only one who was not entirely sure what code and/or firmware version to use on the latest hardware revision, since there is almost no mention anywhere of NCS312v1.5.... The short answer is that the NCS314v2.0 firmware (fw version 1.94) appears to work. My plans are to eventually drive the shield with an ESP32, and add an FM radio module. I expect to use the provided code more or less as a library to light the tubes based on my own code, in a DIY clock radio with all the features I've wanted, but never been able to find. :)
Hello!
I just got the NCS312 v1.5 and i tried severall firmwares for it since there is none dedicated to v1.5. But they show the wrong values. I tried with a mega and with an uno. the behaviour is the same. iE when i use the following code:
i get "999999" instead of "222222" and "89._t567" instead of "123456"
which firmware should i use?