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 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, simulating a Bluetooth HID mouse that periodically sends movement reports to a…
    10.70 KB
  • host_bluedroid_host_only
    This is a Bluetooth Host using ESP-Hosted as HCI IO to the BT Controller, modified from the bt_discovery example. It supports ESP32-P4 Dev Board…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC address of a BLE device. When executed, a BLE scanner will display a device named 'Bluedroid_Beacon'…
    7.47 KB
  • host_nimble_bleprph_host_only_uart_hci
    The BLE Peripheral Example demonstrates the use of a custom UART transport application on ESP32 and compatible co-processors. It provides guidance on…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example uses the Bluetooth Hosted HCI transport provided by ESP-Hosted, requiring the Bluetooth controller and default uart-transport to be…
    13.26 KB
  • host_performs_slave_ota
    This example demonstrates ESP-Hosted Transport OTA, allowing slave firmware updates through an existing ESP-Hosted connection without extra hardware.…
    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 onboard 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 shows how to get the default…
    6.63 KB
  • host_wifi_easy_connect_dpp_enrollee
    This example shows how to configure ESP devices as an enrollee using Device Provisioning Protocol (DPP), also known as Wi-Fi Easy Connect. It…
    6.26 KB
  • host_wifi_itwt
    This example shows how to use the itwt feature of Wi-Fi, which operates only in station mode and requires an AP that supports it. It can function…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates firmware that allows host MCUs to leverage the Wi-Fi and Bluetooth capabilities of ESP32 series chips…
    429.29 KB