Intel
3 TopicsMatter WakeUp System AI - Intel OpenVino Gestures and local models
Welcome to our blog, where we present our work on the WakeUp System AI, triggers with AI for assisting patients on the bedside. This blog will present the project overview and journey, including the different triggers we developed, the results and outcomes, a section on the evaluation of the system with stakeholders, lessons learned, future development and calls for action. This project is important as it will give patients the ability to have more autonomous control of their environment, reducing the number of calls made to staff, and allowing them to focus more on emergency situations and services. A key part of the project is the integration of Matter, a new application layer connectivity protocol for smart home devices.1.5KViews0likes0CommentsI2cDevice class / Method WriteReadPartial issuing "unknown error"
Hello community, I'm currently working on an Intel Atom E39340 platform with Windows 10 IOT 2021 LTSC installed on it. The Read and Write methods of the I2cDevice class everything are working just fine. Nevertheless, one of my sensors needs a Write+Read access (Start / Write / Restart / Read /Stop) to access some registers. When I use the WriteRead(byte[] writebuffer, byte[] readbuffer) I get a System.Argument.Exception:'The parameter is incorrect'. (which is really weird because its compiling). When I use the WriteReadPartial(byte[] writebuffer, byte[] readbuffer) method to get the error code the result is 4 (i.e Unknown error). Overall, nothing happens on the I2C bus. I have explored the online documentation but can't find a lead... https://docs.microsoft.com/en-us/uwp/api/windows.devices.i2c.i2cdevice.writereadpartial?view=winrt-22621 Does anyone has ever experienced this ? Thanks a lot for your feedback. Best regards.Solved1.4KViews0likes1Comment