Search found 4 matches
- Wed Dec 18, 2019 12:00 pm
- Forum: ESP-IDF
- Topic: Include Extended Advertising Functionality of NimBLE
- Replies: 1
- Views: 4542
Include Extended Advertising Functionality of NimBLE
In the source code of NimBLE, there is a set of extended functionality for advertisement which is controlled by the MYNEWT_VAL_BLE_EXT_ADV preprocessor flag (including 'ble_gap_ext_adv_start()' and 'ble_gap_ext_adv_configure()' functions). However, this flag is turned off by default and there is no ...
- Mon Jun 24, 2019 1:11 pm
- Forum: ESP-IDF
- Topic: Broken Installation link for Windows Toolchain Preview
- Replies: 0
- Views: 1947
Broken Installation link for Windows Toolchain Preview
The installation link at this forum post viewtopic.php?t=7400#p41667 for Windows preview toolchain (GCC 8.2) is broken.
- Sun Jan 13, 2019 2:35 pm
- Forum: ESP-IDF
- Topic: WRITE_PERI_REG vs REG_WRITE
- Replies: 2
- Views: 9149
Re: WRITE_PERI_REG vs REG_WRITE
I had the same thought but couldn't find any answer.
I hope someone will shade light on this question.
I hope someone will shade light on this question.
- Tue Dec 25, 2018 1:37 pm
- Forum: ESP-MDF
- Topic: Help running the manual_networking example
- Replies: 4
- Views: 14087
Help running the manual_networking example
I am looking for help to run the manual_networking example on latest SDK (v3.3-beta1-132-gdb8bc3e). The leaf node cannot find the root node and throws an exception instead. First I tried to run the example with MESH_SET_ROOT on the root esp module. During this, I faced one issue connecting to the ro...