baohongde 6fc4bf7145 components/bt: Fix link error of Kconfig 4 år sedan
..
main 2be77287b3 openthread: add iperf example for ot-network test 4 år sedan
tutorial a4d0033c03 esp_rom: extract common GPIO apis into esp_rom_gpio.h 5 år sedan
CMakeLists.txt 1abf5c861d examples: unify iperf component 4 år sedan
Makefile 1abf5c861d examples: unify iperf component 4 år sedan
README.md 37c1060462 docs: update both CN and EN vesion for WiFI Coexistence example 4 år sedan
README_CN.md 37c1060462 docs: update both CN and EN vesion for WiFI Coexistence example 4 år sedan
partitions.csv 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 år sedan
sdkconfig.ci.bluedroid 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host 5 år sedan
sdkconfig.ci.bluedroid_deinit 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host 5 år sedan
sdkconfig.ci.model 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host 5 år sedan
sdkconfig.ci.nimble 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host 5 år sedan
sdkconfig.ci.nimble_deinit 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host 5 år sedan
sdkconfig.defaults 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host 5 år sedan
sdkconfig.defaults.esp32c3 6fc4bf7145 components/bt: Fix link error of Kconfig 4 år sedan
sdkconfig.defaults.esp32s3 6fc4bf7145 components/bt: Fix link error of Kconfig 4 år sedan

README.md

Supported Targets ESP32

ESP-BLE-MESH and Wi-Fi Coexistence Example

This example is used to measure the maximum throughput value that Wi-Fi can achieve when ESP-BLE-MESH is provisioning, sending and receiving messages. Users can implement their own application scenarios based on the throughput value in this example. If users are not familiar with how to use ESP-BLE-MESH, please refer to ESP-BLE-MESH Node Example.

This example is divided into two main parts:

  • Wi-Fi Iperf protocol
  • ESP-BLE-MESH Fast Provisioning Server

For information on how to use the Iperf protocol for Wi-Fi, please refer to Wi-Fi Iperf README

When Wi-Fi Iperf is enabled, ESP-BLE-MESH can use fast provision for device provisioning. The node in this example contains one element that supports the following models:

  • Configuration Server model: This model is mainly for node configuration after the device joins the ESP-BLE-MESH network, such as relay, friend feature, NetKey, etc.
  • Configuration Client model: This model is used to get or set the configuration of other nodes, such as relay, friend feature, adding NetKey, etc.
  • Generic On/Off Server model: This model is mainly used to indicate the value of node's On/Off state, and different state values ​​determine the different states of the device (such as light on and off).
  • Generic On/Off Client model: This model controls the on/off of the device by setting the On/Off state of other nodes.
  • Fast Provision Server model: This model is a vendor server model implemented for fast provisioning. When the device is configured to join the network, it will temporarily act as a Provisioner for other devices; when the provisioning is completed, it will resume the node role and pass the addresses assigned to all nodes to the Fast Provision Client model through this model.
  • Fast Provision Client model: This model needs to be used together with the Fast Provision Server model to get all addresses assigned to the nodes by the Fast Provisioning Server.