FAQ

Check wiring, power supply, and firmware compatibility between joystick and XBee.

userHead Tonny12138 2024-07-11 10:25:42 50 Views0 Replies
The joystick board does not respond and transmit properly. I have validated the XBee on another system and communication is no problem. I have also validated the code is working as expected.
2025-07-24 14:57:06

1. The sample code is used to test the gamepad on your computer by a USB cable, but not to communicate wirelessly by Xbee, Bluetooth module, etc. If you want to use the code for the later purpose or write your own code, please change all serial.xxx() to serial1.xxx() since the board (leonardo) use its serial1 instead of serial to communicate with the wireless modules.

2. Please check if you have inserted the wireless module onto the Xbee socket inversely

userHeadPic Tonny12138