Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finger563/nimble-cpp-hid-issue-example
Simple repo for reproducing the HID issue in esp-nimble-cpp at 758c4d0471cca8a00c8652aac2e16940ecb30cb3
https://github.com/finger563/nimble-cpp-hid-issue-example
Last synced: 5 days ago
JSON representation
Simple repo for reproducing the HID issue in esp-nimble-cpp at 758c4d0471cca8a00c8652aac2e16940ecb30cb3
- Host: GitHub
- URL: https://github.com/finger563/nimble-cpp-hid-issue-example
- Owner: finger563
- License: mit
- Created: 2024-10-01T13:07:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T13:00:33.000Z (3 months ago)
- Last Synced: 2024-12-31T22:09:06.130Z (11 days ago)
- Language: C++
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example showing HID bug with esp-nimble-cpp
This repository serves as a reproducible example illustrating the bug of HID
service not working properly in
[esp-nimble-cpp](https://github.com/h2zero/esp-nimble-cpp) at commit
[758c4d0](https://github.com/h2zero/esp-nimble-cpp/commit/758c4d0471cca8a00c8652aac2e16940ecb30cb3).## Cloning
Since this repo contains a submodule, you need to make sure you clone it
recursively, e.g. with:``` sh
git clone --recurse-submodules https://github.com/finger563/nimble-cpp-hid-issue-example
```Alternatively, you can always ensure the submodules are up to date after cloning
(or if you forgot to clone recursively) by running:``` sh
git submodule update --init --recursive
```## Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```(Replace PORT with the name of the serial port to use.)
(To exit the serial monitor, type ``Ctrl-]``.)
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
## Output
Example screenshot of the console output from this app: