I want to use the nRF24LU1+ for a project where it will be a HID usb dongle. But I dont get which tools I need to make it. The KIT DEVELOPMENT NRF24LU1+ work for it?
Thanks
I want to use the nRF24LU1+ for a project where it will be a HID usb dongle. But I dont get which tools I need to make it. The KIT DEVELOPMENT NRF24LU1+ work for it?
Thanks
You can check out Nordic's nRFReady Desktop reference design(s) which includes a sample HID USB dongle project that supports mouse/keyboard/remote functionalities.
www.nordicsemi.com/.../nRFready-Desktop or www.nordicsemi.com/.../nRFready-Desktop-2-Reference-Design
Project can be built using Keil's toolchain for 8051 mcu.
jing
As what run_ar had mentioned, you can program it over the USB port. Blank lu1p ic from Nordic comes with a bootloader. nRFGo Studio (sw tool) shall be able to detect the dongle running the bootloader code on your first plug-in.
See section 17.6 "Flash programming through USB" of nRF24LU1P Product Specs.
Please make sure
jing
As what run_ar had mentioned, you can program it over the USB port. Blank lu1p ic from Nordic comes with a bootloader. nRFGo Studio (sw tool) shall be able to detect the dongle running the bootloader code on your first plug-in.
See section 17.6 "Flash programming through USB" of nRF24LU1P Product Specs.
Please make sure
jing