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

14 examples

  • host_bluedroid_ble_compatibility_test
    This example is for testing 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 the Classic Bluetooth HID profile APIs, simulating 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. The example includes modifications to support ESP-Hosted HCI interface,…
    6.14 KB
  • host_bt_controller_mac_addr
    This example shows how to change the MAC Address for a BLE Scanner, which will display a device named `Bluedroid_Beacon` with the assigned MAC…
    7.47 KB
  • host_network_split__power_save
    This example demonstrates the combined use of **Network Split** and **Host Deep Sleep** in an ESP-Hosted system. Network Split allows the host MCU to…
    17.42 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example demonstrates a BLE Peripheral using a custom UART transport on the ESP32 platform. It provides guidance on configuring the project for…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example demonstrates the use of the Bluetooth Hosted HCI transport provided by ESP-Hosted. It guides users in configuring the Bluetooth…
    13.26 KB
  • host_peer_data_transfer
    This example demonstrates how to send and receive raw binary data between a host device and a coprocessor, allowing direct data transmission without…
    5.73 KB
  • host_performs_slave_ota
    This example demonstrates **ESP-Hosted Transport OTA**, enabling firmware updates for a slave device through an existing ESP-Hosted connection…
    34.69 KB
  • host_sdcard_with_hosted
    This example demonstrates using an SD card on an ESP32-P4 board while ESP-Hosted communicates with the on-board ESP32-C6 via SDIO. It initializes the…
    12.44 KB
  • host_transport_config
    This example demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) prior to initialization, allowing for customization of…
    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 (implicit transmit opportunity Wi-Fi) in station mode, requiring the AP to support itwt capability. Itwt can…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates the slave firmware that enables host MCUs to utilize Wi-Fi and Bluetooth capabilities via ESP32 co-…
    457.80 KB