Alarm clock with bed occupancy detection

I am wanting an alarm clock that will continue going off (buzzer, bed shaker, maybe light too) while the person is in bed and monitor the bed after the person leaves the bed for some time after so they don’t go back to sleep. The alarm clock alarm functions hardware and software will be easy enough. Sensing the twin bed for a person with an Arduino nano is where guidance would be helpful.

I am thinking about making pressure switches to put under all 6 of the legs on the bed frame, each set to about 50-75 pounds. Thinking about sandwiching rubber between 2 aluminum plates and having some sort of contacts in the middle. This will make contact when the rubber is compressed enough.

Looking forward to feedback on this project.

Think use car seat sensors that detect people sitting to warn you about fastening your seat belt.

PS:
" https://www.amazon.se/-/en/Pressure-Sensor-Car-Reminder-Warning-Accessories/dp/B07W2X6BRK

How does a car know if someone is in a seat?

Inside the seat, you will find a pressure sensor, a silicone-filled "bladder," and an electronic control unit (ECU). When someone sits on the seat, the pressure sensor signals the occupant's weight to the ECU . The ECU then sends that data to the airbag, which has its own control unit.

image

A PIR sensor should see the warmth of a body, no? Far easier to integrate, less parts, and doesn't depend on the weight, just presence/absence of a radiant body.
Although, many of them are intended to sense movement, so if the person doesn't stir, you may get false negatives.

1 Like

Maybe something like this can help you:

1 Like

That's billed as a "static human presence detector" - as much googling as I can give it fails to confirm that it isn't just a Doppler shift radar unit, which means that keeping still will blind it to human presence.

So they are not claiming it works for static humans. Same issues and opportunities that come up with the PIR idea.

I use a PIR in tandem with radar unit to detect human presence in my lab, they each work well and report a bit differently; both def need movement to function.

a7

1 Like

Pivot bed in the centre.......roll through 180 degrees on alarm....done.

I used an FSR under one leg of my elderly mother's bed in a system that alerted me if she got up at night. Worked fine.

1 Like

Definitely worth considering if less invasive methods continue to fail. Although 90° rotation seems like it would be better to dump the person out without having the bed rotating over them and blocking them from getting up off the floor.

The seat sensors and similar bed sensors were my first thought, but the surface area and durability of the sensor are big concerns. The seat sensors are supposed to be installed on the metal seat frame and only monitor a 6” square area. The $40 bed sensor is more likely to sense the person with its surface area, but is expected to be replaced every 6 months due to wear with it between the mattress and bed sheets.

Overhead sensors would be simplest to install and maintain, but they expect motion and heavy blankets will interfere.

The force sensing resistors are an excellent suggestion. I found some with adequate max sensing weight for about $12 per pair on Amazon. Only putting one under a single leg is an excellent suggestion. Will definitely be looking into this further.

If you do, you should definitely carefully read Tekscan's mechanical and electrical integration guides.

https://www.tekscan.com/flexiforce-integration-guides

Thank you for sharing this. Knowing the design criteria for the puck will be very helpful. Will definitely need to plan out to protect the sensor from shear force damage.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.