ST意法半导体
直播中

冉屹芳

7年用户 144经验值
私信 关注
[问答]

使用C ++的iNemo STEVAL-MKI062V2的V1和V2之间有什么区别吗?

大家好,

我刚刚购买了一个评估板(iNemo STEVAL-MKI062V2),我正在尝试用C ++中的Visual Studio 2010 Professional运行一个应用程序。以下是我的疑惑:

- 作为用户指南,我刚刚找到了pdf(应用笔记AN3144),但我意识到这是针对版本1(STEVAL-MKI062V1)。 V1和V2之间有什么区别吗?

- 然后,我尝试使用版本1的帮助手册并创建一个程序。但我无法连接威廉希尔官方网站 板。

在线:

iNEMO_Return变量,返回8(表示CMD_tiMEOUT)
然后,Visual studio说:


即使我在Project文件夹中有两个文件

有什么想法解决这个问题?因为现在我无法连接。
我不得不说iNEMO应用程序工作正常。

提前致谢。

奥里奥尔

#sdk #inemo#visual-studio-2010-professional-c ++#stevalmki062v2 #mems-inemo#visual-studio#stevalmki062v1

以上来自于谷歌翻译


以下为原文





Hello everyone,


I've just purchased an evaluation board (iNemo STEVAL-MKI062V2) and I'm trying to run an application in Visual Studio 2010 Professional in C++. Here are my doubts:


- As user guide I just found the pdf (Application Note AN3144) but I've realised that this is for the Version1 (STEVAL-MKI062V1). Is there any difference between V1 and V2?


- Then, I've tried to use the help manual for version 1 and create a program. But I can't connect the board.


in the line:





the iNEMO_Return variable, returns me an 8 (which means CMD_TIMEOUT)
Then, Visual studio says:






even though I have both files in the Project folder


Any idea to solve this? Cause by now I couldn't connect.
I have to say that the iNEMO application works fine.


Thanks in advance.


Oriol
  
#sdk #inemo #visual-studio-2010-professional-c++ #stevalmki062v2 #mems-inemo #visual-studio #stevalmki062v1

回帖(8)

李娟

2018-9-18 17:03:08
嗨Oriol,
 
 
 您需要从以下URL下载并安装iNemo Suite v2.0.0(http://www.st.com/internet/evalboard/product/250367.j​​sp
 一个
“设计支持”
 “软件与软件”开发工具 - Ã
 “iNEMO GUI和固件”。这是一个适用于您的设备连接的应用程序。在''Redistrib''文件夹下的安装路径中,您将找到iNEMO2_SDK.dll及其依赖项TL_002.dll和PL_001.dll,用于开发您自己的应用程序(您需要这些运行应用程序以访问STEVAL-MKI062V2的dll。
您还可以在''Redistrib''文件夹中找到win32应用程序的iNEMO2_SDK.h和C#应用程序的INEMO2_SDK_Wrapper.cs(在.NET中)。您可以使用它来访问inemo2_sdk.dll API。
 
 
 最好的祝福

以上来自于谷歌翻译


以下为原文






Hi Oriol,


You need to download and install the iNemo Suite v2.0.0 from the following url  (http://www.st.com/internet/evalboard/product/250367.jsp
   Ã
“Design Supportâ€� Ã
“Software & Development Toolsâ€� Ã
“iNEMO GUI and firmwareâ€�). This is an application that works with your device connected.In the installation path under ''Redistrib'' folder you will find the iNEMO2_SDK.dll  and its dependencies TL_002.dll and PL_001.dll for developing your own application (you need to have these dlls where your application runs to access the STEVAL-MKI062V2).
You will found also in ''Redistrib'' folder  the iNEMO2_SDK.h for win32 applications and the INEMO2_SDK_Wrapper.cs for C# application (in .NET). You can use this to access the inemo2_sdk.dll API.


Best Regards
举报

冉屹芳

2018-9-18 17:10:22
谢谢法比奥。
 
我找到了你告诉我的所有内容但仍然使用STEVAL-MKI062V1存在一个应用程序代码文档,你可以在这里看到:
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00263092.pdf
 
我只是想确保它与STEVAL-MKI062V2不存在因为现在我正在尝试使用第一个版本来实现iNEMO2_SDK.h的功能而且更容易拥有版本2
 
谢谢

以上来自于谷歌翻译


以下为原文







Thanks Fabio.


I've found everything you've told me but still with the STEVAL-MKI062V1 exists an application code document that you can see here:


http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00263092.pdf


I just want to make sure that it doesn't exist with the STEVAL-MKI062V2 cause by now I'm trying to use the first version to implement the functions of the iNEMO2_SDK.h and it would be easier to have the Version 2


Thanks
举报

冉屹芳

2018-9-18 17:25:49
我只想说法比奥,我已经设法使用这些功能并从iNEMO获取数据
STEVAL-MKI062V2。谢谢你的信息。
 
奥里奥尔

以上来自于谷歌翻译


以下为原文







I just wanted to say Fabio that I've already manage to use the functions and get the data from the iNEMO
STEVAL-MKI062V2. So thanks for your information.




Oriol
举报

贾虎世

2018-9-18 17:43:29
嗨Oriol,
在最近几周,我开发了一个与iNemo STEVAL-MKI062V2配合使用的Matlab应用程序,用于估算器件的方向。
现在我正在尝试在MS Visual C ++ 2008 Express Edition中实现该算法,但我遇到了一些问题:即使代码编译正确并且执行没有异常,我也无法获得任何结果和返回变量iNemo命令设置为1.我附上了所描述功能的源代码。
你是如何使用C ++解决连接问题的?
 
提前致谢。
 
丹尼尔

以上来自于谷歌翻译


以下为原文





Hi Oriol,
during latest weeks i developed a Matlab application working with iNemo STEVAL-MKI062V2 which estimate the device orientation.
Now i'm trying to implement the algorithm in MS Visual C++ 2008 Express Edition, but i'm having some problems: even though the code is compiled correctly and executed without exceptions, i can't get any result and the return variables of the iNemo commands are setted to 1. I've attached the source code of the function described.
How did you resolve the connection problem using C++?



Thanks in advance.


Daniele
举报

更多回帖

发帖
×
20
完善资料,
赚取积分