Q:
Do you have a VB.NET software development kit (SDK) for the EVAL-ADIS?
A:
--------------------------------------------------------------------------------------------------------------
The EVAL-ADIS provides a basic communication conduit between Windows-PCs and many of the iSensor products (ADIS16xxx). It provides functional evaluation support to those who were also developing a direct interface between an ADIS16xxx product and their preferred SPI-compatible processor. Custom software development is not listed as a "feature" or "promised function" in any of the EVAL-ADIS documentation, but the attached file provides a potential starting point for prototype data collection. Download this file to access the VB.NET DLL file, along with an example VB.NET project. The project file provides examples for reading registers, writing to registers and a streaming data acquisition function.
Hello Everyone!
We just posted a 64-bit version of this DLL at https://ez.analog.com/docs/DOC-17643
Take care!
This DLL file only works in x86 platform (32-bit), and there doesn't seem to be a DLL file for x64 platform. Could you please provide me with DLL for x64 platform?
Hi Mark. Yes, it has no problem with working in x64 platform since Windows OS takes care of it. But what I want is make my own interface with C++ (VS2013). What I meant was to use this DLL file in Visual Studio in x64 platform. I have managed to make a C++ interface with the provided DLL using VS Common Language Runtime Support which works well for x86 platform. But it doesn't work in x64 platform. Also, the example project (ExampleApp written in Visual Basic using VS2008) provided in Visual Basic doesn't work if platform configuration is changed to x64 (You may confirm this by going in Build -> Configuration manager and change platform to x64 (you may need to add this configuration by selecting <New...>). The provided DLL was built for x86 platform. You can make DLL for x64 by recompiling the source code for x64 platform.
Thank you for sharing this with us. This evaluation system was never intended to support this type of test platform development, but when our team returns from the holiday break, we will see if there is anything that we can do to help. Is there any chance you can give us a broader idea what you're trying to accomplish? Which ADIS16xxx product are you using the EVAL-ADIS system to evaluate? What level functionality do you hope to accomplish?
Sure,
I'm using ADIS16448 and I want to integrate it to my existing project where I used different IMU before. I'm developing an application which is essentially a sensor fusion with one sensor being the IMU. Application uses IMU data (namely acceleration and gyroscope data) and fuses it with other sensors. Reason I chose EVAL-ADIS board was that there didn't seem to be alternative board which supports both ADIS16448 and USB output. My current status is I can retriveve IMU data without any problem in x86 ( inVisual Studio 2013 Express edition) on Windows 7 64-bit (I followed the provided datasheet for ADIS16448). There are several reasons why I want to work in x64 (in Visual Studio) with first being the application of computationally costly. (I want to make one point clear that I'm talking about x64 in Visual Studio not 64-bit Windows OS)