cancel
Showing results for 
Search instead for 
Did you mean: 

STEVAL-MKI062V1 Device not connected, VS wrapper code

harinath
Associate III
Posted on May 17, 2011 at 12:57

I have STEVAL-MKI062V1 , trying to connect Under Windows7 ( MSVS 2008SP1)

VC++, created win32 console application.

  • I could not connect iNEMO , The .cpp file attached.
  • iNEMO_Return = INEMO_SDK_ConnectFunction(''PL_001:COM13, BD115200''); 
  • It shows , iNEMO_Return =8 ;

//===========================================================

I tried code provided by ST iNEMO developer ''Fabio'' at this forum which can be used to connect STEVAL-MKI062V1 & STEVAL-MKI062V2 . But no luck for me in connecting STEVAL-MKI062V1.

What are the steps i should follow to use this code.I read the FAQ, I followed.

I can see the data streaming when i run the iNEMO suit application. The device got connected to COM13.

Thanks

1 REPLY 1
harinath
Associate III
Posted on May 18, 2011 at 05:55

Paying attention for 2 days, finally i got connected to the iNEMO V1 by changing the ConnectFunction as below.

iNEMO_Return = INEMO_SDK_ConnectFunction(''PL_001:COM13, SENDMODE=B'');

 

But, I'm really unsatisfied with the following

  • Compatibility of iNEMO V1 with iNEMO V2 , because i need AHRS Kalman filter Quaternions, is there any way to get this ?
  • Though replies are good by ST Fabio, Forum organisation must be improved, accessing & uploading to this forum takes too much time.
Thanks