Nimble WIP - woot! basic device API works now

This commit is contained in:
geeksville
2020-07-22 15:44:45 -07:00
parent 00cf3a768e
commit c5df1bc885
4 changed files with 40 additions and 29 deletions

View File

@@ -4,13 +4,9 @@ You probably don't care about this section - skip to the next one.
Nimble tasks:
- Nimble getting started https://espressif-esp-idf.readthedocs-hosted.com/zh_CN/release-v3.3/api-reference/bluetooth/nimble/index.html#overview? could it work with arduino esp-idf 4.2
- implement nimble device api
- setup advertising https://mynewt.apache.org/latest/tutorials/ble/bleprph/bleprph-sections/bleprph-gap-event.html
- add security (at least bonding)
- make notify work
- test with app
- remove unsecured read/write access
- restart advertising after client disconnects
- restart advertising after client disconnects (confirm this works if client goes out of range)
- make sleep work
- check BLE handle stability
- apply nimble RPA patches