No video

Beginner DIY ESPHome mmWave Presence Sensor | HLK-LD2450 + ESP32

  Рет қаралды 25,941

fixtSE

fixtSE

Күн бұрын

Пікірлер: 138
@christopherhunt147
@christopherhunt147 4 ай бұрын
Well. Bought the stuff in your links. Put together. Works with the apps from the write up. Home assistant see's and adds the sensors. Home Assistant doesn't see anything but the app sure does. Granted the esp32's linked in the amazon link are not the same as on the write up. Didn't notice until already ordered and putting together. Where the rx2 and tx2 is suppose to be are D16 & D17. Going to bet thats my issue....
@fixtse.
@fixtse. 4 ай бұрын
Hi, yes RX2 is D16 and TX2 is D17, I'll pin this so if anyone else gets a board without the RX2, TX2 labels, know to look for D16 and D17 instead (GPIO16 and GPIO17).
@celulari
@celulari 5 ай бұрын
YAML behind paywall... 👎
@yorks_atheist3069
@yorks_atheist3069 5 ай бұрын
yep all the stuff he used is from open source so should give back
@hellawacked
@hellawacked 5 ай бұрын
At least the stl files are there and free.
@markc.5750
@markc.5750 3 ай бұрын
That’s wrong on so many levels. I willing to help someone on Patreon or buy them a beer, coffee, etc. But paying for a YAML file to me is fundamentally wrong.
@dbishop9085
@dbishop9085 Ай бұрын
yep, this guy sucks
@Albb-Wolf
@Albb-Wolf 5 ай бұрын
You are always do very clear and easy to follow videos. Keep it up.
@fixtse.
@fixtse. 5 ай бұрын
Thank you very much! 😁 Glad to help
@yaronkeinan3869
@yaronkeinan3869 Ай бұрын
Great video. Well explained. Everything works. However, many times the sensor reports presence even when the room is vacant. How can I fine tune the sensitivity and threshold of the sensor? I don't see any option on the HLK radar tool.
@fixtse.
@fixtse. 27 күн бұрын
It's kinda strange, so make sure to triple-check that there are no plants, fans, or other sources of interference in the sensor's line of sight. There aren't any options for sensitivity or threshold, it's all managed by the firmware.
@yaronkeinan3869
@yaronkeinan3869 26 күн бұрын
Thanks​@@fixtse.
@RaviBowman
@RaviBowman 3 ай бұрын
Is it possible to get this to show up in the ESPHome addon in Home Assistant? I can see it from Devices but not in the ESPHome Addon.
@fixtse.
@fixtse. 3 ай бұрын
Yes, i'll give you some instructions as soon a I get some free time, some minor changes to the yaml file are required, mainly related to the mac address being added to the name of the device
@shannonbreaux8442
@shannonbreaux8442 3 ай бұрын
I noticed this as well it lets me add to home assistant but not to esp home dashboard. How can you add this if we can't edit the yaml file with out having to pay for the yaml code ?
@shannonbreaux8442
@shannonbreaux8442 3 ай бұрын
Did you get a solution for this ?
@fixtse.
@fixtse. 3 ай бұрын
Hi, @@shannonbreaux8442, yes, he is a member of the channel, he has access to the yaml file that is needed for the device to appear on the esphome dashboard.
@danielkedinger
@danielkedinger 5 ай бұрын
Your videos are so great. You do a great job explaining everything and your site is so awesome to have as a reference. Keep up the great work!!
@hakimril
@hakimril 4 ай бұрын
Hey, great video and amazing explanation. Does it work with ESP32 C6 Board. I want zigbee connectivity instead of WIFI. Also, ESP32 C6 board doesn't have RX2 and TX2 pins, so what are the alternatives? Thanks in advance and keep up the good work!
@fixtse.
@fixtse. 4 ай бұрын
As far as I know, almost any pin on the ESP32 could be configured as RX-TX (unlike on the esp8266), so that shouldn't be a problem. For the zigbee connectivity part, that needs more work on the ESPHome side (currently the firmware doesn't support to create custom zigbee sensors), not sure if adding support for creating zigbee devices is on their roadmap (zigbee devices are supposed to need a certification from the zigbee aliance, still I just transformed an Aqara Temperature Sensor from Bluetooth to Zigbee with some special firmware, so I'm not really sure anymore)
@daisywong-ke1kz
@daisywong-ke1kz 4 ай бұрын
Really glad to be a part of this GREAT work!! 😁
@fixtse.
@fixtse. 4 ай бұрын
Thank you Daisy 😁🙌 hope to bring more cool projects to life in the future.
@filigenzilab9613
@filigenzilab9613 Ай бұрын
This is utterly amazing! This such cool tech! Would it be possible to add this type of radar/radar display to a raspberry pi as well? Thanks
@markshaz8691
@markshaz8691 5 ай бұрын
Love your videos, you make it all so easy. Many thanks.
@clairerovic
@clairerovic 5 ай бұрын
Brilliant, looking in detail tomorrow. Subscribed
@davidtjac
@davidtjac 3 ай бұрын
Excellent, succinctly explained. Great tutorial.
@byurhanbeyzat
@byurhanbeyzat 5 ай бұрын
Hi, I have a quick question why there is 2.4GHz PCB antenna connected to the mmWave sensor? Does mmWave connects to the wifi or something?
@fixtse.
@fixtse. 5 ай бұрын
Hi, no, the PCB antenna is used to extend the bluetooth capabilities of the sensor (The bluetooth is only used to connect to the sensor using the HLK App). The wifi is managed using the ESP32 board alone.
@DarkRehabOfficial
@DarkRehabOfficial 5 ай бұрын
You deserve so much more subscribers & views!
@AnthonyPrevoJr
@AnthonyPrevoJr 2 ай бұрын
The video is clear and concise, but my experience isn't matching. I bought the 3 pack Amazon boards for this project. After getting the board into ESPhome, I show the device with only one entity. I access ESPHome and the device shows offline. It's taken me countless times starting from scratch to get to this point. I have the HLKRadar tool installed on my android device so I am sure it works, but I can't seem to get Home Assistant to recognize more than 1 entity, and that's the firmware. I'm sure the wiring is correct, but i am at wit's end.
@AnthonyPrevoJr
@AnthonyPrevoJr 2 ай бұрын
The issue was resolved by adding via HA on my Raspberry Pi 400 instead of HA on my Windows box. For whatever reason, that fixed everything.
@strix124
@strix124 Ай бұрын
Very good project, everything works very well. However, I want to ask if the ESP32 C3 can be used in this project due to its smaller size?
@user-gc8dy7ps3t
@user-gc8dy7ps3t 5 ай бұрын
Hi grate video my device is up and running. I was trying to use the blueprint that you supplied but i cant get it to work with the zones so its all or nothing. is there a way to use it with the 3 zones set up?
@fixtse.
@fixtse. 5 ай бұрын
Let me check
@fixtse.
@fixtse. 4 ай бұрын
Ok, I updated the firmware to include a binary sensors for every zone, so you could easily use it with the blueprint, thank you for letting me know 😁🙌.
@kosielemmer
@kosielemmer 5 ай бұрын
really great - keep doing what you are doing. Some people are upset about "paywall" but that is not right. They can still use the precompiled images
@TheLastOfTheWildsMen
@TheLastOfTheWildsMen Ай бұрын
Not really, it depends what license the software has. In many cases Open Source code cannot be statically linked with Closed Source - but this is exactly what pre-compiled .elf file is.
@kosielemmer
@kosielemmer Ай бұрын
Thanks for clarifying. Of course you are right. Didn’t think about it that way. Minefield.
@marcoosx980
@marcoosx980 4 ай бұрын
You video's are pretty clear, not too slow and not too fast. And when it's a bit too fast than it's less annoying to scrol a fragment back. But hihi... it must be your Italian vibe and accent.... I can't resist the urge to imitate your .... ' and.., that's it'. Funny repeating soundbite, I mean this in positive sense :D. Unfortunately I fail in my imitation, lol. Maybe you need to create your own home assistant audio notifications. :D :D and that's it.
@fixtse.
@fixtse. 4 ай бұрын
jajaja you just made my day 😂😂
@ngoctaiquach3144
@ngoctaiquach3144 Ай бұрын
Thank you for the great Video. When I apply it to the LD2410 sensor, all entities are in 'Unknown' state. Only the green light can be turned on. Please help. Thanks a lot!
@fixtse.
@fixtse. Ай бұрын
the title says LD2450, I don't understand where am I losing you...
@arslanpasha
@arslanpasha 5 ай бұрын
Very nice video and presentation. I had my mmWave Sensor up and running in less than 20 minutes. Couple of questions. 1) HA plotly card: Is it supposed to show when a person is detected? (mine doesnt). 2) can you please do a tutorial to add a good Lux sensor and temp/humidity? I will have a perfect sensor to deploy all over my house :) Thanks in advance
@fixtse.
@fixtse. 5 ай бұрын
Hi, yes, check if they appear on the HLK app on your phone, if they do, something is wrong with the code you are using on the card. If not, try using the factory reset of the sensor (this will wipe any zone you configured, so copy the values first). Also, check my last video, I did just that.
@shnam2783
@shnam2783 2 ай бұрын
I did test App and it was ok ,but the " home assitance hacs page" did not opened in the link. URL please ..
@GargaMelFromHell
@GargaMelFromHell 4 ай бұрын
Great video, everything is clear and easy to understand - great work. I ordered the case from PCBWay made from resin and unfortunately some of the pieces do not fit properly, i.e. the ESP32 board is loose inside the case.
@fixtse.
@fixtse. 4 ай бұрын
Oh no, so sorry to hear that, I reworked every piece and test it on my 3D printer so this do not happen 😔, they should all just fit. If you have a caliper, Could you measure the exact size of the pieces you've got, I could adjust based on the differences between the parts you received and the ones I printed, to try to fix the problem for the model on the pcbway project. I tested it on PLA and ABS (i don't think the material should affect the size of the final model, but I'll google it just in case).
@fixtse.
@fixtse. 3 ай бұрын
Hey, I reached out to the PCBWay Team about your case, they told me that you can contact their after sales team to help you solve the problem with the pieces that doesn't fit, just go to the PCBWay delivery page and use the Open Dispute Link under your order. Hope they can help you with this issue.
@adamfritzsche
@adamfritzsche Ай бұрын
How good is this exact setup at no motion presence detection? Such as sitting still in a room watching tv? I have seen some people make comments on other devices using the LD2450 not being that good at it, but was also suspected that perhaps it was the settings of the device that probably needed tweaking.
@fixtse.
@fixtse. Ай бұрын
check out the comparison I made between the LD2450 and the Aqara Fp2
@giacomoborghi
@giacomoborghi 5 ай бұрын
My esp32 board is not supported can you share the esphome config?
@fixtse.
@fixtse. 5 ай бұрын
Hi, the yaml for the firmware it's available for free for the patreons/members of the channel: ko-fi.com/s/2478914b94
@MrD4li
@MrD4li 5 ай бұрын
its Not free then. Home assistant is so good because people share. just saying like🙁@@fixtse.
@trenxnet
@trenxnet 5 ай бұрын
Hey thank you for all your videos, your projects are really awesome. For the firmware do you plan to release yaml? I want to use my other esp32 boards, the esp32 c3 super mini.
@fixtse.
@fixtse. 5 ай бұрын
Hi, the yaml for the firmware it's available for free for the patreons/members of the channel: ko-fi.com/s/2478914b94
@trenxnet
@trenxnet 5 ай бұрын
@@fixtse. great, I´m a member now thanks, I didn't knew you had one.
@fixtse.
@fixtse. 5 ай бұрын
@@trenxnet Welcome aboard 😁, thanks for the heads up, I only mention it at the end of the videos, but I guess that's not the best place to put it if I want people to actually see it😅😅
@lucianbuzatu4602
@lucianbuzatu4602 5 ай бұрын
Hello, Very informative video. does it work with HLK-LD2410 sensor? thanks
@fixtse.
@fixtse. 5 ай бұрын
No, sorry, but the HLK-LD2410 it's officially supported by ESPHome esphome.io/components/sensor/ld2410.html so you should have no problem making it work.
@yngveskog4935
@yngveskog4935 5 ай бұрын
Thanks for an inspirational video! Do you know if it's possible to use the HLK-LD2410B instead?
@fixtse.
@fixtse. 5 ай бұрын
Hi, thank you 😁🙌, Unfortunately no, the LD2410 it's a whole different sensor, most of the features are built into the sensors firmware, like the zone feature, so it won't work like the LD2450 can.
@napoleon1337
@napoleon1337 5 ай бұрын
Nice structured video
@samumar82
@samumar82 Ай бұрын
Any chanche to share the yaml file? I've an ESP32 C3 super mini and can't program it via your website 😞
@danielkedinger
@danielkedinger 5 ай бұрын
Looks like the Aliexpress link for the sensor doesn’t work. Found a different one with the kit option and order the one from Amazon but wanted to let you know.
@fixtse.
@fixtse. 5 ай бұрын
Hi, thank you, let me take a look.
@fixtse.
@fixtse. 5 ай бұрын
I fixed it, and also found a better link for amazon, that includes the kit for the same price. Thank you so much for the heads up 😁🙌
@guylast9516
@guylast9516 3 ай бұрын
This might be a dumb question, but why does the sensor need an Antennae? The ESP has its own right? I noticed you didnt use it when you only used Dupont female cables.
@fixtse.
@fixtse. 3 ай бұрын
Yes, it's not mandatory, it extends the sensor's Bluetooth range, which is only used to connect to it using the Hilink App.
@guylast9516
@guylast9516 3 ай бұрын
@fixtse. oh right Bluetooth. Thanks.
@MihaiKrieger
@MihaiKrieger Ай бұрын
does the firmware contain an aggresive "power_save_mode:" out of the box? because it looks like the board has weak connection while being in line of sight of the router at around 6 meters.
@fixtse.
@fixtse. Ай бұрын
No, it doesn't, have you tried with a different board?, I had a similar problem in the past with an esp32 board, so far it only happened to me once, so I consider it an anomaly.
@usafspaceguy05
@usafspaceguy05 5 ай бұрын
I can't seem to get past the "Preparing Installation" step. I've downloaded about every recommended firmware possible, tried every combination of boot and en button, and I cannot get it working. Edit: Disconnecting the sensor allowed me to install.
@StevenS-gk5lo
@StevenS-gk5lo 2 ай бұрын
I purchased the YAML, and while it works OK I get the following error on HA startup, do you have a fix for this? Entity sensor is using native unit of measurement 'mm/s' which is not a valid unit for the device class ('speed') it is using; expected one of ['in/h', 'Beaufort', 'in/d', 'kn', 'mph', 'mm/h', 'mm/d', 'ft/s', 'm/s', 'km/h']
@user-yh5ej1qy8o
@user-yh5ej1qy8o 2 ай бұрын
Good Day Fixtse, my order finally came and i got 2 sets of the HLK2450 + ESP32 Dev Board + the Case from PCBWay =) Managed to install everything and it works! Only issue though - its not very accrurate. (tried both with bluetooth proxy and without) I tried using it to set up zones and automations via the zones (detected or cleared) but there were alot of false detections or not clearing or not detecting accrurately (off by 1m). The scope of the radius also seems to work in a straight line, the radar does not capture my movement 2-3 metres away from its line of sight. Am I missing something? I got it to work just like how it was demostrated in the video. Is there an update to the firmware perhaps? Not sure what i'm doing wrong. Thanks for your advice.
@fixtse.
@fixtse. 2 ай бұрын
Hi, mmm unless you are pointing it towards some kind of interfierence object (like glass or fans) I can't think of anything that could make it behave like you describe (and that woudln't explaing all the things you are mentioning). I tested 3 units for the video. So it probably has something to do with the sensor you received. Try restore it to factory, if that doesn't help consider asking for a new one or a refund. If you need to show evidence, use the HL App as source to show the behavior. Last firmware available is V2.04.23101915.
@silvarod
@silvarod 5 ай бұрын
What is the coverage of this sensor? How far away can it detect presence?
@fixtse.
@fixtse. 5 ай бұрын
It can detect up to 3 persons within 8 meters (around 26 feet). I totally forgot about specs, i'll update my website later to add more info.
@silvarod
@silvarod 5 ай бұрын
@@fixtse. Ty, great video!
@user-hq9ew9it3e
@user-hq9ew9it3e 5 ай бұрын
Thank you Very Much. It works great!
@RobertShed
@RobertShed Ай бұрын
Is there another app i can use. The radar app is not finding my sensor at all. I have tried multiple times
@fixtse.
@fixtse. Ай бұрын
"the radar app" is just a Graphical User Interface to represent the data from the sensor, so a different app wouldn't be the fix. As an alternative, check the data in home assistant, does it show anything? if not, it might be a faulty sensor. This would a little bit too long to write it here, but verify that at least the 5v and ground pins are well connected, that should make it appear in the app (if you are not using the external antenna, test it with the sensor near your phone. If it still doesn't shows up, use that evidence to ask for a new sensor.
@alondinbar6193
@alondinbar6193 2 ай бұрын
Esp32 is for bluetooth ?
@user-yh5ej1qy8o
@user-yh5ej1qy8o 3 ай бұрын
Hiya Fixt - just a quikc question - how impt is having a case for this setup ? I mean as long as i have the antennas facing the right way it shou ld be fine? Thanks for your kind advice.
@fixtse.
@fixtse. 3 ай бұрын
Yes, the case is just for easier positioning and protecting the electronics from dust, etc. But it should work without it.
@JuanPabloSolisSanchez
@JuanPabloSolisSanchez Ай бұрын
is it possible to create your own graphical interface without ESPHome??
@fixtse.
@fixtse. 27 күн бұрын
Yes, but you'll need to code it yourself.
@Tipsy_Crew
@Tipsy_Crew 4 ай бұрын
Hi Fixt, everything installed fine, but, I don't get any info on Target 2 or 3, Target 1 has data, same on HLK app or in HA
@fixtse.
@fixtse. 4 ай бұрын
mmmm try restore the sensor to factory using the HLK-app (it has happen to me before and that fixed it, it will erase all your zones, so copy the values before). If that doesn't work, it might be something with your sensor.
@davidtjac
@davidtjac 3 ай бұрын
Hi another great video. A couple of questions on the HLK Radar app, the device is found and I connect but I and get an error “AA55 setting failed!” any idea what this is, I get no results on google? Slight difference I have the ESP32-WROOM-32D there is no TX2/RX2 so as pinned message im using D16 & D17. Am I missing something? Appreciate advice.
@fixtse.
@fixtse. 2 ай бұрын
Hi, sorry haven't gotten that error myself. Yes RX is D16 and TX is D17. For the HLK App, the device uses only it own firmware, so if the error is displayed in the app, it's something regarding the LD-2450 you are using. Try reseting it to fabric and see if that makes the error go away.
@barrylapthorne8017
@barrylapthorne8017 5 ай бұрын
Are you able to add additional sensor like temp, humidity, lux and so forth to the same board and update the files right read all?
@fixtse.
@fixtse. 5 ай бұрын
yes
@shannonbreaux8442
@shannonbreaux8442 3 ай бұрын
The plot graph flickers in and out i hit the edit button on my dash board it never stays stable. The sensor also works some times as it freezes up then I have to reset the sensor or factory reset any thing I can do to fix this or making it run smoother? And more stable?
@fixtse.
@fixtse. 3 ай бұрын
Hi Shannon, that's weird, about the plot graph, I'm not able to reproduce this on my setup. Do you have a second esp32 device you can try? I had to use the factory reset trick to get mine working, but it only happened to me when I was in the middle of testing, so constantly changing the settings for the device, but after I set my stable setup, I haven't had problems with any of my sensors.
@xJuNioRx2011
@xJuNioRx2011 22 күн бұрын
Hello will this work for a LD2410C mmwave board?
@fixtse.
@fixtse. 21 күн бұрын
no
@AlfredoMannina
@AlfredoMannina 5 ай бұрын
Great!!!!!!!
@tomtom36
@tomtom36 5 ай бұрын
Grazie.
@fixtse.
@fixtse. 5 ай бұрын
Thank you !
@gustavsvensson6877
@gustavsvensson6877 5 ай бұрын
tried it with esp32 d1 mini, didn't work, sensors are unknown. Can i change the gpio pins somehow? Guessing thats the problem
@fixtse.
@fixtse. 5 ай бұрын
Hi, Yes, you can get access to the yaml file to use the device with your own configuration becomming a member of the channel on Ko-Fi or Patreon.
@luckymaisie124
@luckymaisie124 5 ай бұрын
Is the sensor placement directional? as it looks to be mounted at the back of the unit ? Is there any logic around this ?
@fixtse.
@fixtse. 5 ай бұрын
Hi, yes, it's directional. Yes, that is actually the front (that's why I put the logo on it, I know that seems like a weird placement). There are three main reasons for this: - Since this is intended to be just a pressure-fit case, and PLA pieces tend to loosen over time, I prioritized having the base attached to the bigger part of the case to put less stress on the smaller parts. - I considered moving the ESP32 board inside the case to get around the first limitation, but it made the installation and handling of the sensors more complicated, so I scratched that idea. I also considered moving the base to the bottom of the case, but that messed up with the stability (I could rework the joint in the future to get around it) - One of the main limitations of mmWave sensors in general, is that they can't easily distinguish persons from pets, so a way to work around this is to mount the sensor at an elevated position, looking a little bit down. And in that case, the placement of the base attached "to the back" helps us to achieve that. I hope this provides more clarity regarding the thought process behind the design! 🤓
@rgnyldz
@rgnyldz 4 ай бұрын
Is this built on esphome or is it a custom firmware? Because As I understand the base esphome does not support HLK2450 right now. The reason I ask is can we add additional sensors to this?
@fixtse.
@fixtse. 4 ай бұрын
Yes, it's ESPHome, using a custom component to make the HLK2450 work. Yes I have a follow up for this video where I added a light sensor and a temperature/humidity/pressure sensor to the project
@rgnyldz
@rgnyldz 4 ай бұрын
@@fixtse. you are awesome :)
@MarcosCardoso-fi7ez
@MarcosCardoso-fi7ez 5 ай бұрын
Hi. Can you add a luminance sensor to the project? Thanks, Best regards.
@fixtse.
@fixtse. 5 ай бұрын
Yes, of course! I’ve planned to incorporate additional sensors down the line, including temperature, luminance, air quality, etc.
@MarcosCardoso-fi7ez
@MarcosCardoso-fi7ez 5 ай бұрын
When do you plan to do that? You will make another video explained how to add luminance and temperature sensors? Best regards, Marcos Cardoso
@krismccormic7106
@krismccormic7106 4 ай бұрын
I've tried this project with two different D1 Mini ESP8266 NodeMCU ESP32 ESP-WROOM-32 I had here, but neither of them worked with the custom flashed firmware: all devices were "unknown". Is this for just the specific device you linked or will it work with any generic ESP32 device?
@fixtse.
@fixtse. 4 ай бұрын
Hi, it should work with any ESP32 device, if for some weird reason ESPHome doesn't detect your specific board variant (some new esp32s variants need this) you need to add specify it on the yaml file.
@bakk.
@bakk. 3 ай бұрын
Try swapping the RX and TX pins
@zephirusvideos
@zephirusvideos 5 ай бұрын
What is the angle of the sensor?
@fixtse.
@fixtse. 5 ай бұрын
Horizontal ± 60° / Tilt ± 35°
@zephirusvideos
@zephirusvideos 5 ай бұрын
Thanks!@@fixtse.
@Fedeleallalinea56
@Fedeleallalinea56 5 ай бұрын
Which board are supported? Esp32c3 super mini? Esp32 mini wroom 32?
@fixtse.
@fixtse. 4 ай бұрын
So far I tried it only on the ESP32 Wroom 30 pin board, but it is still ESPHome firmware, there is no reason for it to not work on thoose boards (the suppor for the minis is still experimental, but it mostly works).
@farkasroman
@farkasroman 5 ай бұрын
buzerant !
@mafafama7497
@mafafama7497 5 ай бұрын
Compatible with LD2410 ?
@fixtse.
@fixtse. 5 ай бұрын
Nop, I can built a firmware for the LD2410, but it won't have the same features as this one.
@barrylapthorne8017
@barrylapthorne8017 5 ай бұрын
Please can you build and share for LD2410B and LD2410C?
@liteglow2000
@liteglow2000 4 ай бұрын
Hmm did never start to install ..
@fixtse.
@fixtse. 4 ай бұрын
Check the drivers for you esp32 board. I have had problems with that before.
@popcorn7310
@popcorn7310 5 ай бұрын
Can it also work with ESP32 S2 board?
@fixtse.
@fixtse. 4 ай бұрын
The board has experimental support on ESPHome, so it could work (it won't break the board, you can safetly try), acording to the documentation (esphome.io/components/esp32.html#configuration-variables ), it might need an extra flag in the yaml file, to specify the exact variant, if for some reason ESPHome doesn't detect it automatically.
@koolkiwikat
@koolkiwikat Ай бұрын
is it possible to filter out pets?
@fixtse.
@fixtse. Ай бұрын
No, you need to play around with the installation position for tha
@bixpii
@bixpii 5 ай бұрын
Hi. Can this work whit HLK-LD2461?
@fixtse.
@fixtse. 5 ай бұрын
I doesn't have bluetooth support, so it won't work with the HLK app, but, seems like a promising sensor, surely in the future it can be supported on ESPHome.
@manfredzimmer1199
@manfredzimmer1199 5 ай бұрын
👍👍👍
@virginiaperez8971
@virginiaperez8971 5 ай бұрын
Este canal no era en español
@keviincosmos
@keviincosmos 5 ай бұрын
Thanks! Do you have a forum? I can't comment here, my links a being deleted and i want to share what I've made.
@fixtse.
@fixtse. 5 ай бұрын
Hi Keviin, not yet, but I will at some point. I got your email, I'll get back to you shortly
@keviincosmos
@keviincosmos 5 ай бұрын
​@@fixtse. Thanks mate 👍😊 Amazing videos as always.
@ebola1974
@ebola1974 5 ай бұрын
Did you just assume the gender of those cables? Also blink faster
@fixtse.
@fixtse. 5 ай бұрын
😅😅 I know right? hardware manufacturers need to step up their naming game, like what github did when they changed their default branch configuration from master to main.
@critical_always
@critical_always 5 ай бұрын
Wtf is that thing.
Ultimate ESPHome DIY Smart Sensor | HLK-LD2450 ESPHOME
10:41
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 28 МЛН
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 96 МЛН
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 14 МЛН
HLK-LD2411, HLK-LD2411S, HLK-LD2450 - новые радарные датчики присутствия от Hi-Link
19:04
Клуб любителей электроники
Рет қаралды 19 М.
This is Surprisingly Better Than MMWave Sensors?
10:20
Technithusiast
Рет қаралды 45 М.
Hall Effect CAD Mouse / Spacemouse
24:04
John Crombie
Рет қаралды 13 М.
467 Radar Sensors from $3 to over $100: Which one is Best?
14:31
Andreas Spiess
Рет қаралды 173 М.
The Best DIY Human Presence Sensor?
6:40
KPeyanski
Рет қаралды 40 М.
Understanding Servo Motors: A Guide to ESPHome, ESP32, and Home Assistant
19:18
Making the most EQUIPPED DIY Security Camera with ESP32-CAM
26:36
Max Imagination
Рет қаралды 354 М.