You can help CodeWalrus stay online by donating here. | New CodeWalrus | Old (dark mode) | Old (light) | Discord server

Ninjabyte ZPX-128 (universal Z80 computer kit)

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

0
b/[Inactive] Ninjabyte Electronics (hardware) publicado por u/DarkestEx January 13, 2016, 12:49:19 AM
Hello!

Adekto and I were working on a new project that you fellow Z80 hackers should love:
A DIY Z80 computer kit that you can solder and more importantly hack into every aspect!

It will have 128KB of fine SRAM, VGA, mono audio, a 10 MHz Zilog Z84C00-10 processor, SD card interface for loading the kernel and for accessing files from the Z80, PS/2 for attaching a keyboard and a fancy LED indicator.
Last Edit: February 10, 2016, 01:20:44 AM by DarkestEx
Inicia sesión o crea una cuenta para dejar un comentario
u/c4ooo January 13, 2016, 12:59:46 AM
I have tried doing that, here is the project ATM:

Anyhow, since this is closer to me then ARM, i would love to contribute as a programmer!   :D
u/DarkestEx January 19, 2016, 03:10:34 PM
Making steady progress. Almost all part footprints and pinouts are created now in Fritzing and a good part of the schematic is done.
u/DarkestEx January 22, 2016, 01:23:27 AM
Well actually it is pretty different from that one, stay tuned :)

We made a lot more progress with the schematics. I worked a lot on the interface between z80 and PXA. It consists of 3 74HC299 universal high-speed CMOS shift registers.
The reat is done with a MCP GPIO expander and some good old 74 series glue logic.
u/Dream of Omnimaga January 22, 2016, 05:56:10 AM
Have you bought all parts needed for this project yet? And do you think you could manage to work on this project alone? Because to be honest, due to what happened with Microcat I probably won't get my hopes up on this project until you have purchased all the parts (in case you run out of money once again) and showed us that you can continue working on this even if all other teamates stop doing anything (this is why I never work on team projects). But if it succeeds then I will be happy because that would be a nice thing to mess around with, plus it has a Z80 in it. :)
Last Edit: January 22, 2016, 05:59:02 AM by DJ Omnimaga
u/DarkestEx January 22, 2016, 08:14:06 AM
Quote from: DJ Omnimaga on January 22, 2016, 05:56:10 AM
Have you bought all parts needed for this project yet? And do you think you could manage to work on this project alone? Because to be honest, due to what happened with Microcat I probably won't get my hopes up on this project until you have purchased all the parts (in case you run out of money once again) and showed us that you can continue working on this even if all other teamates stop doing anything (this is why I never work on team projects). But if it succeeds then I will be happy because that would be a nice thing to mess around with, plus it has a Z80 in it. :)
Yes, i started the project alone and can finish it alone if others lack the time to help. Though I really hope c4ooo can help every here and then. Thank you!

Yes, I bought most of the parts already a while back. I still need to get some when the schematic is done. For the Microcat, I had bought all parts, that was not the problem, but making a prototype PCB. I wouldn't have been able to solder it myself and it would have been expensive to make just a single one for testing.

This project should work a lot better and is probably way more interesting for all of the z80 fans here :)
u/Dream of Omnimaga January 22, 2016, 08:28:07 AM
That's good, then. And for the Microcat prototype, couldn't you just have re-used the parts you already had? Or were they exclusively made for use on a breadboard?


As for the Z80 I wouldn't say the project is 100% pure Z80 since another CPU does a lot of work for display and stuff, but if it's still Z80 enough to be programmed like the ZX Spectrum and Z80 calcs, then I always wondered if it could run KnightOS or some sort of firmware that could run old calculator programs? Not that it's the priority right now, but that was something I was wondering.
u/DarkestEx January 22, 2016, 11:22:41 AM
Quote from: DJ Omnimaga on January 22, 2016, 08:28:07 AM
That's good, then. And for the Microcat prototype, couldn't you just have re-used the parts you already had? Or were they exclusively made for use on a breadboard?


