Hello guys,
I am pretty new to Wio Link. And I am stuck where I am trying to read gesture sensor value connected to the Wio Link.
I have connected the sensor to the I2C port.
I am using python to retrieve the sensor value. But it always outputs 0.
Here is my code:
After adding the sensor to the i2c port using the app, I open up the device webpage.
There is a get button, which I pressed over and over again during I made some gestures. Unfortunately the result is alway {“motion”: 0}.
It would be a much better idea to write a python code so that the gesture sensor scans the environment indefinitely.
Maybe the time period for scanning is too less when you run it through the webpage.
But anyhow, both ways are pretty much dead end for me.