View Full Version : ANNOUNCEMENT: Analog Devices FIRST Sensor Donation
Analog Devices is excited to introduce two new sensors for use on your 2016 robot! Both sensors are designed for use in rugged, industrial applications - perfect for FRC!
Both sensors have been designed to plug directly into your RoboRIO and don't require any additional wiring. This should get your team up and running quickly!
FRC Gyro & Accelerometer Board
http://cdn.firstchoicebyandymark.com/content/images/thumbs/0000550_sensor-board-accelerometer-gyro-fc16-000_300.jpeg
This board is designed to give teams single-axis sensor feedback for use in field-oriented driving and complex autonomous routines. FIRST has provided teams with Java, C++ and LabVIEW libraries to help you get started. This sensor will be included in all FIRST Choice orders automatically at no charge. For more information check out http://www.analog.com/first and the AndyMark FIRST Choice website (http://firstchoicebyandymark.com/fc16-000).
ADIS16448 IMU MXP Breakout Board
http://cdn.firstchoicebyandymark.com/content/images/thumbs/0000549_adis16448-imu-mxp-breakout-board-fc16-115_300.jpeg
Analog Devices is proud to introduce the ADIS16448 10 degree-of-freedom IMU to FIRST Robotics. This sensor is designed to provide robots with high precision motion feedback for advanced robotics tasks.
The ADIS16448 is a complete inertial system, integrating a triaxial gyroscope, a triaxial accelerometer, a triaxial magnetometer, and pressure sensors in a calibrated, compact, robust package. For FIRST Robotics, ADI has also designed an MXP breakout board to easily integrate this sensor on your team’s robot. This sensor is available on the FIRST Choice website for purchase. Check out http://www.analog.com/first for more information and the AndyMark FIRST Choice website (http://firstchoicebyandymark.com/fc16-115)for links to tutorials and software.
Feedback and questions are very welcome! Please start a new thread or send a PM if you need any assistance!
marshall
09-01-2016, 12:52
Thanks Juan!!!! I know you've worked hard on getting ADI involved and these look awesome!
Thanks Juan!!!! I know you've worked hard on getting ADI involved and these look awesome!
Thanks Marshall! Let me know if you have any questions once you have the sensor in-hand. It took a lot of negotiating and testing, but the software and hardware should be ready for competition!
As a side note, I updated the IMU software last night to properly sample the sensor. There are a few more features I'd like to add to the framework, but teams should be able to drop it into their code quickly.
ty.sayman
14-01-2016, 11:11
Thank You Juan!
This is excellent news that they are doing this for FRC. Having a plug-in IMU will really help teams get started with more advanced navigation.
We use (and are happy with) ADI parts in my day job, so I am already a fan.
Ty
Thank you to Analog Devices!
Congratulations on the development/release of these products!
And kudos to National Instruments for creating the MXP port, which is really helping accelerate these advancements.
I am personally very pleased to see that FRC students now have several IMUs readily available for use on their robots.
All the best.
ChuckDickerson
14-01-2016, 16:40
FIRST Choice lists a quantity of 350 of the ADIS16448 IMU MXP units available. Will these be available for purchase if we don't win the FIRST Choice lottery and if so how much and where do we buy them?
Tom Bottiglieri
14-01-2016, 16:52
FIRST Choice lists a quantity of 350 of the ADIS16448 IMU MXP units available. Will these be available for purchase if we don't win the FIRST Choice lottery and if so how much and where do we buy them?
This reads like every FIRST Choice order gets the sensor, then there are 350 additional sensors if you want a spare.
ChuckDickerson
14-01-2016, 17:00
This reads like every FIRST Choice order gets the sensor, then there are 350 additional sensors if you want a spare.
The way I interpret it every team get one FRC Gyro & Accelerometer Board but the MXP IMU there are only 350 of. It seems to be 2 different things. I may be entirely mistaken though.
The way I interpret it every team get one FRC Gyro & Accelerometer Board but the MXP IMU there are only 350 of. It seems to be 2 different things. I may be entirely mistaken though.
You're correct Chuck. Unfortunately, we were only able to coordinate a donation of 350 IMU boards, but every team will receive a "Gyro & Accel Board" with their 2nd round First Choice order!
btcshields6
16-01-2016, 22:07
Unfortunately, we didn't hear of this soon enough to adjust our FIRST choice order. If there are leftover ADIS16448s, will they be available for cash purchase? We've used all of our credits...
billbo911
28-01-2016, 13:11
As part of FIRST Choice round 2, we were fortunate enough to be awarded 2 ADIS16448 IMU's. They were our top priority on the list, and fortunately we got them!!
So now the quest begins to learn how to use them effectively. We use Java, but unfortunately I am not versed in Java at all, so my question may sound a bit naive. Do you know if there are any quick start guides or users guides for these?
I have seen the links to Github (https://github.com/juchong/ADIS16448-RoboRIO-Driver/tree/master) to acquire examples, but those are mostly geared to LabView. I also see "examples" for Java, but don't I need the libraries to support it? (I'm hoping that our Java Guru student can answer these simple questions, but I'm asking here in case he is at a loss how to answer.
Peter Johnson
28-01-2016, 16:20
I have seen the links to Github (https://github.com/juchong/ADIS16448-RoboRIO-Driver/tree/master) to acquire examples, but those are mostly geared to LabView. I also see "examples" for Java, but don't I need the libraries to support it?
The required library is on github. It's a single Java file (Java/com/analog/adis16448/frc/ADIS16448_IMU.java). You will need to copy this java file into your robot project (you will have to put it in a subdirectory "com/analog/adis16448/frc" to match the package name).
One caution with this sensor is it is sensitive to magnetic fields and the current Java and C++ code does not do magnetic disturbance rejection... so you may want to consider using the gyro results rather than the fused yaw result.
billbo911
28-01-2016, 16:52
The required library is on github. It's a single Java file (Java/com/analog/adis16448/frc/ADIS16448_IMU.java). You will need to copy this java file into your robot project (you will have to put it in a subdirectory "com/analog/adis16448/frc" to match the package name).
One caution with this sensor is it is sensitive to magnetic fields and the current Java and C++ code does not do magnetic disturbance rejection... so you may want to consider using the gyro results rather than the fused yaw result.
Thanks Peter, that is the info I needed to hear. The advise about the magnetic disturbance rejection is also nice to have, and I have seen that mentioned in another thread (http://www.chiefdelphi.com/forums/showpost.php?p=1529967&postcount=3) as well. (In fact, now that I searched for it, you were the one who mentioned it in the other thread (http://www.chiefdelphi.com/forums/showpost.php?p=1529967&postcount=3). :D )
So, would mounting the RoboRIO as far as possible, or remoting the adis16448 via a ribbon cable) from motors help with this issue?
Peter Johnson
28-01-2016, 20:15
So, would mounting the RoboRIO as far as possible, or remoting the adis16448 via a ribbon cable) from motors help with this issue?
It would certainly help to distance it as much as possible, but I've not done any testing to try to determine what the actual minimum "safe" distance is. E.g. there's a possibility that the necessary distance is larger than the robot.
CardcaptorRLH85
30-01-2016, 18:48
Is there any information anywhere concerning which SPI port the Accelerometer and Gyro use? I know from the RoboRIO documentation that there are four total and I know that the board just uses CS0 and CS1 but which is which?
Peter Johnson
31-01-2016, 00:26
Is there any information anywhere concerning which SPI port the Accelerometer and Gyro use? I know from the RoboRIO documentation that there are four total and I know that the board just uses CS0 and CS1 but which is which?
The default constructors in wpilib use the correct ports. The ADXL362 accelerometer is on CS1, the ADXRS450 gyro is on CS0.
For more details, the full board schematics are here: https://github.com/juchong/FRC-Gyro-and-Accel/blob/master/Documentation/ADXRS450-ADXL362%20RoboRIO%20Breakout%20RevB%20SCH.pdf
Is there a cable that can be used to extend the accel and gyro away from the roborio? We would like to use this, but our design has the rio in a vertical orientation and it would be a challenge to move. If we had a cable that would allow us to position the gyro as needed that would be great.
I just have not been abe to find any kind of a 8 pin SPI cable online, but I'm probably just not looking for the right thing.
Peter Johnson
31-01-2016, 22:07
Is there a cable that can be used to extend the accel and gyro away from the roborio? We would like to use this, but our design has the rio in a vertical orientation and it would be a challenge to move. If we had a cable that would allow us to position the gyro as needed that would be great.
I just have not been abe to find any kind of a 8 pin SPI cable online, but I'm probably just not looking for the right thing.
The connector is a 10 pin 0.1" pitch IDC ribbon connector, and you need 0.05" pitch 10 conductor ribbon cable. Look at DigiKey parts ED10500-ND (female connector), MPK10K-ND (male connector), and AE10G-5-ND (5' ribbon cable). Even easier, DigiKey also sells premade assemblies such as H3AWH-1018G-ND (1.5') and H3AWH-1036G-ND (3.0').
Also worth noting is the fact the sensor is a 3-axis one, so you could vertically mount it (if it's rigidly mounted and actually vertical) and just read different axes.
Thanks that is exactly what I needed and would have never known what to look for.
CardcaptorRLH85
01-02-2016, 17:06
The default constructors in wpilib use the correct ports. The ADXL362 accelerometer is on CS1, the ADXRS450 gyro is on CS0.
For more details, the full board schematics are here: https://github.com/juchong/FRC-Gyro-and-Accel/blob/master/Documentation/ADXRS450-ADXL362%20RoboRIO%20Breakout%20RevB%20SCH.pdf
Thanks! I was looking for a document like that but, I couldn't find it.
These are both pretty cool! The FRC Gyro & Accel board is working pretty well for our needs so far.
Any idea where one could buy a spare or two? Thanks.
- Bryce
feverittm
09-03-2016, 17:48
I am looking for a little advice on the 16448 IMU board.
When we first got it we tested things and it seemed to be working as expected (the IMU SmartDashboard widget would move correctly with motion of the IMU). Now that it is install on the robot, it seems not to respond the same. We get what appears to be a rate return instead of a position. The z angle changes as we spin the robot (our robot spins in circles really well), however when we stop the angle returns to 0. It appears like it is tracking the rate and not angle.
Does anyone know of a failure mode where this would happen? Any suggestions?
Thanks
camtunkpa
22-03-2016, 11:04
Is there any way outside of FIRST choice we can get the ADIS16448? Our FIRST choice credit are long gone and would like upgrade to the ADIS16448 for some more complicated autonomous routines.
The connector is a 10 pin 0.1" pitch IDC ribbon connector, and you need 0.05" pitch 10 conductor ribbon cable. Look at DigiKey parts ED10500-ND (female connector), MPK10K-ND (male connector), and AE10G-5-ND (5' ribbon cable). Even easier, DigiKey also sells premade assemblies such as H3AWH-1018G-ND (1.5') and H3AWH-1036G-ND (3.0').
Also worth noting is the fact the sensor is a 3-axis one, so you could vertically mount it (if it's rigidly mounted and actually vertical) and just read different axes.
Thanks for providing the part numbers! You're correct about the accelerometer providing triaxial output, but the ADXRS450 gyroscope only outputs a single axis (Z when mounted horizontally).
These are both pretty cool! The FRC Gyro & Accel board is working pretty well for our needs so far.
Any idea where one could buy a spare or two? Thanks.
- Bryce
Great to hear! :D
Is there any way outside of FIRST choice we can get the ADIS16448? Our FIRST choice credit are long gone and would like upgrade to the ADIS16448 for some more complicated autonomous routines.
Unfortunately we're not able to provide any additional IMU or Gyro/Accel boards. The only boards available today are the ones in FIRST Choice stock. These sensors were donated to FIRST by Analog Devices and cannot be sold since that would breach our agreement. There are plans to have more sensors made available to teams in future seasons, but unfortunately the only way to get an IMU or Gyro/Accel board is to purchase it with FIRST Choice points.
I am looking for a little advice on the 16448 IMU board.
When we first got it we tested things and it seemed to be working as expected (the IMU SmartDashboard widget would move correctly with motion of the IMU). Now that it is install on the robot, it seems not to respond the same. We get what appears to be a rate return instead of a position. The z angle changes as we spin the robot (our robot spins in circles really well), however when we stop the angle returns to 0. It appears like it is tracking the rate and not angle.
Does anyone know of a failure mode where this would happen? Any suggestions?
Thanks
Hi! You may be accessing the raw sensor outputs instead of the integrated sensor outputs. If you're using LabVIEW, you'll want to access the sensor using the Gyro Angle or AHRS Angle vi's.
My team currently uses the ADXRS450 this season and we loved the performance.
I talked to some teams at worlds that used the ADIS16448 and had really good success with this. We are really wanting to try this sensor out for off season project. Does anyone by chance have a spare one for sale now that the season is done?
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.