Description: GamePad - a wireless controller with a receiver
Wireless controller with receiver that can be connected to any microcontroller, including Arduino and use, for example, in controlling the robot. The distribution of buttons is compatible with PS2. The device is powered by twoAAA batteries, it can work in analog and digital mode. At the same time, in the nearby, up to 20 controllers with the receivers can work, without interfering with each other. Maximum working radius is 8 metres.
Connection
Description of the pins, is shown in the picture below. The connectors are compatible with popularconnecting cableswith female end.
Looking from left to right: pins 3, 8 and 9 should be left unconnected.
The product is compatible with Arduino In the web, you can findexample of program for the Arduino, which implements the data exchange over the SPI interface. After it is uploaded and properly connected to the serial monitor, observed can be the sequence of numbers that correspond to the buttons. |
Nr | Cable | SPI |
Example of |
---|---|---|---|
1 | Data | MISO | PIN 12 |
2 | Command | MOSI | PIN 11 |
4 | Ground | GND | GND |
5 | Power | VCC 3,3 V | 3,3 V |
6 | Attention | SS | PIN 10 |
7 | Clock | SCK | DPIN 13 |
Useful links |