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

13 examples

  • host_bluedroid_ble_compatibility_test
    This example is designed to test Bluetooth compatibility between devices, specifically using the ESP32-P4 Dev Board as the BT host connected to an…
    12.51 KB
  • host_bluedroid_bt_hid_mouse_device
    This example demonstrates the implementation of a Bluetooth HID device, specifically simulating a Bluetooth HID mouse that sends movement reports to…
    10.70 KB
  • host_bluedroid_host_only
    This example demonstrates a Bluetooth Host using ESP-Hosted as HCI IO to the BT Controller, modified from the bt_discovery example. It supports…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address of a Bluetooth controller and shows a `Bluedroid_Beacon` device with the assigned MAC address…
    7.47 KB
  • host_network_split__power_save
    This example demonstrates the integration of **Network Split** and **Host Deep Sleep** features in ESP-Hosted applications. The host MCU conserves…
    13.18 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example demonstrates how to use UART transport with BLE peripherals on ESP32 devices. It outlines project configuration steps, including…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example uses the Bluetooth Hosted HCI transport provided by ESP-Hosted. It requires disabling the Bluetooth controller and the default UART…
    13.26 KB
  • host_performs_slave_ota
    This example demonstrates ESP-Hosted Transport OTA, which allows for updating slave firmware through an 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 while ESP-Hosted communicates with the on-board ESP32-C6 via SDIO. It…
    12.44 KB
  • host_transport_config
    This example demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization. It provides details on supported…
    6.63 KB
  • host_wifi_easy_connect_dpp_enrollee
    This example demonstrates how to configure ESP devices as an enrollee using the Device Provisioning Protocol (DPP), also known as Wi-Fi Easy Connect.…
    6.26 KB
  • host_wifi_itwt
    This example shows how to use itwt (Interval Target Wake Time) of WiFi, which only works in station mode and requires AP support. It can operate…
    14.98 KB
  • slave
    This document details the ESP-Hosted MCU Slave Example, demonstrating how slave firmware provides Wi-Fi and Bluetooth connectivity to host MCUs via…
    446.06 KB