15 lines
1.1 KiB
Markdown
15 lines
1.1 KiB
Markdown
# README
|
|
|
|
This is a project aimed to create a HID dongle for my Filco Minila bluetooth keyboard. I love this keyboard, but it cannot be used during BIOS, and will have some connection issue. I would love to create a HID dongle for this keyboard only.
|
|
|
|
This dongle is created out of nRF52840 dongle from nordic
|
|
|
|
Note: When using nRF Connect app on linux. Remember to open AppImage using sudo, as it require access to usb.
|
|
|
|
Reference:
|
|
* [The nRF52840 USB Dongle Tutorial (Part 1)](https://www.novelbits.io/nrf52840-usb-dongle-tutorial-1/)
|
|
* [nRF52840 Dongle Programming Tutorial](https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial)
|
|
* [Nordic Semiconductor: Programming the nRF52840 Dongle](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nc_programmer%2FUG%2Fnrf_connect_programmer%2Fncp_programming_dongle.html)
|
|
* [Docker for nRF52840](https://hub.docker.com/r/hardwario/gcc-arm-embedded-nrf52)
|
|
|
|
Update on 2020-02-14: This project is currently paused. As testing shows that nRF52840 USB Dongle cannot detect the Filco minila air. So, I have to go back to raspberry pi zero w. |