Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   How do I program with an Andymark AM-2314? (http://www.chiefdelphi.com/forums/showthread.php?t=145208)

VersionTwo 03-05-2016 11:29 AM

How do I program with an Andymark AM-2314?
 
We are trying to use an AM-2314, but cannot find the API for it. Does anyone know where the API is, or at least how to implement the code for it?

-ayy

rich2202 03-05-2016 02:10 PM

Re: How do I program with an Andymark AM-2314?
 
Did you look for accelerometer, and gyro functions? I seem to recall those being in wpilib. There is not a 2314 lib

Ether 03-05-2016 02:43 PM

Re: How do I program with an Andymark AM-2314?
 
Quote:

Originally Posted by VersionTwo (Post 1551646)
We are trying to use an AM-2314... Does anyone know ... how to implement the code for it?

You might try contacting this person:

Quote:

Originally Posted by nickbrickmaster (Post 1538836)
I'm trying to use the ITG3200 gyro on the AndyMark breakout board (am-2314). I translated some code I found from Java... The gyro works in Java using the original



pblankenbaker 03-05-2016 07:59 PM

Re: How do I program with an Andymark AM-2314?
 
We have some Java source code available for the ITG-3200 using an I2C chip out at github that you are welcome to experiment with:

https://github.com/frc868/frc868-lib...ds/lib/sensors

It might work with gyro portion of the AM-2134, but we have not tried it.

You would need both the GyroAdapter.java and ITG3200.java source files. The basic usage is described in the class javadoc (basically you create an instance and then use one of the getGryoX(), getGryoY or getGyroZ() methods for each axis you want to monitor).


All times are GMT -5. The time now is 07:57 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi