Live data from Hacker News

Lighting controlled by a OralB Bluetooth toothbrush

twitter.com

11–20 of 27 posts

Re: Lighting controlled by a OralB Bluetooth toothbrush

#11

just... why?... I was expecting something silly like Siri Shortcuts... tbh

The demod used case is a silly one that makes zero sense, but instead of asking why, think, what else is possible.

For most peoeple the act of brushing their teeth marks waking up or going to bed.

With such data exposed and combined with timing data you could trigger morning or night time routines. For example, the toothbrush transitioning from running -> idle after 8pm and before 4am could cause the bedroom to go into sleep lighting (gold at 40% fading out over 15 minutes), all other lights to be turned off, all smart plugs turned off, house alarm set to armed, heating turned off and so on..... or I could just continue to be silly and turn it into a TV controller https://twitter.com/imduffy15/status/1256954852996939777

Re: Lighting controlled by a OralB Bluetooth toothbrush

#14

When I saw the title I was prepared for a great hack. Something that truly belonged on Hacker News. But this seems a lot more lame. "I made lighting controlled by a ESP32, then put it inside the brush and connected the button to it." But reading the twitter replies further down the chain, it seems the toothbrush sends data to the charging base, and the ESP resides there and analyzes the signals sent to the base? Much…

Can help fill in some of the blanks for you. The toothbrush has bluetooth. Its bluetooth advertisement contains information about its operating state (running, idle, etc.), mode (brush, daily clean, etc.), pressure and some other things. The ESP32 chip scans bluetooth, detectes these advertisements, parses them and extras the data. It then sends it over to home-assistant.io which can use the data to trigger actions o…

We had some great demos of AllJoyn[0] at CES doing stuff like this. It would have been great, had it lived. As I recall, Philips had a smart toothbrush that gamified brushing for kids. We had it integrated with Xbox and a home grown smart mirror.

[0]: https://github.com/alljoyn

Re: Lighting controlled by a OralB Bluetooth toothbrush

#15

just... why?... I was expecting something silly like Siri Shortcuts... tbh

The demod used case is a silly one that makes zero sense, but instead of asking why, think, what else is possible. For most peoeple the act of brushing their teeth marks waking up or going to bed. With such data exposed and combined with timing data you could trigger morning or night time routines. For example, the toothbrush transitioning from running -> idle after 8pm and before 4am could cause the bedroom to go in…

As someone who's done lots of automation and lived with a spouse that isn't as enthusiastic about it, one of the key things to think about is intuitiveness.

The setup of "automatically adjusts lighting based on finishing brushing teeth before bed" could easily be "the bedroom lights do random and frustrating things when I'm trying to get ready for bed". The problem is complex interactions are hard to see, like what happens when someone does something out of order, or adjusts the lights to their liking before brushing teeth, or is brushing early after a late dinner or garlicky snack but not going to bed yet.

That said, if you can do it without annoying others, go nuts! It's super fun, and it's a great learning experience to spend weeks interacting with your software from the real (physical) world. You'll find tons of edge cases, and figure out how to deal with race conditions, less than 100% reliable signals, etc.

Some of my most useful automations are very subtle, like turning on a couple inside lights as it's starting to get dark outside but only if there aren't any lights already turned on. If we're home (and have manually adjusted lights), nothing happens. Yet we never come home to a dark house (There's a similar automation for front outside lights too). This is quite a bit more complicated than a simple timer, yet is so intuitive that you don't even realize you're interacting with it.

Re: Lighting controlled by a OralB Bluetooth toothbrush

#16
post #13

My espresso machine turns on my coffee grinder. No wifi/bluetooth/etc. Just bad EMI immunity.

Your comment rewritten for our modern world: “Life Hack: My espresso machine automatically wirelessly controls third party accessories like my coffee grinder”

Re: Lighting controlled by a OralB Bluetooth toothbrush

#17

just... why?... I was expecting something silly like Siri Shortcuts... tbh

"because I am stuck at home and bored out of my mind" is a plausible theory to me, though really, I find myself asking the same question about why the hell a toothbrush needs to connect to anything but power in the first place. The toothbrush company's page on the virtues of their Bluetooth toothbrush is not very compelling IMHO: https://oralb.com/en-us/why-switch/

I bought one out of curiosity as to what it might add.

It’s sort of like a management consultant: The bluetooth allows my phone to tell me when I’m brushing my teeth. So I paid big bucks to find out something I already know.

Re: Lighting controlled by a OralB Bluetooth toothbrush

#18
post #13

My espresso machine turns on my coffee grinder. No wifi/bluetooth/etc. Just bad EMI immunity.

Can this really be true? Can you explain more about what exactly is going on? Your grinder must be controlled via a microcontroller (and your espresso machine must make the FCC cry?)? My grinder is a simple physical on/off switch that’s directly wired to the motor.

Re: Lighting controlled by a OralB Bluetooth toothbrush

#19
post #15

Earlier quoted context omitted.

The demod used case is a silly one that makes zero sense, but instead of asking why, think, what else is possible. For most peoeple the act of brushing their teeth marks waking up or going to bed. With such data exposed and combined with timing data you could trigger morning or night time routines. For example, the toothbrush transitioning from running -> idle after 8pm and before 4am could cause the bedroom to go in…

As someone who's done lots of automation and lived with a spouse that isn't as enthusiastic about it, one of the key things to think about is intuitiveness. The setup of "automatically adjusts lighting based on finishing brushing teeth before bed" could easily be "the bedroom lights do random and frustrating things when I'm trying to get ready for bed". The problem is complex interactions are hard to see, like what h…

What I'd probably do is use it to control lights in the bathroom. You're supposed to brush for at least some amount of time, change the color of the lights as you approach that time.

Re: Lighting controlled by a OralB Bluetooth toothbrush

#20
post #13

My espresso machine turns on my coffee grinder. No wifi/bluetooth/etc. Just bad EMI immunity.

Can this really be true? Can you explain more about what exactly is going on? Your grinder must be controlled via a microcontroller (and your espresso machine must make the FCC cry?)? My grinder is a simple physical on/off switch that’s directly wired to the motor.

Lots of home appliances make FCC cry, the Chinese brothers that build these figured it's cheaper to write FCC approval on the label than to implement any meaningful protection.
Post reply on HN