Hacker News new | ask | show | jobs
by criddell 422 days ago
What I want is a modern Tandy 102. Back in the 80's these things were getting days or even weeks of use on a set of AA batteries. I'd love to see a modern version of this - a low power, highly constrained device (not running Linux), that runs on AA batteries. With modern components, you would think you could makes something like the 102 that lasts for months an AA batteries, but nobody has made one.

The closest things I've seen are the AlphaSmart Dana (discontinued), Apple eMate (discontinued) and the Freewrite line of devices.

I've thought about trying to make one myself from an Raspberry Pi, but those are not very low power and they seem to be tied to Linux (or at least I'm not aware of alternative operating systems).

1 comments

That's pretty neat. It doesn't seem to hit the days or months of use on AA batteries constraint. That said, I didn't consider the ESP32 line of SBCs and now I'm looking into low power variants so thanks for pointing this out.
If you want low power, try the nRF52 series of chips (e.g. nRF52840). Much less power hungry than the ESP32 with a comparable ARM core. Only Bluetooth though - no WiFi. nRF52840 sensors can run for months on a single CR2032 coin cell, and the power consumption while running is lower too.
Those look great!