Hi - Welcome to the group - this is indeed the correct place to ask this question.Jeff is unfortunately no longer with us, but there are folk here who know his work well and may be able to help. I have one of his NixiSat clocks - a thing of beauty - which has pride of place in our house - I had to restore that a few years ago, luckily Jeff was still around then - https://groups.google.com/d/msg/neonixie-l/evzX0noEGXg/JrVaZG3YFogJ
Good luck - no doubt other will be along shortly...CheersNick
Quincy, You may want to gently just lift the processor partially out of the socket then push it back in. this will reduce the chance of bent pins.
You can do this by sliding a slotted (flat blade) screwdriver under the chip (between the processor and the socket) then gently rotate the screw driver clockwise and countrr clockwise. you do not even need to turn it 90 degrees. Turning it between 10 and 30 degrees should work.
I also use this technique to get chips out of a socket completely. I have never pulled a chip from a chip puller without bending leads ;)
-joe
Silly me! I must be getting old, I still think chips are in dip packages.
-joe
--
You received this message because you are subscribed to the Google Groups "neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neonixie-l+...@googlegroups.com.
To post to this group, send email to neoni...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/cb783458-7a03-4383-9480-fa725fbb9900%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Good luck!
I've been working on Quincy's clock. I saw some serious squegging in the high voltage power supply, and its switching MOSFET was overheating badly. The filter capacitor was also warm. I tried powering the HV from a Tayloredge supply, and it looks better but a couple of digits are still misbehaving (blurry, more than one cathode lit at a time). I hooked an oscilloscope to the clock and data inputs to the HV5530 driver chips. The clock signal is nice and clean, but the data signal has a bizarre triangle wave on it. I don't know if it's AC coupled in order to adapt the PIC logic threshold to the HV5530 or what, I still need to trace out that circuitry. The 12V power looks fine (there's a small amount of ripple on it, but nothing objectionable), and the 5V power is clean.
It may have worked at 5V, but that's just luck... over time, who knows what else has drifted..
Nick
Seems like some of them see a "High" at a less Voltage, but as in the Datasheet, they should see 10.8V.
Interestingly, at least in that schematic, it looks like the VCC and GND (pin 16 and 15) of the MAX232A are not connected. It could just be a shortcoming of the schematic of course (in fact, I would be a bit surprised it worked at all without them - though it's not completely impossible if e.g. it's powered through any internal voltage protection diodes), but you may want to double check this on the actual PCB. The other IC's in the circuit do show their VCC/GND connected, so it's a bit surprising to see it missing from just the MAX232A.
If that's indeed the issue, it's not surprising that the chip would break after a while, though it's still a little surprising that it would lead to this behavior. But I guess it's possible if the code isn't doing any sanity checks on the data it's receiving and perhaps even relies on it to determine when to stop writing into an array or something like that, overwriting other parts of the memory.
I still don't get this signal level issue. The 5530s have a Vdd of 11V, that makes their Vih 9V, not 4.3V which is the PIC's Voh.
The fact that the 5530s may work with a Vdd of 5V is not the issue in this case - Vdd is 11V.
According to their data sheet they are being driven out of spec and that correct operation under these conditions is not guaranteed...
Nick
I disagree:
- you want your schematic to be consistent, in this case it's clearly not as most parts display their ground/power pins connected, except the MAX232A.
- you want it to be unambiguous: obviously, it's not.
- if you work with multiple voltage levels (but even if you don't), as does this design, missing the ground/power pins just means you have an incomplete schematic. You can't "debug" a product if you don't know what the voltages are supposed to be, even more when you know that in parts the schematic doesn't follow datasheet recommended values..
"And as Pete pointed out, the HV5530's work down below 5 volts, so no level shifters are necessary. This is not a design problem."
Ah, so when you design things out of spec, as long as someone says it's fine, you don't have to worry? Of course this is a design problem: here's the datasheet of the HV5530:
http://ww1.microchip.com/downloads/en/DeviceDoc/HV5530%20C072313.pdf
In there, you'll see the recommended operating conditions:
VDD
Logic voltage supply
MIN 10.8V
MAX 13.2V
Just because it works for some samples of the HV5530, it doesn't mean it'll work for all if you don't adhere to the datasheet. Note that this is actually fine in this clock, but not using a level shifter is not:
VIH
Input high voltage
MIN VDD -2.0
MAX VDD
12 - 2 = 10, which is not 5V (or a bit lower) that the PIC will output as high. You can do this of course, but then you shouldn't be surprised if it fails, randomly. Or it may fail if you replace the part with one from a newer batch, where a different factory process was used.
Now, I'm not saying Jeff didn't make great clocks. I'm just defending good engineering practices in general. He may well have made some decisions after careful testing, etc.
The man is dead. What possible harm could come from revealing his
innermost Nixie secrets now?
Of course, and they often also include the decoupling, etc. But are you saying that we're missing one page with just that one chip's vcc/gnd? :) (when the other ones are all included on the schematic?). Doesn't seem likely, does it?
Nice to have the scope shots.
Previously, you mentioned "The clock signal is nice and clean, but the data signal has a bizarre triangle wave on it.": did you not reproduce this particular issue?


I would start by swapping the hv drivers over and seeing if the problem moves, scoping the 5v rail to look for noise and sag, removing the hv drivers and then replacing one at a time etc. i.e. elimination.
Theory is great and interesting but won't help much in solving the immediate mystery...
Nick
Whilst I think that most now agree that the signals should have been level-shifted, that does not explain how a clock that worked for ages suddenly goes nuts... good point that actually - was it a sudden fault or did it slowly get worse?
Nick
This is a solid fault, so I'd focus on eliminating the easy stuff before worrying about signal degradation...
If the max771 was cooking, that's not good at all.
Actually it was the MOSFET that was smoking.
Again, replace the Max232. That fixed the exact problem with my nixiechron. I also changed the surrounding electrolytics, but I'm not sure if that made a difference.