-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Wrong Presence and Motion_Level in CSI Multinode Mesh mode #348
Description
I am trying to use the CSI Multinode Mesh mode using 3 ESP32 S3.
Built the firmware and provisioned each of the three nodes with a unique node ID (1-3), tdm-total (3) and tdm-slot (0-2). Then on this page: localhost:3000/api/v1/sensing/latest, I see the presence flag and motion level flags are constantly fluctuating. Staying in the room, staying still or moving, leaving the room—nothing makes any difference.
Most of the time presence is true, and the motion level is switching between still and moving. In all cases, the confidence is greater than 0.75. Sometimes it even becomes 1.00.
Health says: {"clients":2,"source":"esp32","status":"ok","tick":139269}
The placement of the ESP32s doesn't make any difference as well. I have tried keeping them next to each other and keeping them a few meters apart, forming a triangle.
The router is placed in the next room, on the wall between the two rooms.
What can be the possible solution for this scenario?