Page 1 of 1

Human presence sensor (not IR)

Posted: 20 Nov 2023, 16:34
by mackowiakp
I'm browsing the project sources but I don't see support for a human presence sensor such as the LD2410 or similar.
I'm not talking about IR sensors, but Doppler radar sensors. Is it planned to introduce such a sensor into the driver set?

Re: Human presence sensor (not IR)

Posted: 20 Nov 2023, 17:13
by TD-er

Re: Human presence sensor (not IR)

Posted: 20 Nov 2023, 23:29
by mackowiakp
Ooo ! Very fine - THX for answer.

Re: Human presence sensor (not IR)

Posted: 23 Nov 2023, 01:25
by Haldi_2
Oh... thats cool.

On their Homepage they claim "Directionality support".

Is it possible to detect if someone is moving from left to right or right to left?
I'd need something to check if someone enters or leaves a room.

Re: Human presence sensor (not IR)

Posted: 23 Nov 2023, 08:29
by TD-er
If it is possible, I guess you can only detect moving closer or away from the sensor, not left/right from the sensor.
Then you probably need multiple sensors and use the data among them to triangulate the position.

Re: Human presence sensor (not IR)

Posted: 23 Nov 2023, 15:31
by bidrohini
Haldi_2 wrote: 23 Nov 2023, 01:25 Oh... thats cool.

On their Homepage they claim "Directionality support".

Is it possible to detect if someone is moving from left to right or right to left?
I'd need something to check if someone enters or leaves a room.
For left-right movement detection, one approach can include using multiple sensors as per TD-er's suggestion. Another option that you can consider is using computer vision. You can use OpenCV. Following is an example of an hand tracking project using OpenCV and Micropython.

https://www.pcbway.com/project/sharepro ... b1a01.html