Comments: Wireless Joystick Hookup Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
-------------------- Tech Support Tips/Troubleshooting/Common Issues --------------------
**Wireless Remote Controlled RedBot with XBees **
If you are trying to use the Wireless Joystick to control the RedBot with XBees, I have some basic example code listed here. Compared to experiment 9, the code does not handle the motor's intensity:
If you are using the example 1 from the Wireless Joystick Hookup Guide, you just need to remove the character padding and adjust the motor values used for the RedBot.
Is it possible to hookup an xbee with only a wireless joystick kit or xbee arduino shield without using an xbee explorer?
Hi there, it sounds like you are looking for technical assistance. Please use the link in the banner above, to get started with posting a topic in our forums. Our technical support team will do their best to assist you.
That being said, you may find this tutorial useful.
I purchased a board for a remote control robot I'm making. I see the transmission example code, but is there example code to receive joystick data and drive the robot?
I am having trouble using the OLED Display. I have connected the Micro OLED Breakout board how it is mentioned in this guide and the display is not powering on.
I have verified the voltage at the display, as well as ensured I had the latest OLED library (v1.2) installed, yet whenever I upload the code in this guide, or the Micro OLED demo code the display does not appear to turn on.
Out of ideas, can anyone help?
Soldered up for dual axis and wanting to try out the sample sketch. It appears that the files for the SparkFun SAMD21 Dev Breakout are here: https://github.com/sparkfun/SAMD21_Dev_Breakout
But when I download it as a zip file, I can't add it into my library: "Specified file does not contain a valid library." I presume I'm trying to add this in the wrong way?
What kind of male connector does the USB interface wire take? It looks like its another size than the one that usually attaches an arduino.
You'll need a Micro USB cable
I purchased a wireless joystick board, and am having problems downloading code to the board via USB. I compile code using the Arduino IDE (version 1.8.4), it compiles, but then gets an error 'No device found on COM9' when trying to upload the code to the board. I noticed in my device manager (windows 8.1 64 bit) that there was an 'other device' present labeled SparkFun SAMD21 showing an error, but also it shows up in the list of ports as COM9 with no errors associated with it. Is there a driver that is needed for this board? I have tried pushing the reset button to no avail. Thanks.
This is my version with just the buttons
and Processing to test (you must change COM5 to your port. use an xbee explorer connected to your computer and send the joystick to the test code
I am having an issue with this hookup guide. Seems nice but issue 1 is a missing "sam.h" file. Something in the background has changed since you added this hookup guide. I even found the missing file and created a reference to it but additional errors stating additional missing files have occurred. Can you confirm what arduino IDE, version of boards that do work with this wireless joystick? I think if you were to try this guide again, you will see that it doesn't work as described. I am fairly confident that I have covered my bases but hey, I'm human too. So, can we get some help? Thank you,
You should be using the "SparkFun SAMD21 Dev Breakout" board definitions, but you'll also need to have the "Arduino SAMD Boards" installed as well. I'm running version 1.6.11 of the IDE, and haven't run into issues other than occasionally having to put the board into bootloader mode by quickly pressing the reset button twice.
Nice!
Have you considered having code for just sending the values of the buttons and joysticks out? Then you could have other stuff talk to the common format of the joystick without needing to recode your joystick each time.
I'm making the code myself starting from Alex's Tank, so if you want you can have mine once I test it if you like.
Hi, have you finished making your code? I am working on controlling a robot and an example on how to interpret and receive the data would be helpful. Thanks