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

15 examples

  • host_bluedroid_ble_compatibility_test
    This example is designed to test Bluetooth compatibility between mobile phones and ESP32 hosts, specifically using the ESP-Hosted implementation. It…
    12.51 KB
  • host_bluedroid_bt_hid_mouse_device
    This example demonstrates the implementation of a Bluetooth HID device using the Classic Bluetooth HID profile. It simulates a Bluetooth HID mouse…
    10.70 KB
  • host_bluedroid_host_only
    This example demonstrates how to use ESP-Hosted as an HCI IO for the Bluetooth Controller on ESP32, modified from the bt_discovery example. It…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address of a BLE device, allowing it to appear as `Bluedroid_Beacon` when scanned. It can be run with…
    7.47 KB
  • host_hosted_events
    This example demonstrates the use of ESP-Hosted events to detect when the co-processor has reset or malfunctioned, enabling the reinitialization of…
    11.69 KB
  • host_network_split__power_save
    This example demonstrates the use of **Network Split** and **Host Deep Sleep** in ESP-Hosted systems, allowing the host MCU to conserve power while…
    17.42 KB
  • host_nimble_bleprph_host_only_uart_hci
    The BLE Peripheral Example demonstrates using a custom UART transport on ESP32 devices, requiring the controller to be disabled and default settings…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example uses the Bluetooth Hosted HCI transport provided by ESP-Hosted, where the Bluetooth controller is disabled and the default UART…
    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 for direct data transmission…
    5.73 KB
  • host_performs_slave_ota
    This example demonstrates ESP-Hosted Transport OTA, allowing firmware updates for a slave device through an existing ESP-Hosted connection…
    36.98 KB
  • host_sdcard_with_hosted
    This example demonstrates how to use an SD card on an ESP32-P4 dev board while using ESP-Hosted for communication with the ESP32-C6. It includes…
    12.44 KB
  • host_transport_config
    Demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization. This example shows how to get default…
    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 of wifi, which only works in station mode and requires an AP that supports it. It can operate under different…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates the slave firmware that allows host MCUs to use Wi-Fi and Bluetooth connectivity through ESP32 series…
    458.46 KB