Human presence detection with LD2410 sensor and ESP32 - Basic Guide

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 105

  • @marinehm
    @marinehm 2 місяці тому +6

    For anybody reading the comments; you don’t necessarily need the ESP unless you are doing some automation like timing, logging etc. the sensor can be wired directly to a relay to turn on/off a light or power to a device when presence is detected. The motion sensor (HLK-LD2410C) can be fine tuned via Bluetooth. Read the manufacturer description on how to adjust settings such as distance, field of view, delay.

  • @HATipsByLarry
    @HATipsByLarry 4 місяці тому +2

    Good Video. I use these all over my house with Home Assistant and ESPHome. They work very well for presence detecting. The ESPHome code i use set's up zones (3 in fact) so it can be triggered based on the zone (distance) you are from the sensor. I use them to turn on and keep lights on in a room. They work well with the BH1750 light/lux sensor to know when to turn a light on or not based on motion and how much light is currently in the room.

  • @mt-qc2qh
    @mt-qc2qh 4 місяці тому +1

    I've used the BLE version, but you cleared up the use of the 2410. Thanks. I prefer the 3.3v version without BLE.

    • @TasteTheCode
      @TasteTheCode  4 місяці тому

      Thanks! I haven't looked at the BLE options but I might give it a go just to see how it works.

    • @marinehm
      @marinehm 2 місяці тому

      Hey, I’m just curious as to why you prefer the 3V version without BLE?

    • @mt-qc2qh
      @mt-qc2qh 2 місяці тому

      @@marinehm I see the 5v units actuall have a linear voltage regulator to drop it to 3.3. I use the 5v version for units that are constantly powered, but for battery units, the wasted power is detrimental, even a couple of milliamps shortens battery life a lot.

  • @corrupt1238
    @corrupt1238 4 місяці тому +1

    Excellent vid, have liked & subbed !

  • @kbyo2006
    @kbyo2006 2 місяці тому

    Thanks for this tutorial 👌

  • @TOMTOM-nh3nl
    @TOMTOM-nh3nl 5 місяців тому +2

    Thank You

  • @zeratul021
    @zeratul021 День тому

    Would this sensor catch movement behind a light glass / plastic shower door? My PIR sensors don't register such movement.

    • @TasteTheCode
      @TasteTheCode  День тому

      Hmmm not sure, I guess it might but I can't confirm.

  • @m0ck1N9jay
    @m0ck1N9jay 3 місяці тому

    is there any mmwave sensor can use without esp series for triggering relay like HC-SR501 PIR motion sensor

    • @TasteTheCode
      @TasteTheCode  3 місяці тому

      I haven't personally used it but you can use the OUT pin directly to trigger a relay without any microcontroller in between. Make sure that the relay is rated for the voltage or to be safe, you can use a transistor.

  • @TheCaplja
    @TheCaplja 4 місяці тому

    Hi there, would you recommend these to avoid false positive alarms? I'm using ZY-M100 Tuya linked to home assistant but having huge amount of false positive alarm. To avoid that I have linked 2 sensors but still now and then I'm having false positive. Main use of this is to detected human when comes to terrace. That is how I stumble upon your video of using HC-SR04 and ESP8266 so idea is to implement that as well, which I did, but now with median filter I'm getting false negative :D And if I turn off filter there are to many spike values from HC-SR04. To sum it all, what would you advise to use in such application? Considering that you have implemented all possible solutions, presence sensor, ultrasonic and laser(VL53L0x) what would you advise to use and in what combination? Many thanks...

    • @TasteTheCode
      @TasteTheCode  4 місяці тому

      Can you elaborate a bit more on what you actually need to detect? Just movement or sitting presence as well? Right now, it sounds like a simple PIR might do the trick for you.

  • @PetersonChevy
    @PetersonChevy 4 місяці тому

    Could we use this outdoors say for instance to turn porch or patio lights on? I guess the real question is how well does it perform outdoors and can we enclose it in something for protection from the environment?

    • @HATipsByLarry
      @HATipsByLarry 4 місяці тому

      It would not be good to use outdoors as it's motion based, so anything moving such as a tree limb blowing in the wind, trash of any type, dogs, cats, birds, incest's, will trigger it.

    • @TasteTheCode
      @TasteTheCode  4 місяці тому

      There is nothing preventing the sensor to be used outdoors. As long as there is an appropriate enclosure to shield it from the rain it should be OK.

  • @HiteshPatel-p7u
    @HiteshPatel-p7u 26 днів тому

    dear sir i m using HLK-LD2020 basic model cant work so you can help me on code with arduino uno board .but now i m testing with esp32 .everting is ok like wiring with esp32 but the error is "Failed to communicate with the sensor "

    • @TasteTheCode
      @TasteTheCode  24 дні тому

      Hey, I'm not aware of LD2020 version. A common mistake is to not have Rx nad Tx reversed on the board so please check that and also make sure to use correct pin numbers or GPIO numbers.

  • @liveartrainbow
    @liveartrainbow 5 місяців тому +2

    Thank you for sharing .

  • @idramirezs
    @idramirezs 20 днів тому

    🙏 HLK-LD1125H-24G please for ESP32 idramirezs

    • @TasteTheCode
      @TasteTheCode  19 днів тому

      This should be exactly as shown in the video. It as well uses serial communication.

  • @kenwong6771
    @kenwong6771 Місяць тому

    Good video. May I know is it ok for me to connect the sensor to Raspberry Pi. I am figuring out how can I use the raspberry pi to control it.

    • @TasteTheCode
      @TasteTheCode  Місяць тому

      Thanks! Sure you can. The sensor uses UART so look for examples on how to setup UART on the RPi. I haven't connected it personally but should be fairly easy.

    • @Unrealizedlosses
      @Unrealizedlosses 29 днів тому

      I'm actually working on connecting this sensor to a pico w. Would love to hear if you got this working. I'm struggling a bit with the gates/sensitivity and getting false positives...

    • @TasteTheCode
      @TasteTheCode  29 днів тому

      @@Unrealizedlosses What is triggering the sensor? Try averaging the values before reacting so you can filter out false positives. I did not worked much with the sensor beyond the demo but during that initial testing the readouts were quite good.

  • @Tntdruid
    @Tntdruid 5 місяців тому +2

    If you get the BLE version you dont need a esp, it just popup in Home Assistant.

    • @TasteTheCode
      @TasteTheCode  5 місяців тому +1

      Thanks for pointing that out. I think I do have the BLE version but I do not have BLE enabled in Home Assistant. Maybe I'll try it out. 👍

  • @bilibonka
    @bilibonka 3 місяці тому

    Is it possible to see distance in mm? Or isn't it accurate enough. I'm trying to measure distance to moving strip.
    Think this can be a solution since the environment is bad. With smoke and mist.

    • @TasteTheCode
      @TasteTheCode  3 місяці тому

      Just considering that a human is quite large, measuring to a mm precision is not really that viable. Laser distance measuring might be a better option but if the environment is bad you might not be able to use that. Can it be enough that you know the movement in the ballpark? Why it needs to be that precise?

  • @ankamanirudh8837
    @ankamanirudh8837 2 місяці тому

    Hey, can you share code which you dumped to esp32?

    • @TasteTheCode
      @TasteTheCode  2 місяці тому +1

      Sorry, I thought I already had that in the description 😅 I added it now, but here it is as well: www.tastethecode.com/human-presence-detection-with-millimeter-wave-sensors

    • @ankamanirudh8837
      @ankamanirudh8837 2 місяці тому

      @@TasteTheCode Thank you
      Hey is there any tutorial for connecting esp to home assistant?

    • @TasteTheCode
      @TasteTheCode  2 місяці тому +1

      Yes, I have several projects where I connect it using ESPHome

    • @ankamanirudh8837
      @ankamanirudh8837 2 місяці тому

      @@TasteTheCode Thanks

  • @johnpricejoseca1705
    @johnpricejoseca1705 4 місяці тому

    These are nice sensors. The only drawbacks are that they use a lot of current when compared to PIR sensors and cost quite a bit more. If you are not running on batteries, they can be a nice option. Does anyone know if they are FCC type accepted for use in a potential product?

    • @TasteTheCode
      @TasteTheCode  4 місяці тому

      I don't know for sure about FCC but I've seen them in products already. The Aqara fp2 is an example.

  • @jackjones6936
    @jackjones6936 Місяць тому

    Isn't the ESP32 3.3v whilst the LD2410 5v?

    • @TasteTheCode
      @TasteTheCode  Місяць тому

      Yes, the power input is 5V but the logic output is 3.3V. So the power pin is connected to the Vin pin on the ESP.

  • @garychap8384
    @garychap8384 3 місяці тому

    Anyone know if you can use 2 or more in the same room, or do they upset each other.

    • @TasteTheCode
      @TasteTheCode  3 місяці тому

      Not sure, I haven't tried to have more than one in the same room at once.

  • @ShannonJosephGlomb
    @ShannonJosephGlomb 4 місяці тому

    I can't wait till all you guys get your hands on neuralink ❤❤❤❤❤❤❤

  • @Maharishi.
    @Maharishi. 3 місяці тому

    I found this useful, but one thing this didn't clear is that will the mmWave detect any object other than humans that might be sensitive. I want to use this in a store room automation prototype, and there may be many things in the store eoom, so i want to know about the false reading probability

    • @TasteTheCode
      @TasteTheCode  3 місяці тому

      What else might be moving there except from humans? Even if there are a lot of stuff inside, things don't move on their own.

    • @Maharishi.
      @Maharishi. 3 місяці тому

      @@TasteTheCode this sensor can detect stationary target, so i don't want any of the stored products to be falsely detected as a stationary human

    • @TasteTheCode
      @TasteTheCode  3 місяці тому +1

      When I tested it, it wasn't detecting my chair if I was not sitting in it. I'm not sure about the technical details of how it does it but it should be ok.

    • @Maharishi.
      @Maharishi. 3 місяці тому

      @@TasteTheCode thank you, atleast it doesn't detect regular furniture as targets, and if it does detect other products, I'll manage it

    • @GlaDOS_1
      @GlaDOS_1 24 дні тому

      @@Maharishi. It will detect any movement, so pets or a fan can trigger it. When it detects something "stationary" it simply means it is only moving very small amounts (such as breathing). There are even more sensitive mmwave devices (60GHz) that can detect heart rate.

  • @subhabratabasu266
    @subhabratabasu266 Місяць тому

    Is this sensor detects only human or it will detect animal also?

    • @TasteTheCode
      @TasteTheCode  Місяць тому

      No idea, I don't have any animals to test with but I guess it might.

    • @Unrealizedlosses
      @Unrealizedlosses 29 днів тому +1

      Animals yes. According to the documentation "moving curtains" and "plants moving with AC or whatever" could also confuse the unit

    • @TasteTheCode
      @TasteTheCode  29 днів тому

      @@Unrealizedlosses Thanks for sharing!

  • @circuitdotlt
    @circuitdotlt 8 днів тому

    This is motion detection, not presence.

    • @TasteTheCode
      @TasteTheCode  8 днів тому

      The sensor will detect you even if you are stationary.

    • @circuitdotlt
      @circuitdotlt 7 днів тому

      @TasteTheCode tried it. Not really. It's still based on motion, even if tiny one.

    • @TasteTheCode
      @TasteTheCode  7 днів тому

      You get two values, one if a motion and another if just presence is detected. Even if someone is sleeping in the room, you can know.

  • @thatonesnowboarde
    @thatonesnowboarde 5 місяців тому +1

    I wouldn't put this in your home.. extremely toxic

    • @TasteTheCode
      @TasteTheCode  5 місяців тому

      Toxic? How is it toxic? Can you please elaborate?

    • @thatonesnowboarde
      @thatonesnowboarde 4 місяці тому +1

      ​@@TasteTheCode Consider this... a microwave oven operates at 2.4ghz... and wifi is around the same freq. With blood cancer being the most common cancer in children, and microwave ovens are cooking food by effecting water molecules in our food... what do you think wifi is doing to our blood? Now... bump that freq up 90% and you have a wide range of additional problems, and if it gets up to the 60 range, than you have oxygen issues to worry about... so i'd suggest even if you go through airport don't have them radiate your cells with this non-sense mmw device which runs at 30ghz+ you can always request a pat-down which is radiation free and doesn't dysregulate your cells, blood and promote inflammation, oxidative stress, and more... there is much more to this, but to avoid censorship i better refrain from saying too much in a comment because yt often deletes my comments w/ various topics

    • @thatonesnowboarde
      @thatonesnowboarde 4 місяці тому +1

      @@TasteTheCode So its really not a "smart home" if you keep adding more and more devices on wifi... you are going to end up causing focus issues, and a wide range of additional problems requiring your body to detox more often, and add additional burden to your immune system, which isn't even being taught correctly in med school. so most doc's are clueless on how to actually regulate the body and its setup that way

    • @thatonesnowboarde
      @thatonesnowboarde 4 місяці тому +1

      @@TasteTheCode Radiation from wireless technology affects the blood, the heart, and the autonomic nervous system
      “Exposure to electrosmog generated by electric, electronic, and wireless technology is accelerating to the point that a portion of the population is experiencing adverse reactions when they are exposed. The symptoms of electrohypersensitivity (EHS), best described as rapid aging syndrome, experienced by adults and children resemble symptoms experienced by radar operators in the 1940s to the 1960s and are well described in the literature. An increasingly common response includes clumping (rouleau formation) of the red blood cells, heart palpitations, pain or pressure in the chest accompanied by anxiety, and an upregulation of the sympathetic nervous system coincident with a downregulation of the parasympathetic nervous system typical of the "fight-or-flight" response. Provocation studies presented in this article demonstrate that the response to electrosmog is physiologic and not psychosomatic. Those who experience prolonged and severe EHS may develop psychological problems as a consequence of their inability to work, their limited ability to travel in our highly technological environment, and the social stigma that their symptoms are imagined rather than real.”
      pubmed.ncbi.nlm.nih.gov/24192494/

    • @thatonesnowboarde
      @thatonesnowboarde 4 місяці тому +1

      @@TasteTheCode “Cancer was first associated with exposure to electromagnetic fields (EMF) in 1979 when Wertheimer and Leeper reported that children dying from cancer resided more often in homes believed to be exposed to higher EMF than did healthy control children”...
      pubmed.ncbi.nlm.nih.gov/1626106/