Mac SE (FDHD) Can I reuse the CRT with a RPi ?

Hi !
I'm sorry if my english is broken !
I bought an old Mac SE FDHD with an 800k FD external drive (model M0131), keyboard, mouse.
Of course, the motherboard had a leak and is unusable.
I planned to reuse the CRT with an Rpi (or orange pi)
Is it doable ? Has anybody did it ? I wanted to use an Tang Nano 9K.
Any help would be aprreciated !
:)

Have a nice day !
 
Salut,
Ce n’est pas encore possible. Pour le moment on arrive à retranscrire les signaux vidéo de la carte mère d’origine sur un écran externe hdmi, mais impossible d’utiliser la carte analogique et le tube sans la carte mère d’origine.
D’ailleurs je crois que sur ce forum on se concentre plus sur le hardware d’origine.
 
There are other methods to reuse the case with a RPi, but typically involves removing the CRT and installing a new LCD in its place. Search the forum.
 
I planned to reuse the CRT with an Rpi (or orange pi)
Is it doable ? Has anybody did it ? I wanted to use an Tang Nano 9K.
Any help would be aprreciated !
:)
What were you going to use the nano 9k for? As a HDMI to analog converter for the pi?

Although providing HDMI video, the nanomac (https://github.com/mistle-dev/nanomac) on the Tang Nano 20k internally actually has the original hsync, vsync and video signal. It's quite simple to export these to pins which in turn should be usable to drive the original CRT.

The hardware code also includes the implementation of the adb it inherited from its MiSTer origin, although this is disabled/unused in NanoMac. If you are a little experienced with HDL, then you might be able to re-enable that to potentially connect your keyboard and mouse. But that's probably a few days work.
 
Back
Top