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

17 examples

  • host_bluedroid_ble_compatibility_test
    This example tests Bluetooth compatibility with mobile phones, modified to work with ESP-Hosted. It runs on the ESP32-P4 Dev Board, acting as the BT…
    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
    This example demonstrates the use of ESP-Hosted as a Bluetooth Host, utilizing the HCI interface to the BT Controller. It is based on modifications…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address of a BLE device, which, when run, will appear as a `Bluedroid_Beacon` in BLE scanner…
    7.47 KB
  • host_gpio_expander
    This example demonstrates how to use the ESP-Hosted solution to control the GPIOs of the slave (co-processor) from the host MCU. It details the…
    2.89 KB
  • host_hosted_events
    This host example utilizes ESP-Hosted events for detecting co-processor resets or hangs, enabling reinitialization to restore connectivity. It is…
    11.69 KB
  • host_network_split__power_save
    This example demonstrates the integration of **Network Split** and **Host Deep Sleep** features on ESP-Hosted devices. It allows the host MCU to…
    17.43 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example showcases a BLE Peripheral using a custom UART transport on ESP32 devices. It requires disabling the default UART transport in the…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example uses the Bluetooth Hosted HCI transport provided by ESP-Hosted, enabling BLE functionality. The Bluetooth controller is disabled and…
    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, allowing for slave firmware updates through the existing ESP-Hosted connection (SDIO/SPI/UART)…
    36.98 KB
  • host_sdcard_with_hosted
    This example demonstrates how to use an SD card on an ESP32-P4 dev board with ESP-Hosted using SDIO communication with an on-board ESP32-C6. It…
    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 it down when idle and waking it up on demand. It…
    7.28 KB
  • host_transport_config
    This example demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization, including getting 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. DPP…
    6.26 KB
  • host_wifi_itwt
    This example shows how to use itwt (Instantaneous Target Wake Time) of WiFi, which only works in station mode and requires an AP that supports this…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates slave firmware that provides Wi-Fi and Bluetooth connectivity to host MCUs using ESP32 series co-…
    466.57 KB