|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools |
Rating:
|
Display Modes |
|
#256
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
Beta versions of the navX-MXP C++/Java Libraries which are compatible the 2016 Beta WPI Libraries (C++/Java) are now available for testing. Anyone interested can PM me for details on getting a copy of the beta libraries. The functional changes are: - C++/Java: navX-MXP Libraries compiled w/latest 2016 WPI FRC beta libraries. - C++/Java: I2C transfer sizes, previously limited to 7 bytes/transfer in the WPI Library, have been increased. The navX-MXP libraries now transfer all I2C data in a single bus read transaction, increasing performance. Not yet changed: - Java: to link w/the navX-MXP Java library, the WPI Library's build.properties file must be edited, as described in these directions. This additional step will be removed before the final release of the navX-MXP C++/Java Libraries for 2016. Last edited by slibert : 26-12-2015 at 13:43. |
|
#257
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Just to make things clear: Is this just a problem with C++/Java? Is the 2016 beta navX LabVIEW code working? If not will it be updated by kickoff? Thank you!
Last edited by Jonathan L. : 26-12-2015 at 18:33. |
|
#258
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
LabView is good to go. James Parks, the creator of the new V2 LabView NavX-MXP Library (http://www.chiefdelphi.com/forums/sh...highlight=NavX) has successfully tested the LabView library against the 2016 Beta, and indicates it works fine with the SPI, I2C and TTL UART interfaces. The only further work remaining is to deal with an issue found when testing the USB interface against the FRC 2016 beta image/library. So give it a go and let us know how it goes. The SPI interface is highly recommended. |
|
#259
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
My team is not a beta testing team, so I can't test it until build season. Anyway, we got the navX working with the 2015 FRC LabVIEW software recently. Looking forward to using it next year!
|
|
#260
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
The navX-MXP Java and C++ Libraries have been updated to work w/the new 2016 WPI Libraries. And the Zebracorns have released an updated LabView library for 2016. The latest build of all these libraries is available now.
In addition, Team Shockwave has created a C# RoboRIO Library that also features a navX-MXP Library. And there are more examples than ever both in the examples provided with the C++, Java and LabVIEW Libraries, as well as in the recent team code releases, including those of team 2465 (Kauaibots). And we've heard wind of a Python RoboRIO Library being developed as well - we'll let you know when more details are available on that. KauaiLabs wishes everyone an incredible 2016 build season! |
|
#261
|
||||
|
||||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Where is the CAD file for the MXP located? I downloaded the zip file, checked Git, but I still don't see the actual CAD file for the board itself. I am looking for the SolidWorks CAD file.
Thank you. |
|
#262
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
The CAD files are in the zip file; no need to install everything. I don't see a Solidworks model there, but there are several SketchUp files and an STL file. |
|
#263
|
||||
|
||||
|
Quote:
thanks |
|
#264
|
||||
|
||||
|
Quote:
|
|
#265
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
SPI is the recommended interface. The recommendation is to connect both USB power and the 5V/GND power from the SPI. The navX-MXP will automatically switch between the power supplies as needed. If the 5V power from the SPI connector goes away (this can happen in a RoboRIO stage 2 brownout), the power from the USB connector (which is a valid 5V even in a stage 2 brownout) will be used automatically. You may need to shield the SPI connecting cable, since the clockrate of this interface by default is 2Mhz. And a long cable may cause problems, too. You do have the option of decreasing the SPI clockrate, which may help if there is signal degradation on the SPI interface. |
|
#266
|
||||
|
||||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
just to make sure, we connect the 5V to the breakout SPI port PWR pin on the navx board, correct? there was no indication of 5V or 3.3V on the PWR pin. |
|
#267
|
||||
|
||||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
SPI.Port.kMXP this seems to imply using the SPI connections on the mxp connection. i'm going to use the breakout SPI connection. is there another enumerated type to use? thanks... |
|
#268
|
||||||
|
||||||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
|
|
#269
|
||||
|
||||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
ie: SPI.Port.kOnboardCS0 not sure how to specify ports on the roborio. when most people talk about the various ports, they seem to mean those available through the mxp port. if they're talking about using a port that is detached from the mxp, but available on the mxp, i've seen brokenout used... so how do you specify the SPI port connections that are separate from the mxp port? thanks |
|
#270
|
|||
|
|||
|
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|