https://github.com/nicell/zephyr-webhid
https://github.com/nicell/zephyr-webhid
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicell/zephyr-webhid
- Owner: Nicell
- License: mit
- Created: 2021-04-06T22:13:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T06:49:09.000Z (about 5 years ago)
- Last Synced: 2025-03-23T22:38:58.375Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Running this Project:
1. `west build -b nrf52840dk_nrf52840` inside `zephyr-app`
2. `west flash with nRF52840 DK` plugged into the usb on the narrow side (J-Link side)
3. After flash plug in nRF52840 DK on wide side (actual nRF52840 usb)
4. `npm i -g serve` to install the serve utility
5. Move to the `web` directory and run `serve`
6. Open up the generated link, open devtools, click the connect button, select and open the `WebHID Example`
7. Now on press of "Button 1" of the nRF52840 DK, you should get console logs describing what's happening and the LEDs should update on the dk