Hacker News new | ask | show | jobs
by sgt 8 days ago
It's a cute dream to have - running some kind of webserver/API/IoT service off an old phone, but in my experience it's not as easy as it sounds.

I had a little fleet of phones doing some IoT-like operation but they eventually all went offline, restarted, or just developed wonky issues.

Cell phones simply do not like being powered on 24/7 and actively doing things - they are used to being used for a bit, then off. It gets worse as the battery ages, of course - and maybe that's the main reason for the failures.

1 comments

I've been running this web server for over a year with no stability issues like that. The app itself shutting off was the biggest issue, but the alarm plugin reboots it whenever that happens. Perhaps you had a bad batch of phones but in my case, it's been very reliable.