Hello!
The product I'm using is the invensense DK-20948. I'm just having an issue trying to get started on using it. I'm very new at dealing with any electronic projects
When I try using the "sensor-cli --target=commonemd,port=\\.\COMXX" (Where my COMXX is COM3) command found in the documents in the download package, I get these messages:
"
Path\eMD-SmartMotion_ICM20948_1.0.5\tools>sensor-cli --target=commonemd,port=\\.\COM3 (My input to the cmd)
[E] DeviceCommonEmd: timeout while waiting for response
[E] DeviceCommonEmd: timeout while waiting for response
Got 'Timeout, action did not complete in time: eMD wrapper firmware did not start properly' exception while setting-up the device
"
I think this has to do with the way I flashed the drivers / firmware because when I use the terminal in Atmel studio, it tells me this:
"
[I] ###################################
[I] # ICM20948 example #
[I] ###################################
[I] ICM20948 WHOAMI value=0xea
[V] Putting Icm20948 in sleep mode...
[I] Booting up icm20948...
[V] We're good to go !
[I] Load DMP3 image
"
I have a feeling the "Load DMP3 image" is telling me to perform a step I may have missed or done wrong.
At the end of the day, my issue is using the sensor-cli command to see the accelerometer values, and i get the initial timeout issue. I will gladly provide more info if it is asked for.
I appreciate any advice I can get,
thanks in advance.