Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Zeta SBC - Minimal, self-contained, N8VEM compatible Z80 SBC
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sergey  
View profile  
 More options Jan 31, 11:47 pm
Newsgroups: comp.os.cpm
From: Sergey <skise...@gmail.com>
Date: Tue, 31 Jan 2012 20:47:37 -0800 (PST)
Local: Tues, Jan 31 2012 11:47 pm
Subject: Zeta SBC - Minimal, self-contained, N8VEM compatible Z80 SBC
Zeta SBC is an easy to build Zilog Z80 based single board computer. It
is inspired by Ampro Little Board Z80 and N8VEM project. Zeta SBC is
software compatible with N8VEM SBC and Disk I/O boards. This is an
open source project: all design files (KiCad schematics and PCB,
Gerber) are available from N8VEM Wiki.

Here are the specifications:
- Small form factor (170 mm x 100 mm, 6.7" x 4"), can be mounted under
a 3.5” floppy drive.
- Through hole components only, most of the components are pretty
common (a good way to get rid of some stuff in your junk box).
- CPU: Zilog Z80. It was tested with NMOS and CMOS versions, up to 20
MHz, 6 MHz or greater is required to support 1.44MB floppies.
- Memory: 512 KiB SRAM (system + RAM disk) with DS1210 NVRAM
controller, 512 KiB flash (BIOS, CP/M, ROM disk)
- 8255 PPI. Can be used to connect an IDE hard drive or CF card using
PPIDE adapter, or for just generic I/O.
- 16550 UART. Serial port for connecting a terminal.
- FDC9266 or FDC9268 floppy disk controller, supports common (that is
IBM) diskette formats.
- DS1302 RTC.
- Runs CP/M 2.2 and ZSDOS, ROM images are available from N8VEM Wiki.

More information please refer to this page:
http://n8vem-sbc.pbworks.com/w/page/44366173/Zeta%20SBC

I offer PCBs and some (more difficult to find) ICs in any combination.
Prices: PCB - $20, FDC9266 - $5, Z84C0020PEC (CMOS Z80 CPU, 20 MHz) -
$5, Toshiba TMP82C55AP-10 (CMOS 8255 PPI, 10 MHz) - $4, SST39SF040
(512 KiB flash, preprogrammed with BIOS, CP/M, and some utilities on
the ROM disk) - $4.

Shipping (one PCB and up to 4 ICs using USPS First Class mail, no
tracking) is $3 in US and $6 anywhere else.

Thanks,
Sergey


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Dassow  
View profile  
 More options Feb 1, 1:42 pm
Newsgroups: comp.os.cpm
From: Peter Dassow <z8...@arcor.de>
Date: Wed, 01 Feb 2012 19:42:44 +0100
Local: Wed, Feb 1 2012 1:42 pm
Subject: Re: Zeta SBC - Minimal, self-contained, N8VEM compatible Z80 SBC
On 01.02.2012 05:47, Sergey wrote:

> Zeta SBC is an easy to build Zilog Z80 based single board computer. It
> is inspired by Ampro Little Board Z80 and N8VEM project. Zeta SBC is
> software compatible with N8VEM SBC and Disk I/O boards. This is an
> open source project: all design files (KiCad schematics and PCB,
> Gerber) are available from N8VEM Wiki.

> Here are the specifications:
> - Small form factor (170 mm x 100 mm, 6.7" x 4"), can be mounted under
> a 3.5” floppy drive [...]

Hello Sergey,

look really interesting or better promising.
What I missed is an integrated video controller and keyboard interface.
I do not like to connect a (CP/M) computer to a PC just to get a display
(so I have to use a much bigger computer just for display and keyboard
input....).
It would be *very* nice to have a Z80 based computer "all in one",
except the floppy disk drive, the (VGA-) monitor and the (PC-) keyboard.

Regards
  Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey  
View profile  
 More options Feb 1, 2:57 pm
Newsgroups: comp.os.cpm
From: Sergey <skise...@gmail.com>
Date: Wed, 1 Feb 2012 11:57:04 -0800 (PST)
Local: Wed, Feb 1 2012 2:57 pm
Subject: Re: Zeta SBC - Minimal, self-contained, N8VEM compatible Z80 SBC
Hi Peter,

