Open humayunsiraj123 opened 8 months ago
@humayunsiraj123 If you could detail a bit more about your setup, it would help solve the problem. Which devboard you are using and how you've connected the device. In general, there is no reason for the LD2410 to react any diffferently - no matter which device it's connected to.
I seriously doubt this is a library related question, but I could try to replicate the problem if you detail your setup and I have a suitable ESP8266 in one of my drawers?
hello , basically i am using esp8266 d1 mini using ld2410b sensor via software serial .it succesfully communicate with software serial but the issue when i am reading static person position from the least distance range of sensor i.e its returns 30 cm when i use with esp32 but when i test it with esp8266 it results value around 150 -170 cm for static person .and from same place it result 30 cm of motion i have the results both esp32 and esp8266 placed on same place in front of me but returning different results .in short while using SW serial it is measuring wrong distacne for static target .possible its due to software serail i.e may be software serial is missing some data in continuous detection because with same software serial motion detection value is right . thankyou
On Sat, 2 Mar 2024 at 19:15, Jens Chr Brynildsen @.***> wrote:
@humayunsiraj123 https://github.com/humayunsiraj123 If you could detail a bit more about your setup, it would help solve the problem. Which devboard you are using and how you've connected the device. In general, there is no reason for the LD2410 to react any diffferently - no matter which device it's connected to.
I seriously doubt this is a library related question, but I could try to replicate the problem if you detail your setup and I have a suitable ESP8266 in one of my drawers?
— Reply to this email directly, view it on GitHub https://github.com/ncmreynolds/ld2410/issues/27#issuecomment-1974807249, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOBMV4IEP3VLJ4LVMESWZ2TYWHNH3AVCNFSM6AAAAABDVVGRZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZUHAYDOMRUHE . You are receiving this because you were mentioned.Message ID: @.***>
following is the comparison of library with esp8266(software serail) and esp32 HW serial both the device placed on same place and detecting same person when both detects motion both shows right results but stationery person result has very big difference
firstly you have done amazing work i tested it with esp32 and it works smoothly result of stationary and moving targets, but when i tried to use with esp8266 using ESPsoftwareSerial it manage to communicate with sensor but read wrong reasult of the stationery target but for the same position moving target is detected correctly like leas distance is 30 cm so for moving it result 30cm but from same postion stationery result around 150 to 175 cm what could be a possible isssue . thank you