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

18 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 using the Classic Bluetooth HID profile APIs. It simulates a Bluetooth HID mouse…
    10.70 KB
  • host_bluedroid_host_only
    ESP-IDF ESP-Hosted is a Bluetooth Host utilizing ESP-Hosted as HCI IO to the Bluetooth Controller. This example demonstrates modifications from the…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address for the Bluedroid_Beacon device. By running this code, a BLE Scanner will identify a device…
    7.47 KB
  • host_gpio_expander
    This example demonstrates the use of the ESP-Hosted solution to control the GPIOs of a slave (co-processor) from a host MCU. It includes instructions…
    2.89 KB
  • host_hosted_cp_meminfo
    This example enables a memory monitor on an ESP32 co-processor, allowing the host to query heap usage, receive periodic memory reports, or get…
    11.73 KB
  • host_hosted_events
    This host example uses ESP-Hosted events to detect when the co-processor has reset or hanged, taking action to reinitialize ESP-Hosted for restoring…
    11.68 KB
  • host_network_split__power_save
    This example demonstrates the integration of 'Network Split' and 'Host Deep Sleep' features on ESP-Hosted devices, allowing the host MCU to conserve…
    17.68 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example demonstrates the use of the UART transport for BLE peripheral functionality on ESP32 chips. It provides a walkthrough for connecting an…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example uses the Bluetooth Hosted HCI transport provided by ESP-Hosted. The application requires the Bluetooth controller to be disabled and the…
    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 maximum control over data…
    5.72 KB
  • host_performs_slave_ota
    This example demonstrates ESP-Hosted Transport OTA, updating slave firmware through the existing ESP-Hosted connection (SDIO/SPI/UART) without…
    36.98 KB
  • host_sdcard_with_hosted
    This example demonstrates how to use an SD card on an ESP32-P4 development board with the ESP-Hosted framework communicating via SDIO. It initializes…
    12.44 KB
  • host_shuts_down_slave_to_power_save
    This example demonstrates host-side control of an ESP slave to reduce power consumption by shutting the slave down when idle and waking it up on…
    7.28 KB
  • host_transport_config
    This example demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization, including customizing parameters…
    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 works only in station mode and requires the AP to support itwt capabilities. It includes…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates firmware that allows host MCUs to leverage the Wi-Fi and Bluetooth functionalities of ESP32 series…
    474.08 KB