You're right, and for my next project (if and when I'll have time). I
am thinking about integrating a Propeller chip as a VGA and keyboard
controller. That perhaps instead of the FDC chip - storage can be
replaced using an SD card connected to the Propeller.

But even now you don't have to use a PC. It is possible to use a real
terminal (if you have one), or a PockeTerm (http://
www.brielcomputers.com/wordpress/?cat=6).

Best regards,
Sergey

On Feb 1, 10:42 am, Peter Dassow <z8...@arcor.de> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Dassow  
View profile  
 More options Feb 1, 6:29 pm
Newsgroups: comp.os.cpm
From: Peter Dassow <z8...@arcor.de>
Date: Thu, 02 Feb 2012 00:29:56 +0100
Local: Wed, Feb 1 2012 6:29 pm
Subject: Re: Zeta SBC - Minimal, self-contained, N8VEM compatible Z80 SBC
On 01.02.2012 20:57, Sergey wrote:

> You're right, and for my next project (if and when I'll have time). I
> am thinking about integrating a Propeller chip as a VGA and keyboard
> controller. That perhaps instead of the FDC chip - storage can be
> replaced using an SD card connected to the Propeller.

> But even now you don't have to use a PC. It is possible to use a real
> terminal (if you have one), or a PockeTerm (http://
> www.brielcomputers.com/wordpress/?cat=6).

A terminal is also an extra device (can be really bulky if it's an older
one), and at least it's slower than a memory mapped display when
scrolling etc. But PockeTerm looks quite nice.
May be you can establish something like a bus system to connect an extra
display card of your own ;-)

(That means reinvent the computers of the "Eighties" ,-) ... )

Regards
  Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey  
View profile  
 More options Feb 1, 10:18 pm
Newsgroups: comp.os.cpm
From: Sergey <skise...@gmail.com>
Date: Wed, 1 Feb 2012 19:18:27 -0800 (PST)
Local: Wed, Feb 1 2012 10:18 pm
Subject: Re: Zeta SBC - Minimal, self-contained, N8VEM compatible Z80 SBC
For that you have the N8VEM project (http://n8vem-sbc.pbworks.com/)
that offers entire range of boards based on ECB bus. Also there is a
similar project for S-100 bus based boards (http://
www.s100computers.com/). I don't want to replicate their effort
(although I am contributing to the N8VEM project). The idea of Zeta
was designing a minimal, easy to build, but yet interesting Z80 based
single board computer, featuring most components early 80's computer
would have. I designed it to be hardware compatible with N8VEM SBC and
Disk I/O boards, so the same software (BIOS, utilities) can be used on
both systems.

Best regards,
Sergey

On Feb 1, 3:29 pm, Peter Dassow <z8...@arcor.de> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Dassow  
View profile  
 More options Feb 2, 3:54 pm
Newsgroups: comp.os.cpm
From: Peter Dassow <z8...@arcor.de>
Date: Thu, 02 Feb 2012 21:54:49 +0100
Local: Thurs, Feb 2 2012 3:54 pm
Subject: Re: Zeta SBC - Minimal, self-contained, N8VEM compatible Z80 SBC
On 02.02.2012 04:18, Sergey wrote:

> For that you have the N8VEM project (http://n8vem-sbc.pbworks.com/)
> that offers entire range of boards based on ECB bus. Also there is a
> similar project for S-100 bus based boards (http://
> www.s100computers.com/). I don't want to replicate their effort
> (although I am contributing to the N8VEM project). The idea of Zeta
> was designing a minimal, easy to build, but yet interesting Z80 based
> single board computer, featuring most components early 80's computer
> would have. I designed it to be hardware compatible with N8VEM SBC and
> Disk I/O boards, so the same software (BIOS, utilities) can be used on
> both systems.

>> May be you can establish something like a bus system to connect an extra
>> display card of your own ;-)

You're right with S-100 bus (or even ECB).
But my idea is similar to your own... create a single board computer
with all (important) I/O devices without a bus system, but let me decide
if I want to get also an integrated VGA and keyboard interface or not.
So may be it could be implemented as an option (as a piggyback board)
with an internal connector (not usable as a generic I/O plane, but for
this "upgrade").
As a result, it should be a board w/ or w/o VGA and keyboard interface,
depends what stage of expansion you choose.

Just my 2 cents...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »