V230806_1_BETA
- 🐞The X-maximum coordinate of the repair area is associated to the Y-maximum coordinate of the area. (Thanks to
aseema420
)
Direct Download
V230805_5_BETA
- 🐞Correction region 3 was incorrectly bound to the parameters of region 2 and became a dummy invalid region! (thx
Rock--Lee
) - 🐞Let the version number (Screek Version) synchronize to V230805_5_Beta to avoid thinking that the update was not successful. (thx
Rock--Lee
) Direct Download
V230805_4_BETA
- 🐞Since the heartbeat logic may cause no light on initial startup, readjust the light update mechanism, restore the old mechanism, and remove the 5-minute heartbeat mechanism. Direct Download
V230805_3_BETA
- 🐞Fix not active firmware
V230805_2_BETA
- 🧬Coordinate input can be frustrating because the coordinates have some deviation and will move. We have added a Tolerance option.
Function Description
You can set the Tolerance for X and Y as needed. If you set the zone range to 200(x-begin),300(x-end),10(y-begin),200(y-end) and you set the x Tolerance to 100, the zone range for the century will be 200-100(x-begin- with-offset), 300 + 100(y-end-with-offset). y-axis is the same, so you can roughly adjust the range according to the environment.
Currently the three zones share an error, if you have suggestions on how to use it please give us feedback.
V230805_1_BETA
- 🐞Fixed an issue where setting the coordinates of region 0 would always result in no one triggering the region.
- Adjusted to set the default coordinates of the three regions to 0 so that it doesn't show three regions triggering the first time you use it, causing confusion.
- Added to set the light sensor reporting interval of 5 minutes to always report once to prevent losing updates for too long. Its current strategy is to push an update once for more than 1lux changes greater than 1 second (as fast as one second), and once if there is no change for five minutes.
- will modify the zone setting when the policy of writing to flash to 15 seconds, after 15 seconds after the modification will be saved as persistent data.
V230730_2_BETA
- Fixed the issue that zone information for Zone1, Zone2, and Zone3 would not be updated for the first time by default, resulting in an unknown display.
V230730_1_BETA
- We regulated the frequency of the output data, reducing them to be sent out only when necessary.
- We adjusted the RF power of the WIFI to keep it in a moderately efficient way.
- The light sensor only sends out updated data when the difference is greater than 1 lx and the interval is greater than 1 second at the same time in two cases.
- We've changed the radar output interval to 0.5 seconds (it was 1 second), which is much more responsive, but if you're experiencing problems, please contact us, we're still considering whether we need to be so aggressive.
V230729_2_BETA
We spent some time debugging and optimizing and it seems to be working so far, but it's still Beta and we can't guarantee anything, so feel free to come along and test and experiment. -
- The firmware adds coordinate settings for the three regions, the coordinates are set in such a way that the x-axis is minimum, maximum. y-axis is minimum, maximum.
- When the target enters the region, it will trigger the corresponding properties. A binary attribute whether there are people or not, and a numeric attribute how many people are in the area.