Silly little apps for a $40 touchscreen
The last 2 posts were about making this forty dollar touchscreen useful. I turned it into a voice assistant, worried about latency and cost, and tried hard to make it reliable enough to trust. This post is the opposite of all that. I wanted to know what else a screen with a mic, a speaker, and a shake sensor could be, so I stopped being careful and filled it with toys.
It started as a magic 8-ball. That was the whole app, shake it and it answers, and it was charming for about a day. So I asked for a whimsical way to use the thing to the full, and by the end of the weekend the board had 10 tiles on it. A morning oracle. A bedtime storyteller. A math duel for the kids. Hot potato. The 8-ball, demoted to one tile of many. It’s all one firmware with a launcher, so switching apps is a tap, not a reflash. It even came with a little 3.7V battery, which doesn’t last long, but lasts long enough to pull the cable and pass the thing around for one game, which is all these ask of it.




The one that came out best is the augury. It reads my real calendar and the weather and writes 3 lines back, somewhere between a fortune teller and a fridge magnet. Three calls before noon. A gap that will not last. Rain, then more rain. I’m not in the habit of checking it, if I’m honest, but of all of them it’s the one that works end to end. It leans on my Mac to write the lines, the same split of body and brain from the last 2 posts, so the board only has to show the words and say them out loud. A reading costs $0.00002, which is close enough to free that I stopped counting.
The kids ones are the reason I built the rest. The bedtime storyteller takes 2 words, a dragon and the dark, say, and tells a 60 second story one sentence at a time, so a small kid can follow it on the screen while it reads aloud. The math duel throws word problems and a big number pad, and it won’t move on until the answer is right. The catch is my youngest is 3, and the easiest level is still too hard for him, so for now that tile is a small lie to him. I left it that way on purpose rather than guess at a counting mode I hadn’t watched him actually use.
Here’s the honest part.
- Tiles on the board
- 10one firmware, tap to switch
- Passing the simulator
- all 1018,000 math questions among them
- Actually used on the board
- 1the morning augury
- Cost of a reading
- $0.00002the Mac writes the lines
Every tile is flashed and every one passes a little simulator that plays the whole game on my Mac, 18,000 math questions among them. But if I’m honest, I’m barely using any of them day to day. Only the augury has run with hands and ears on the real board; everything that needs a finger or a voice is still unproven in the world. I built them because the ideas were fun, not because I needed them, and I’d rather say that than let a green test stand in for a kid actually playing it.
One bug ate a whole afternoon. The board would not take new firmware. Every flash died with “No serial data received,” even though my Mac saw a perfectly healthy USB connection the whole time. That connection is exactly what fooled me. The chip keeps its USB port awake even when the processor underneath has wedged, so a live port looks identical to a live board and is not one. The proof was the session id, byte for byte the same before and after a reset that reset nothing. The fix was the dumbest thing in the drawer, unplug it and plug it back in, a real power cut. A live port is not a live chip, the same way, 2 posts ago, a service that restarts was not a service that works.
The real reason I keep picking this thing up is the constraint. A 1.8 inch screen, a shake sensor, and not much else force a real question every time, which is how the heck do I use THIS to make something worth using. A board too small to do the obvious thing makes you go find a better idea, and that hunt is where the good ones come from.
So these don’t have to be reliable or cheap to run or clever. They just have to be worth the 10 minutes a kid might spend looking at them, and forty dollars of screen turns out to be plenty for that. It’s also, I can tell, the gateway drug of hardware. I’ve already started eyeing the next random little board, just to ask the question again.