STEVAL-MKI062V1 Device not connected, VS wrapper code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 3:57 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 8:55 PM
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.
