-
Recent articles
Recent Comments
Calendar
January 2025 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tag cloud
6502 Apple Arduino BBC BBCMicrobit books breadboardcomputer coding computing education fiction Flotilla Fridge Gizmo FridgeGizmo ICT iphone kindle LCD lenovo Linux London MakeyMakey maths Microbit MicroPython music OLED osx Pimoroni PiRadio poetry printer Python radio Raspberry Pi RaspberryPi raspbian reading recently read scratch SenseHAT teaching twitter weather writing
Author Archives: blogmywiki
Drive 4 digit 7-segment LED displays direct from a micro:bit
I bought a bag of random 7-segment LED displays to play around with, originally with the idea of adding them to the address and data busses on my 6502 breadboard computer. That became a bit tricky, but I got thinking … Continue reading
6502 breadboard computer part 8 – next steps
I recently achieved my goal of making a 1970s-style 6502 breadboard computer that I can use to practice machine code programming. It has a hexadecimal keypad for entering instructions, a 16×2 alphanumeric LCD display and a very basic monitor program … Continue reading
6502 breadboard computer part 7 – working monitor program!
I love it when things work! Ok, it wasn’t entirely plain sailing, but progress on this has been rapid in the last few months. A quick recap: As a child in the 1970s I wanted my own self-contained single-board computer … Continue reading
6502 breadboard computer – part 6 – shift key
Last time I added a 4×4 keypad to my 6502 breadboard computer so I can enter opcodes as hexadecimal numbers, but I was worried that I needed more keys and didn’t have enough I/O pins left. To make a self-contained … Continue reading
6502 breadboard computer – part 5 hex keypad
Having made a very simple proto-monitor work that allows me just to read the contents of memory on the LCD display, I decided to get a hex keypad working as a next step. Eventually I’ll use the hex keypad to … Continue reading