Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rnd:sketchpad [2024-02-13 01:54] – asdf | rnd:sketchpad [2024-10-01 05:10] (current) – asdf | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Sketchpad ====== | ====== Sketchpad ====== | ||
A home for project ideas that aren't yet fully formed (and which may never be). Those that do survive this gestation phase should receive their own pages, and rejects should probably be retained somewhere. | A home for project ideas that aren't yet fully formed (and which may never be). Those that do survive this gestation phase should receive their own pages, and rejects should probably be retained somewhere. | ||
+ | |||
+ | ===== Teensy softcard for Apple II ===== | ||
+ | Build an Apple II softcard based around the Teensy microcontroller. I'm not yet sure what we'll do with it yet, but we should try to keep as many special pins (the main I2C/SPI buses, maybe a UART bus) free for later use. Maybe one corner of the initial card could be a protoboard, or we could have some of the free pins broken out for jumpers to a breadboard. Sample projects for inspiration: | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * schematics and details in the MS SoftCard manual | ||
+ | |||
+ | We don't yet have a specific use case in mind. Some ideas: | ||
+ | |||
+ | * I2C/ | ||
+ | * some kind of audio card/MIDI thing? | ||
+ | * ProDOS disk emulation (via SD card) | ||
+ | * Z80 softcard | ||
+ | * ethernet? | ||
+ | * USB bus sniffer | ||
+ | |||
+ | It may make sense to start with a very simple breakout card and a basic bus sniffer firmware. | ||
===== Dual Euclidean trigger/ | ===== Dual Euclidean trigger/ | ||
Line 48: | Line 67: | ||
Selectively mute and mix different components of a MIDI stream. | Selectively mute and mix different components of a MIDI stream. | ||
+ | **This already exists!** It's called the [[: | ||
===== 8800 Lisp interpreter ===== | ===== 8800 Lisp interpreter ===== | ||
Why not? I like the Altair, and I like Lisp. Some starting points: | Why not? I like the Altair, and I like Lisp. Some starting points: | ||
Line 162: | Line 182: | ||
===== Microcontroller-based LLDP sniffer ===== | ===== Microcontroller-based LLDP sniffer ===== | ||
+ | //See [[.: | ||
+ | |||
This would be a great combination with [[.: | This would be a great combination with [[.: | ||
Line 283: | Line 305: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | Also take a look at the [[https:// | ||
===== Email pingback ===== | ===== Email pingback ===== | ||
Sometimes it's handy to know when someone opens an email. | Sometimes it's handy to know when someone opens an email. |