Search found 2 matches
- Sat Oct 11, 2025 9:13 pm
- Forum: General Discussion
- Topic: BLE peripheral examples disconnect immediately after connecting
- Replies: 0
- Views: 923
BLE peripheral examples disconnect immediately after connecting
I'm trying to run some basic BLE operations... and I found even the example apps bleprph, blehr, and NimBLE_Connection are not working correctly. The code is not modified (other than some start up logs), I'm using an esp32c6 and am able to see the broadcast in the nRF app. However, when I try to ...
- Thu Oct 02, 2025 5:55 am
- Forum: General Discussion
- Topic: git via ssh in idf_component.yml
- Replies: 0
- Views: 1612
git via ssh in idf_component.yml
Can anyone tell me if idf_component.yml supports dependencies in a git repository that is only accessible via ssh? I see in the examples either local git repositories or http repositories. I tried specifying a repo using the syntax ssh://user@host/repository , but that gives me the following error ...