Hello,
I am planning to use an atmega32u4 as a micro controller for a keyboard, and I'd like to use a NRF51822 as the bluetooth sender.
As i've read, NRF51822 is BLE HID capable but my doubt is how would I feed the info from the atmega32u4? Would I just feed it via UART and then let the NRF51822 send it via BLE?