Just a linux-console, in fact.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
mini-macintosh-partB.stlstl-binary - 2.02 MB - 10/03/2019 at 15:46 |
|
|
mini-macintosh-partA.stlstl-binary - 660.51 kB - 10/03/2019 at 15:45 |
|
The codes have been updated with a lot of bugs fixed.
Basically I've overhauled the setup instruction and it's now reproducible with a fresh-installed Armbian Bionic 5.90. (I believe.)
I've also added some information about enabling the on-board Audio output.
Well, Since it's almost automatically configured by pulseaudio, what we have to do is:
# Enable `analog-codec` overlay
$ sudo armbian-config # [System - Hardware] or sudo vi /boot/armbianEnv.txt
# Create the simple ALSA config
$ cat - | sudo tee /etc/asound.conf
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
# Ctrl + D
# Install pulseaudio (the daemon will be launched automatically when Xorg starts )
$ sudo apt install pulseaudio pulseaudio-utils pavucontrol
# Configure the audio settings as you like
$ DISPLAY=:1 pavucontrol # Launch pavucontrol in a VNC display at :1.
$ alsamixer
Finally the .scad files, setup script and some instructions have been released on the GitHub repo.
Still the codes are kinda messy and untested. I'll make time to refactor them.
BTW, in this project, tightvncserver and ssvncviewer are used to upscale the low-res LCD (320x240).
It would be better if we have an OPi alternative to rpi-fbcp for RPi. Any ideas?
[Edit1: Fix typo]
Create an account to leave a comment. Already have an account? Log In.
@Jacob MacLeod Thank you! It's roughly a one-fourth scale model of original Macintosh Plus.
Nice soldering on the FPC connector. I specialize in bridging all the connections when I've tried that. Love the project!
@Mike Szczys Thanks! I graduated the same course. May the Flux be with you! 😆
Well, I admit that's the ugliest part of this PJ. It would be better to have a small PCB to convert the FPC to wires.
@davedarko @Dan Maloney Thanks! I'll publish the .scad files, codes, instructions soon.
(Well, totally forgot to add something to indicate its scale... Yeah, Tiny is right!
Tiny is right - the USB plug really gives it some scale. Nice work!
Become a member to follow this project and never miss any updates
Nice! It looks so small compared to the keyboard in the picture!