--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/9229f415-c9f2-4356-bbed-445230c48a90%40googlegroups.com.
Sounds a bit like the Hackaday Superconference badge: https://hackaday.com/2018/10/17/the-supercon-badge-is-a-freakin-computer/-Paul
--So, I'm thinking about my next project...I want to stick with z80 at the moment and I'm thinking about trying this:Single board standalone systemTiny QWERTY style keyboard made with tactile switches (as often used for reset)Graphic LCD 128x64 pixels (low cost and readily available)- 4 pixel wide font for 8 lines of 32 charactersZ80, 128k bytes RAM, 16k or 32k bytes ROMSerial port, probably bit-bang with option for a proper port via expansion cardA few digital I/O linesExpansion socket(s)It could run:* All the usual stuff via the serial port* A version of SCM modified for 32 character display widthI considered an alphanumeric LCD module but thought a graphic display would be more fun.I'm guessing I could put together a kit for around 60 USD, should anyone be interested in building one.Comments welcome.Steve
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/9edbb577-f093-47a5-b392-44acee98b1d6%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/C0DE876D-93F3-4CF4-9F8E-BF746E3F53A6%40brokstad.no.
<PastedGraphic-2.pdf>
On 28 Aug 2019, at 16:32, Steve Cousins <steve...@gmail.com> wrote:
I've been thinking more about this project idea.I think I want to make a single board standalone system, something like this.
<Z80 with LCD.jpg>
Probable features:Tiny QWERTY style keyboard made with tactile switches (as often used for reset)- header for larger external matrix keyboardGraphic LCD 128x64 pixels (low cost and readily available)- 4 pixel wide font for 8 lines of 32 charactersZ80, 128k bytes RAM, 16k or 32k bytes ROMSerial port, bit-bang with option for a proper port via expansion cardExpansion sockets (one horizontal, one vertical)Still considering:I2C (expansion module or onboard)File storage (expansion module or onboard)Digtial I/O (expansion module or onboard)Possibly a simple "beep" type sounder onboardThe result might be something like this (with RC2014 module for comparison)
<Z80 with LCD layout.jpg>
I am deliberately aiming for something that won't feel like a modern comfortable laptop. Back in the day many of the very early systems were very compromised and I want to capture some of the "difficult to use" look and feel. However, I don't want to just recreate one of those hex keypad and 7-seg LED display designs.Perhaps this one is a bit of a personal journey and won't have much general appeal.Steve
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/9edbb577-f093-47a5-b392-44acee98b1d6%40googlegroups.com.
<Z80 with LCD.jpg><Z80 with LCD layout.jpg>
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/C0DE876D-93F3-4CF4-9F8E-BF746E3F53A6%40brokstad.no.
On the other areas
- bit bang SD is comparable to floppy but a lot bigger
- if you space the optional keyboard pin header connectors right you can also use the replica zx80/81 keyboards for a true 1979 feel
- digital I/O, SD, bit bang serial, i2c are all basically different uses for the same I/O except for the extra glue for the i2c - and many panels BTW seem to clock stretch.
- For storage the early CP/M and related systems mostly relied upon battery backed RAM and Eprom sockets. The Epson also has optional tape and floppy but the floppy just plugged into the serial
- timer interrupts are pretty handy for games and matrix scanning/debounce