Zaurus - Basic Stamp Relay Controller

Опубликовано: 16 Июль 2026
на канале: Jay Straw
3,417
12

I've created a small platform consisting of my Sharp Zaurus SL-5500 interfaced to a Parallax Basic Stamp 2, which I hope to detail soon in further videos/pages.

Let me know what you think!

In this instance, I have the Stamp controlling a D latch assembled from a 7400 and 7404. Q goes to an NPN transistor which powers on a relay when the latch is set High. The relay in question interrupts the power going to a power strip I've modified. To this I have connected my desk lamps, which I'll dazzlingly wink during this stunning presentation

The Zaurus runs OpenZaurus 3.4.1 with GPE; I ssh to it through my desktop, then run microcom to open an interactive serial session. My entire setup is linux (my 2 desktops and laptop run gentoo), so this is extremely flexible.

Until I make a page for the platform proper, some other info:

I built assembled the platform several months ago and had apache with php running on the Zaurus; a simple web interface would accept GET requests and run appropriate shell commands, like "echo T > /dev/bstamp". It's that simple!

I tried (again!) to get kernel 2.6 on the thing via several methods, and have yet to reinstall apache :-) So web interface coming again soon.

The Zaurus is an ARM processor. My original goal was to have my entire Basic Stamp development environment on the Zaurus, however Parallax has only released an x86 tokenizer: I can download tokenized programs onto the Stamp and communicate/interact with the Stamp, but I must use a desktop to tokenize until there's a way of tokenizing that doesn't rely on Parallax's x86 tokenize library.

Questions, help, or maybe you're scheming like me? Let's build shit!!