Page 4 of 17

Re: 27C400/27C800 EPROM emulator

Posted: 08 Oct 2019 00:08
by Zak_G
Hi Chris

I'm loving the idea you are developing, I'm just getting back into the retro vibe with my a600 and was wondering when and how much of my money you would want.

Happy to volunteer as a tester if you still need one ;)

Regards
Zak

Re: 27C400/27C800 EPROM emulator

Posted: 08 Oct 2019 12:09
by cmorley
Zak_G wrote: 08 Oct 2019 00:08 I'm loving the idea you are developing, I'm just getting back into the retro vibe with my a600 and was wondering when and how much of my money you would want.
Thanks for your kind words. The prototype boards seem to be working well for people so far.

The next step is to finalise the hardware layout and order some PCBs for the release candidate board. I will do that very soon. I'll probably end up ordering 40-50 PCBs & hand assemble those. Parts are always more expensive in low quantities so at a guess we'd be in the £20-£30/€22-35 ball park. If I order this week then I might have boards ready in early November. Firmware upgrades to follow as people report problems or suggest features.

Ultimately if they sell then I want to try to buy assembled from China in larger quantity to get the cost down. I'd need to order hundreds in one go which is a big upfront cost (few £k :O) and a bit of a risk. I need to develop an automated program & test for this to be practical too... I have a plan to do this with an STM32 and/or CPLD.

So if you want one cheap then you need to wait for the bulk order. If you want one sooner and support the development then hopefully next month I will have a bunch ready.

Re: 27C400/27C800 EPROM emulator

Posted: 08 Oct 2019 14:41
by PhilC
Sign me up for one for your next batch please, don't mind supporting your efforts :)

Re: 27C400/27C800 EPROM emulator

Posted: 08 Oct 2019 17:26
by Maximilian
Nice product,

Certainly interested in at least 1.
Will the firmware be open source?, later on I would like to add features myself if possible.

Re: 27C400/27C800 EPROM emulator

Posted: 08 Oct 2019 21:41
by Zak_G
Hi Chris

Thanks for the response. Is there a how to use it guide for us to read while we wait in line?

Also putting 2 & 2 together I went to Boobip.com, howcome there's no coming soon section for this emulator on the website?

If it helps the cause I'm happy to put down a deposit for one of the next batch you are making.

Regards

Zak

Re: 27C400/27C800 EPROM emulator

Posted: 28 Oct 2019 12:16
by cmorley
I've been making a few minor changes to the PCB layout for the release candidate version. I'll order up some PCBs from JLCPCB - because they are the best value for 4-layer boards. The quality is OK for the price IMO. I'll then hand build some more while I investigate getting them bought in fully assembled.

There will be plenty for all forum people who've expressed an interest from this batch. Price I don't know yet.

So far so good in testing. It works in every machine it has been tried in.

Some grief with some terminal programs but that's because I think many do not check the bytes sent return value from the system's write() function - they assume all succeeded or whole buffer failed. When the USB is NAKing (stalled) I think the OS (both Windows and MAC) will return a partial send so badly written terminals fail. e.g. TeraTerm doesn't work. SmarTTY works perfectly.

Re: 27C400/27C800 EPROM emulator

Posted: 28 Oct 2019 12:19
by cmorley
Zak_G wrote: 08 Oct 2019 21:41 Is there a how to use it guide for us to read while we wait in line?

Also putting 2 & 2 together I went to Boobip.com, howcome there's no coming soon section for this emulator on the website?

If it helps the cause I'm happy to put down a deposit for one of the next batch you are making.
No guide sorry. I'll write the documentation when the firmware interface is stable. Same for the website - I don't enjoy doing websites so I only put things on which are finished.

No need for deposits but thanks for the offer.

Re: 27C400/27C800 EPROM emulator

Posted: 18 Nov 2019 13:12
by cmorley
Right I have been super busy in meat space for the past three weeks.

I have finished tidying up the PCB to what I think will be OK for manufacture. So I have now just ordered more PCBs from JLCPCB.

The firmware is functional - it has moved on a bit since I sent Chucky his test units. It needs some costmetic work and there are a few extra features on the list to add but otherwise it is working & most importantly fits in the MCU!

Re: 27C400/27C800 EPROM emulator

Posted: 06 Dec 2019 15:26
by cmorley
The issue D PCBs arrived today. :)

This is hopefully the layout I will get assembled bar a few minor silk screen adjustments.
Photo0877_800.jpg
I will hand solder these boards so anyone who wants one can have one from this batch. I need to sort out a pogo pin programmer & tester for them :S

Re: 27C400/27C800 EPROM emulator

Posted: 11 Dec 2019 18:55
by cmorley
I am working on tidying up the firmware on this project. FLASH space is a bit tight on the MCU so I put a string table inside the CPLD 8-)

This means that if I shove 90%+ of the strings into the string table then the UI could be translated... is there any point? Just because you can do something doesn't mean you should!

What do people who's first language is not English think?