uploaded 2 months ago
ESP-Hosted-MCU provide drivers to act any ESP chipset as Wi-Fi or Bluetooth co-processor.

12 examples

  • host_bluedroid_ble_compatibility_test
    This example is designed to test Bluetooth compatibility with mobile phones using the ESP32-P4 Dev Board as the BT Host connected to an ESP32 co-…
    12.51 KB
  • host_bluedroid_bt_hid_mouse_device
    This example demonstrates how to implement a Bluetooth HID device using Classic Bluetooth HID profile APIs. It simulates a Bluetooth HID mouse that…
    10.70 KB
  • host_bluedroid_host_only
    This is a Bluetooth Host using ESP-Hosted as HCI IO to the BT Controller. It modifies the bt_discovery example, adding support for the ESP-Hosted HCI…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address of a Bluetooth controller. When executed, it can be detected as a `Bluedroid_Beacon` device,…
    7.47 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example demonstrates a BLE Peripheral using UART transport, requiring custom setup in the application. It involves disabling the default UART…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example demonstrates the Bluetooth Hosted HCI transport provided by ESP-Hosted, requiring the Bluetooth controller to be disabled and the…
    13.26 KB
  • host_performs_slave_ota
    This example demonstrates ESP-Hosted Transport OTA, allowing firmware updates for slave devices through the existing ESP-Hosted connection…
    31.38 KB
  • host_sdcard_with_hosted
    This example demonstrates how to use an SD card on an ESP32-P4 dev board with ESP-Hosted communicating via SDIO. It initializes ESP-Hosted and Wi-Fi,…
    12.44 KB
  • host_transport_config
    This example demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization. It includes details on transport…
    6.63 KB
  • host_wifi_easy_connect_dpp_enrollee
    This example shows how to configure ESP devices as an enrollee using the Device Provisioning Protocol (DPP), also known as Wi-Fi Easy Connect. DPP…
    6.26 KB
  • host_wifi_itwt
    This example shows how to use itwt of wifi, which only works in station mode and requires the AP to support it. Itwt can operate under different…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates how slave firmware provides Wi-Fi and Bluetooth connectivity to host MCUs using ESP32 series co-…
    116.17 KB