This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF51 UART-HID bridge for Arduino

Hi, i have only little experience in programming a nRF51, but i want to make just a simple application. before i used a btm222 BT2.1 SPP module to transmit serial UART-data via Bluetooth - that was pretty easy. now i would like to transmit UART-data via BLE as HID. so i found the HID-serialization example, but i am not sure, what this sample does exactly, though there is also the BLE-connectivity example related to it!? can i just use the serialization example and feed the uart-pins, and it will transmit the characters? or do i have to feed the uart with special SD API commands?! this would be too complicated for me... i would like to use a simple arduino as host controller to send the characters via UART to the nRF51822. otherwhise i thought about combining the uart-example with the HID-example and build my own uart-hid-bridge application, but if possible, i would like to avoid this action.

thanks for your help!

Related