Hi all,
I have build a Solid State Tape Device for the microKIM. It will probably also work on the real KIM-1.
The SSTape bypasses the analoge part of the tape handling hardware (which is not available on the microKIM).
You can save 254 program's on the SSTape device (but if you want you can change the software and remove this limit). Recording a program with the monitor routine on address $1800 is as fast (or slow) as the original KIM-1, but loading a program from the SSTape Device is about ten times faster.
You can find the details here.
Solid State Tape Device for the microKIM (KIM-1)
Re: Solid State Tape Device for the microKIM (KIM-1)
Welcome Willem! A very nice project.
-
DerTrueForce
- Posts: 483
- Joined: 04 Jun 2016
- Location: Australia
Re: Solid State Tape Device for the microKIM (KIM-1)
I like it. It's a good idea, executed well.
I'd probably try to make something that uses removable storage modules, but that's my preference.
I'd probably try to make something that uses removable storage modules, but that's my preference.
Re: Solid State Tape Device for the microKIM (KIM-1)
Very nice project and a very intuitive interface and operation. Bravo!
You mention "3-gigabytes" storage on the ESP8266. Is that an error?
Cheerful regards, Mike
You mention "3-gigabytes" storage on the ESP8266. Is that an error?
Cheerful regards, Mike
Re: Solid State Tape Device for the microKIM (KIM-1)
I think that in this case, the ESP8266 has as much storage as is on the other side of it's wifi connection.
Re: Solid State Tape Device for the microKIM (KIM-1)
Is there a software driven UART in conjunction with 6532?
Axel.
(sorry, a little bit off-topic but I reused this thread since I couldn't find better thread for Micro-KIM related question).
Axel.
(sorry, a little bit off-topic but I reused this thread since I couldn't find better thread for Micro-KIM related question).
-
mrTheWheel
- Posts: 3
- Joined: 20 Oct 2017
Re: Solid State Tape Device for the microKIM (KIM-1)
Michael wrote:
Very nice project and a very intuitive interface and operation. Bravo!
You mention "3-gigabytes" storage on the ESP8266. Is that an error?
You mention "3-gigabytes" storage on the ESP8266. Is that an error?
Thanks for pointing that out!
Last edited by mrTheWheel on Wed Oct 25, 2017 10:59 am, edited 1 time in total.
-
mrTheWheel
- Posts: 3
- Joined: 20 Oct 2017
Re: Solid State Tape Device for the microKIM (KIM-1)
DerTrueForce wrote:
I'd probably try to make something that uses removable storage modules, but that's my preference.
But it is doable (see this BeeHave project).