Unable to connect with field in practice mode #8
-
|
Using gizmo 0.0.11-rc6 - followed the instructions for configuring the firmware - was never asked for "use Avahi" after telling it no to drivers console. built the firmware, installed it on the system processor. after running hello world and spin a wheel examples on the use processor, tried the Drive a robot example. ran the gizmo field practice with my team number. The joystick is successfully bound. I do not have any control function. is there a better guide to the diagnostic lights than the description in the embedded documents? from top to bottom my lights are yellow white blue green red orangish red off red - the light on the system processor is solid green and the user proc light is flashing quickly (like I would expect based on the code) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
Prior to the release of v0.0.11-rc6, mDNS was made an always-available fallback option, which is why you were not prompted. The documentation has now been updated to reflect this change. The page that described the lights appears not to have made the v0.0.11 release cut, so here is the description for your reference:
After the initial flash with a firmware version that supports driver station pairing, which the firmware version that's bundled with v0.0.11 does not, the network and field LEDs will rapidly blink purple indicating that no pairing information is available. Once pairing has been attempted, the same 2 LEDs will blink either red, yellow, or purple signifying either a format error in the config file, a syntactic error in the settings provided, or no file at all, respectively. Based on your description of the lights on your board, it sounds like it has successfully made contact with your wireless network, but is unable to receive data on the control channel. If you are using Windows to host the practice mode field, can you verify that Windows Firewall is allowing communication on port number 1883 to the Gizmo.exe program? |
Beta Was this translation helpful? Give feedback.
-
|
So... the update that was published a couple of days ago now allows my gizmo to connect to the driver's station (I think) - the top light is a happy green, the middle light is flashing blue(?) a couple of times per second (flash-pause equal, not flash-flash-pause). So yay for that, I think. Initially, I got no Joystick values (using the sample code), but my last try was to switch USB ports on the driver's station for the Joystick and try again, and that worked. Is it supposed to matter which USB port you use on the driver's station? |
Beta Was this translation helpful? Give feedback.


So... the update that was published a couple of days ago now allows my gizmo to connect to the driver's station (I think) - the top light is a happy green, the middle light is flashing blue(?) a couple of times per second (flash-pause equal, not flash-flash-pause). So yay for that, I think. Initially, I got no Joystick values (using the sample code), but my last try was to switch USB ports on the driver's station for the Joystick and try again, and that worked. Is it supposed to matter which USB port you use on the driver's station?