Hi,
I want to send ASCII characters with ntf51822, what is the softdevice and a HID SDK that can be used as a start point?
Thanks
Hi,
I want to send ASCII characters with ntf51822, what is the softdevice and a HID SDK that can be used as a start point?
Thanks
You can download the newest SoftDevice S110 (version 8.0.0) here: www.nordicsemi.com/.../nRF51422
You can download the newest SDK (version 8.1.0) here: developer.nordicsemi.com/ which contains a HID keyboard example.
The HID keyboard example is documented here: developer.nordicsemi.com/.../a00073.html
Just to check --- are you trying to interact with another device that is already expecting the HID service? If you are creating both sides of the communication (like writing a mobile app and designing the hardware), you can just use a simpler custom service and send any sort of data you'd like (including ASCII characters).
HID is ideal if you are working with a device that already supports the HID service at the OS layer. For example, with newer versions of Android you can use HID over BLE in place of a traditional bluetooth keyboard (See devzone.nordicsemi.com/.../).
Hi, But my device is nrf51822 xxac, there are no HID sdk template of S110(v 8) that is used for my board.
It is only for nRF51422
You can use the nRF51422 examples for nRF51822. The two chips are identical only that nRF51822 does not support ANT.
So what i need to change at keil for define my chip nrf51822 xxac? linker?Libaries? Thanks.