Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

General Stuff(tm)

Blogs & guides and tales of woo by forum members.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7483
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

Yep, the Advanced Passenger Train (Prototype).
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7483
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

With a mind to the Apricot hard drive project I've got myself some Raspberri Pi Picos (5 for £15 from Pimoroni!).

The 8 bit wide PIO looks promising and within MicroPython you can talk to SD cards via SPI and read/write to files on a FAT filesystem easily.

Now, whether 8 bit PIO and the SPI library stuff will play nicely together is another matter.

Oh, the other difficulty... I'm going to have to learn Python. How hard can that be? ;-)
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 15116
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: General Stuff(tm)

Post by rubber_jonnie »

stephen_usher wrote: Tue Feb 22, 2022 11:11 pm Yep, the Advanced Passenger Train (Prototype).
Cool :)
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 15116
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: General Stuff(tm)

Post by rubber_jonnie »

stephen_usher wrote: Sat Feb 26, 2022 5:32 pm With a mind to the Apricot hard drive project I've got myself some Raspberri Pi Picos (5 for £15 from Pimoroni!).

The 8 bit wide PIO looks promising and within MicroPython you can talk to SD cards via SPI and read/write to files on a FAT filesystem easily.

Now, whether 8 bit PIO and the SPI library stuff will play nicely together is another matter.

Oh, the other difficulty... I'm going to have to learn Python. How hard can that be? ;-)
Nice price :)

As for Python, if I can do it, you should be fine.

One word though. Indent!
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7483
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

rubber_jonnie wrote: Sat Feb 26, 2022 6:39 pm As for Python, if I can do it, you should be fine.

One word though. Indent!
I know! That's the problem with Python, whitespace is syntactic.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7483
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

I've brought out the big guns in readiness for my PLCC-44 break-out board arriving tomorrow so I can get started trying to figure out how the Sun 3/80's DECODE1 chip generates the control signals for the serial port chips.

IMG_2585.jpg
IMG_2585.jpg (73.34 KiB) Viewed 1908 times

I'll use the 16 channel logic analyser on the Tektronix MSO 'scope to see what the inputs are and see what triggers the output for the tty-b chip, from there I should be able to infer, with the help of the disassembled boot ROM contents, how to use a GAL to replace the missing signal output, hopefully.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 15116
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: General Stuff(tm)

Post by rubber_jonnie »

stephen_usher wrote: Sun Feb 27, 2022 12:29 pm I've brought out the big guns in readiness for my PLCC-44 break-out board arriving tomorrow so I can get started trying to figure out how the Sun 3/80's DECODE1 chip generates the control signals for the serial port chips.

IMG_2585.jpg

I'll use the 16 channel logic analyser on the Tektronix MSO 'scope to see what the inputs are and see what triggers the output for the tty-b chip, from there I should be able to infer, with the help of the disassembled boot ROM contents, how to use a GAL to replace the missing signal output, hopefully.
Sounds pretty cool :)
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7483
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: General Stuff(tm)

Post by stephen_usher »

Bother! No-one was at reception when DHL just tried to deliver the the PCBs, so back to the depot they went.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
BennehBoy
Posts: 264
Joined: Sat Apr 24, 2021 12:35 pm

Re: General Stuff(tm)

Post by BennehBoy »

I just searched your DSO on ebay and my eyes popped out at the prices!
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 15116
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: General Stuff(tm)

Post by rubber_jonnie »

stephen_usher wrote: Mon Feb 28, 2022 4:37 pm Bother! No-one was at reception when DHL just tried to deliver the the PCBs, so back to the depot they went.
That's a bit rubbish!!
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
Post Reply

Return to “MEMBER BLOGS”