TiNredmc / WacomRipoff_BLE

Wac0m Ripoff projected ported to nRF51822 (HID over Bluetooth) with Arduino platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wacom Ripoff BLE edition based on nRF51822

This is the ported code of my project Wac0m Ripoff to the nRF51822 Bluetooth capable MCU.
With Arduino Core from sandeepmistry

Required Libraries

  1. sandeepmistry's BLE peripheral library for all of Bluetooth
  2. My BLEDigitizer.cpp/h library ported from his BLEMouse.cpp/h code. (already included in same folder with the sketch).

Soft Device version and Low Freq Clock

Be sure to choose the version "S130". About the clock source. I'm using nRF51822 04 module (WT51822-S4AT),
I need to select the RC oscillator. other option is not working and synthesized is not recommended.

About

Wac0m Ripoff projected ported to nRF51822 (HID over Bluetooth) with Arduino platform.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%