Hacker News new | ask | show | jobs
by pmiller2 1864 days ago
That sounds like a job for a Raspberry Pi[0] with a pushbutton wired up to a GPIO pin. Push the button after you brush, have it text you a congratulatory message. It's slightly less functional than a Bluetooth toothbrush, but respects your privacy a hell of a lot more.

---

[0]: Okay, technically, a Pi is a bit overkill, but I'm not sure if it's simple to, say, hit a web API with an Arduino.

1 comments

Yes, but that requires putting an SMTP server into the toothbrush. Now I suspect you secretly want Linux to run on the toothbrush, with DKIM and everything. But likely there are cost and form factor concerns that prevent a general OS from being there.

I could see a custom built API client, but then which endpoint does it hit? If it uses the API of the ToothCoach, Inc, then you will complain about TCI getting your tooth brushing data. So it uses bluetooth to hit your phone, in which case you might as well store all the inspirational messages on your phone instead of in toothbrush EEPROM

Oh, no, I wasn't thinking of putting the Pi into the toothbrush. I was thinking of it as a separate device: literally a pushbutton that toggles a GPIO pin that triggers hitting a web API to text you a congratulatory or encouraging message.