As for the Z80 I wouldn't say the project is 100% pure Z80 since another CPU does a lot of work for display and stuff, but if it's still Z80 enough to be programmed like the ZX Spectrum and Z80 calcs, then I always wondered if it could run KnightOS or some sort of firmware that could run old calculator programs? Not that it's the priority right now, but that was something I was wondering.
No, it was never really the parts. The PCB was the problem. First, KiCad just sucks and I have not really much experience with multilayer PCBs. Even double layer ones are quite hard to do correctly.
Then, making one PCB would cost around 80€ (without the required solder mask it would've been around 60.
Making one mistake would have required making the changes to a file and then ordering a new board. And all parts too. Also soldering would have been a big problem.

About KnightOS, cumred said that it would probably work and that he could eventually port it if he has time.
u/c4ooo January 22, 2016, 11:07:39 PM
The current problem with porting KOS is that the hardware that is being emulated around the z80 is nothing like the hardware on the ti84 ;) Obviously one can program an OS with the same shell, but the kernel will have to be mostly rewritten probably :/ Right now Darkest wants an old school textbased shell, while i want a slighly more advanced shell with a semi graphical UI <_< Obviously there is nothing wrong with making a semi graphical UI that has a built in command prompt.  :)
u/Dream of Omnimaga January 28, 2016, 08:21:39 AM
It probably depends if KOS mostly use the Z80 instructions set, right? Wouldn't Z80 ASM on the ZPX-128 be mostly different when it comes to drawing stuff to the screen? (Since it seems like video stuff is done by a different processor)

The biggest issue with KOS from what I heard would be copyrights, because I heard (and saw) that the author is very strict about re-use of his intellectual property (per open-source standards, at least) and you have to make sure he is credited properly. Make sure to read the license thoroughly before releasing new versions or ports of KnightOS, let alone selling hardware on which it runs.
u/DarkestEx January 28, 2016, 08:29:04 AM
Quote from: DJ Omnimaga on January 28, 2016, 08:21:39 AM
It probably depends if KOS mostly use the Z80 instructions set, right? Wouldn't Z80 ASM on the ZPX-128 be mostly different when it comes to drawing stuff to the screen? (Since it seems like video stuff is done by a different processor)

The biggest issue with KOS from what I heard would be copyrights, because I heard (and saw) that the author is very strict about re-use of his intellectual property (per open-source standards, at least) and you have to make sure he is credited properly. Make sure to read the license thoroughly before releasing new versions or ports of KnightOS, let alone selling hardware on which it runs.
Well, the assembly language itself is completely the same, but KOS is incompatible with the ZPX-128 as it has entirely different hardware. So doing certain things is entirely different on the ZPX-128 than it is with a TI calculator.

About the licence, he hasn't said anything negative, but it wouldn't run anyways. We will do our own OS anyways.
u/Dream of Omnimaga January 28, 2016, 08:39:40 AM
Ah I see. I didn't realize the OS relied this much on the hardware. A new OS is better, then.
u/c4ooo January 30, 2016, 02:09:53 AM
So... we ran into a problem. The previous system controller chip we where going to use was not good enough. Apparently it had too little ram. This chip also runs programs from ram, leaving us with too little ram. I have suggested using a Atmel ATSAM3X8E chip, which is the chip used in the Arduino duo and also pretty good for the tasks we want. Unfortunately, the Atmel SAM3X8E only come with SMD pins, which unlike DIP is hard to solder onto a board. Darkest talked about a third chip, but i dont know if it is good enough <_< :( D:
u/Dream of Omnimaga January 30, 2016, 02:12:28 AM
That sucks. I hope you can find a workaround that isn't too expensive :(
Start a Discussion

b/[Inactive] Ninjabyte Electronics (hardware)

Official board about Ninjabyte hardware projects, such as their Z80 computer.

10
Topics
Explore Board
Website statistics


MyCalcs | Ticalc.org | Cemetech | Omnimaga | TI-Basic Developer | MaxCoderz | TI-Story | Casiocalc.org | Casiopeia | The Museum of HP Calculators | HPCalc.org | CnCalc.org | Music 2000 Community | TI Education | Casio Education | HP Calcs | NumWorks | SwissMicros | Sharp Calculators
Powered by EzPortal