You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
Environment - Raspberry PI 2
OS - Windows 10 I0T Core
Sensor - Grove - 3-Axis Digital Accelerometer(±1.5g)
On below line...
DeviceFactory.Build.AccelerometerSensor(Pin.DigitalPin3).Read()
The excpetion is thrown as...
The thread 0xbb8 has exited with code 0 (0x0).
Exception thrown: 'System.IO.FileNotFoundException' in GrovePi.dll
WinRT information: Slave address was not acknowledged.
The program '[2652] XXX.exe' has exited with code -1 (0xffffffff).
Any known issue/help?
The text was updated successfully, but these errors were encountered:
amitchaudhary-zz
changed the title
Grove Digital Accelerometer not working on Win 10 IoT Raspberry
Grove Digital Accelerometer not working on Win 10 IoT Raspberry PI 2
Jul 29, 2015
Try catch is already there, so exception handling is not an issue.
Point is I need to read the Accelerometer values?
And FYI the same sensor is working with Python/Raspberry environment.
Environment - Raspberry PI 2
OS - Windows 10 I0T Core
Sensor - Grove - 3-Axis Digital Accelerometer(±1.5g)
On below line...
DeviceFactory.Build.AccelerometerSensor(Pin.DigitalPin3).Read()
The excpetion is thrown as...
The thread 0xbb8 has exited with code 0 (0x0).
Exception thrown: 'System.IO.FileNotFoundException' in GrovePi.dll
WinRT information: Slave address was not acknowledged.
The program '[2652] XXX.exe' has exited with code -1 (0xffffffff).
Any known issue/help?
The text was updated successfully, but these errors were encountered: