본문 바로가기

MCU/ESP32

ESP32: ESP-BLE-MESH # Bluetooth

728x90
반응형

ESP-BLE-MESH

  - BLE-MESH

    여러 기기들 간에, 허브를 통해서가 아닌 직접적인 ble 통신이 가능하도록 해준다.

    이런 네트워크 기술을 MESH라 하고, ble를 활용한 MESH라서 BLE-MESH라 한다. (cf: WiFi-MESH)

  - ESP32는 BLE-MESH를, ESP32에 맞게 사용하도록 ESP-BLE-MESH를 제공

https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/esp-ble-mesh/ble-mesh-index.html

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

728x90
반응형

'MCU > ESP32' 카테고리의 다른 글

ESP-IDF: idf.py --ccache build  (1) 2024.05.01
Bluetooth: GATT Server vs Client  (0) 2024.04.27
ESP32: RTC and Low power mode  (0) 2024.04.19
ESP32: NVS # Bluetooth # nvs_flash_init()  (0) 2024.04.12
ESP32 - ESP IDF # monitor  (0) 2024.03.21