Search found 582 matches
- Sat Aug 02, 2025 9:07 am
- Forum: Hardware
- Topic: Pico based serial/USB keyboard membrane emulator.
- Replies: 4
- Views: 247
Re: Pico based serial/USB keyboard membrane emulator.
I like it. Congrats for successful development
For what the serial port?
Would not save resources (in this case) to use the Arduino Nano? for power and signal level compatibility.
The serial port is there mainly so that I can debug the USB HID (keyboard and maybe joystick) support via the ...
- Fri Aug 01, 2025 5:08 pm
- Forum: Hardware
- Topic: Pico based serial/USB keyboard membrane emulator.
- Replies: 4
- Views: 247
Re: Pico based serial/USB keyboard membrane emulator.
And the RS232 works... though when the board is powered by the PicoATX power supply the 74LS244 didn't get power as it seems that the Pico doesn't power the VBUS line if powered by VSYS, so a bodge wire was necessary.
- Fri Aug 01, 2025 3:23 pm
- Forum: Hardware
- Topic: Pico based serial/USB keyboard membrane emulator.
- Replies: 4
- Views: 247
Re: Pico based serial/USB keyboard membrane emulator.
The boards arrived just after lunch, so I quickly built one up. Just a minor issue with the DB9 sockets I bought overlapping one of the header positions, but nothing a pair of wire cutters couldn't fix.
The good news is that it works at least as well as the breadboard version so far. I've not ...
The good news is that it works at least as well as the breadboard version so far. I've not ...
- Thu Jul 31, 2025 9:01 am
- Forum: Compatibles Corner
- Topic: OPD: Computer One floppy interface recreation.
- Replies: 68
- Views: 55204
Re: OPD: Computer One floppy interface recreation.
The OPD is not running QDOS and the OS treats the RAM as a set of 4K fixed size data pages in a database which it controls.
The machine is acting more like an early 1970s minicomputer than a micro.
The machine is acting more like an early 1970s minicomputer than a micro.
- Thu Jul 31, 2025 8:58 am
- Forum: Hardware
- Topic: There is any RAM tester, different from Minerva?
- Replies: 2
- Views: 174
Re: There is any RAM tester, different from Minerva?
My diagnostic ROM can do this, at least for memory up to 768K. I don't know what the memory map above that looks like and whether there's a risk that the memory test code might hit I/O ports etc. and give false reports of bad RAM.
- Thu Jul 31, 2025 8:55 am
- Forum: Compatibles Corner
- Topic: OPD: Computer One floppy interface recreation.
- Replies: 68
- Views: 55204
Re: OPD: Computer One floppy interface recreation.
What ever happened to this project?
The Telestore was also another target but I don't think anyone managed to read the EPROMs as they are soldered to the board?
It's on Github for everyone to enjoy. :-)
https://github.com/stephen-usher/OPD-Computer-One-Disk-Interface
The Telestore with the ...
- Sun Jul 27, 2025 7:24 pm
- Forum: Software & Programming
- Topic: is a pixel lit?
- Replies: 8
- Views: 278
Re: is a pixel lit?
You can read the two bytes which contain the 8 pixel group and then mask the value to determine of the bits are set.
Each scan line of the screen contains 128 bytes, or 64 pairs of bytes. In mode 4 each byte is a bit map of pixels, the first byte is red and the second green (from memory).
You ...
Each scan line of the screen contains 128 bytes, or 64 pairs of bytes. In mode 4 each byte is a bit map of pixels, the first byte is red and the second green (from memory).
You ...
- Sun Jul 27, 2025 6:57 pm
- Forum: Hardware
- Topic: Pico based serial/USB keyboard membrane emulator.
- Replies: 4
- Views: 247
Pico based serial/USB keyboard membrane emulator.
Over the last week I've been working upon a way of talking to a bare BBQL motherboard from another system.
Well, as of today I can do so with a prototype system...
IMG_4524.jpeg
Currently I can plug the Pi400 into the PIco's USB port and use minicom so that I can type on the machine as if I'm ...
Well, as of today I can do so with a prototype system...
IMG_4524.jpeg
Currently I can plug the Pi400 into the PIco's USB port and use minicom so that I can type on the machine as if I'm ...
- Sun Jul 20, 2025 7:41 pm
- Forum: Hardware
- Topic: IPC keyboard scanning: Anyone know what the maximum delay between input and output?
- Replies: 5
- Views: 607
Re: IPC keyboard scanning: Anyone know what the maximum delay between input and output?
Well, that's annoying... This is the output from J11 as seen by a logic analyser (ignore the labels)...
IMG_4516.jpeg
Not only do the output pulses overlap but they're not quite in order. The former part is the problem as I can't use them as a simple clock logic clocking the data out from the ...
IMG_4516.jpeg
Not only do the output pulses overlap but they're not quite in order. The former part is the problem as I can't use them as a simple clock logic clocking the data out from the ...
- Sun Jul 20, 2025 12:02 pm
- Forum: The Off-Topic Section
- Topic: ZX Spectrum Next Kickstarter 2 just launched
- Replies: 61
- Views: 39455
Re: ZX Spectrum Next Kickstarter 2 just launched
If you don't want to buy the whole machine then there's a Spectrum case compatibleish PCB option for £150 or, if you have a KS1 Next, a replacement Next motherboard for £180. Might save you some pennies if you don't want the whole shebang.
Looks like the main differences between the KS2 and KS3 ...
Looks like the main differences between the KS2 and KS3 ...