-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with esp8266 #27
Comments
@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
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOBMV4IEP3VLJ4LVMESWZ2TYWHNH3AVCNFSM6AAAAABDVVGRZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZUHAYDOMRUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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
The text was updated successfully, but these errors were encountered: