BLE Joystick powered by the BLEbee and some more parts...

Hello everyone,

after creating the BLE-Shield and the BLEBee I decided to work a little more on gadgets. In this blogpost I will show you how to create a joystick kind of gadget that is connected to an iPhone running BLExplr over a BLE connection. In order to setup the BLE-Joystick you need the following parts:

The above mentioned parts are shown in the following picture:

After stacking them together, simply flash the Arduino Leonardo Sketch that can be downloaded from my github account: https://github.com/michaelkroll/BLEbee/tree/master/arduino/BLEBee_v_1_0_0_Leonardo_InputShield

If you uploaded the sketch to the Leonardo, just disconnect the USB cable and power on the Solar Charger Shield. Start BLExplr and search for peripherals. Connect the BLEBee and navigate to the RX characteristic and enable notifications.

Now simply press the UP, DOWN, LEFT, RIGHT buttons of move and press the Joystick. You will see the Pressed and released states written from the Arduino Joystick to the iPhone.

Thanks for reading and have fun to build your own BLE Joystick.

Cheers,

Michael.