Search found 4 matches

by abulafi
Wed Dec 18, 2019 12:00 pm
Forum: ESP-IDF
Topic: Include Extended Advertising Functionality of NimBLE
Replies: 1
Views: 3938

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 ...
by abulafi
Mon Jun 24, 2019 1:11 pm
Forum: ESP-IDF
Topic: Broken Installation link for Windows Toolchain Preview
Replies: 0
Views: 1727

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.
by abulafi
Sun Jan 13, 2019 2:35 pm
Forum: ESP-IDF
Topic: WRITE_PERI_REG vs REG_WRITE
Replies: 2
Views: 8169

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.
by abulafi
Tue Dec 25, 2018 1:37 pm
Forum: ESP-MDF
Topic: Help running the manual_networking example
Replies: 4
Views: 12891

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...