最終更新:2022-04-11 (月) 08:06:12 (754d)  

ESP-IDF/examples
Top / ESP-IDF / examples

https://github.com/espressif/esp-idf/tree/master/examples

レイアウト

  • ESP-IDF/examples/bluetooth/bluedroid?: Classic BT, BLE and coex examples using default Bluedroid host stack.
  • ESP-IDF/examples/bluetooth/nimble?: BLE examples using NimBLE host stack.
  • ESP-IDF/examples/bluetooth/esp_ble_mesh: ESP BLE Mesh examples.
  • ESP-IDF/examples/bluetooth/hci?: HCI transport (VHCI and HCI UART) examples.
  • ESP-IDF/examples/build_system?: Examples of build system features.
  • ESP-IDF/examples/cxx?: C++ language utilization examples and experimental components.
  • ESP-IDF/examples/ethernet?: Ethernet network examples.
  • ESP-IDF/examples/get-started?: Simple examples with minimal functionality. Good start point for beginners.
  • ESP-IDF/examples/mesh?: Wi-Fi Mesh examples.
  • ESP-IDF/examples/network?: Examples related to general network environment, test & analysis.
  • ESP-IDF/examples/openthread?: OpenThread examples.
  • ESP-IDF/examples/peripherals?: Examples showing driver functionality for the various onboard ESP32 peripherals.
  • ESP-IDF/examples/protocols?: Examples showing network protocol interactions.
  • ESP-IDF/examples/provisioning?: Wi-Fi provisioning examples.
  • ESP-IDF/examples/security?: Examples about security features.
  • ESP-IDF/examples/storage?: Examples showing data storage methods using SPI flash, external storage like the SD/MMC interface and flash partitioning.
  • ESP-IDF/examples/system?: Demonstrates some internal chip features, or debugging & development tools.
  • ESP-IDF/examples/wifi?: Advanced Wi-Fi features (For network protocol examples, see protocols instead.)