This is wonderful to read. I'm about to embark on getting my Sharp MZ-80K into good shape for the next 40 years. It still works fine but I bet there are a bunch of capacitors just waiting to die, and solder joints that are waiting for the perfect day to fail.
Usually that's good advice. But not always. If it's still working, you can take preventive steps before an easy-to-fix issue causes impossible-to-fix damage.
Silicon does degrade (and fails). But in my experience, most issues fall in 2 categories:
1) "Mechanical" problems. Connector problems, loose solder joints, corrosion, cracks in pcb traces, etc.
2) Power supply issues. Electrolytic capacitors are suspect #1 there (and they may not respond well to being powered after a looong time in storage).
Rules I apply:
a) If unsure how a machine looks inside (condition, mods etc): inspect internals before powering up.
b) Check that a machine is working before modifying it in any way. If not working: minimize steps to get to a working state.
c) Do mods in small incremental steps.
That way you can always backtrack to last working state.
The problem is that electrolytic capacitors can leak, even if not used. So, you can store a perfectly good computer and retrieve a ruined motherboard a number of years later. SMD capacitors are bad for this, the MZ80K predates all of that though, and I think only has a few through hole capacitors on the mainboard.
The power supply should also be checked, and in this case, it's safety capacitors which are the risk there, since some of the older ones (RIFAs for example) tend to be hygroscopic, and if they crack they end up blowing next time mains is applied across them. I've not had any problems with power supplies killing the machine with an over voltage, but i've heard this is also a risk.
Anyhow, 45 years or so is time for a recap, and it'll do another 30 years before it's time again...
Better advice with these older machines is "mess with it while it is still working". Even significantly more recent machines like the OG XBox pre-V1.6 can be badly damaged when the clock capacitor leaks onto the circuit board.
The problem with not doing some preventative stuff on these old machines is that in the event of a power supply failure (IIRC the MZ-80K has +12V, +5V and -5V) you can get overvoltage and cause damage to the chips.
It's great to read a recollection by someone from the UK of a similar age to me. I remember the Jupiter Ace very well and was so interested in Forth that I got the Acornsoft Forth ROM for my BBC Micro. I too made money selling software (and writing magazine articles---mostly about the Research Machines 380Z/480Z).
I think the biggest difference between then and now is the sense of discovery. I spent an enormous amount of time just discovering everything I could about computers and the machines I had access to. Everything from circuit diagrams to compilers. I don't think there's the same level of discovery now because so much else is available. In some ways, a lot of what we could do with a computer was understand the computer itself because other stuff (like games or programs to buy and run) was relatively difficult to get.
I agree completely about that sense of discovery. No-one around me knew anything about computers and the information available was limited, but somehow figuring things out for myself was a key part of the attraction for me. And it served me very well as the foundation for a lifetime of research too. If you're passing through London and fancy a beer, look me up, and we can reminisce!
Fun. I used an e-ink display for something similar (just the weather forecast) and opted to use the onboard ESP-32. I try to stay away from Raspberry Pi for simple things because it's total overkill to have an entire operating system in there.
It's a really fun project, but I wish these Waveshare displays had more open firmware. I didn't really manage to get the ESP32 to talk to the display (or even to connect to it, as I don't have the right adapter), so I used their sample code with its weird API and I'm sending an image straight to the ESP32, rather than have the ESP32 pull it from an HTTP server, as I wanted.
check out our FW, it's open source and will work with Waveshare <> ESP32. currently running on thousands of devices:
https://github.com/usetrmnl/firmware/
reply