uploaded 4 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 between the ESP32-P4 Dev Board acting as the BT Host and an ESP32 co-processor. It uses SPI…
    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 README describes a Bluetooth Host implementation using ESP-Hosted as the HCI IO to the Bluetooth Controller for ESP32-based devices. It includes…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address for the ESP32 Bluetooth controller. When executed, it allows a BLE Scanner to detect a device…
    7.47 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example demonstrates a BLE Peripheral using UART transport on ESP32, showcasing the setup and configuration required for both the host and co-…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example demonstrates the use of the Bluetooth Hosted HCI transport provided by ESP-Hosted, requiring the Bluetooth controller to be disabled. A…
    13.26 KB
  • host_performs_slave_ota
    This example demonstrates ESP-Hosted Transport OTA, allowing the update of slave firmware through the existing ESP-Hosted connection (SDIO/SPI/UART)…
    31.39 KB
  • host_sdcard_with_hosted
    This example demonstrates using 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) prior to initialization, showing both default…
    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 (intent-based wake time) of Wi-Fi, which only works in station mode and requires the AP to support it. Itwt can…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates the slave firmware that allows host MCUs to utilize Wi-Fi and Bluetooth capabilities of ESP32 series…
    429.16 KB