this post was submitted on 06 Mar 2026
209 points (97.7% liked)
Technology
82488 readers
3968 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The actual problem isn't at all making a 4G mini-computer: you can literally buy the necessary parts as modules and wire them together with a a half-way decent microcontroller board and an smallish LED display and then make some code for it in something like Arduino IDE (though I would recommend Platform IO + VS Code instead).
The problem is making it small (especially thin) and capable of running of batteries for days rather than hours.
For example, if you're trying to actually solve the hard part of the problem you would be better of using a micro-controller with an ARM core rather than the ESP32 as those things are designed to use less power. Also you wouldn't be able to use boards as those things usually waste power versus designing your own.
That said, it's a nice hobbyist project.