Skip to content
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

Constant false positive #6

Open
ckegels opened this issue Jan 27, 2024 · 1 comment
Open

Constant false positive #6

ckegels opened this issue Jan 27, 2024 · 1 comment

Comments

@ckegels
Copy link

ckegels commented Jan 27, 2024

Lite module:
i am getting body movement readings even when nobody is present (presence alwayson)
i am using an esp8266 and for rx and tx i am using the hardware rx tx of the 8266 with log baud to 0
any ideas?

what might be intereseting is the following: when moving around the sensor the value of body movement drops between 0 and 12 and when no movement it jumps up to 100 than back down to 50

@Chrisrdouglas
Copy link

Chrisrdouglas commented Feb 20, 2024

Do you have any kind of material in front of the sensor? that was my issue the other night. I had a 2 mm thick plastic cover in front of it and removing that cover helped with my issue. I then printed a new cover that was only .5 mm thick and i haven't had a problem since

additionally, what do you have your parity set to? I had to manually set mine to NONE like so

uart:
  id: uart_bus
  baud_rate:  115200
  rx_pin: GPIO16
  tx_pin: GPIO17
  parity: NONE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants