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
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
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.
You can choose the device under the "Device" tab in Options in Keil. Now the target settings will be overwritten, so you need to set the right IROM and IRAM settings again. see here: devzone.nordicsemi.com/.../