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

22 examples

  • host_bluedroid_ble_compatibility_test
    This example tests Bluetooth compatibility and mobile phones using ESP32 as a co-processor connected via GPIO with SPI FD.
    12.51 KB
  • host_bluedroid_bt_hid_mouse_device
    This example demonstrates how to implement a Bluetooth HID mouse device using Classic Bluetooth APIs, allowing it to send movement reports to a remote HID host.
    10.71 KB
  • host_bluedroid_host_only
    This example demonstrates using ESP-Hosted as HCI IO for a Bluetooth Host based on the ESP32-P4 Dev Board.
    6.15 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address for a BLE Scanner showing a 'Bluedroid_Beacon' device.
    7.62 KB
  • host_gpio_expander
    This example demonstrates using the ESP-Hosted solution to control GPIOs of a slave co-processor from a host MCU.
    2.90 KB
  • host_hosted_cp_meminfo
    This example enables a memory monitor on the co-processor to track heap usage, allowing for querying and reporting.
    11.75 KB
  • host_hosted_events
    This example uses ESP-Hosted events to detect co-processor resets or hangs, reinitializing connectivity as needed.
    11.71 KB
  • host_manage_copro_ext_coex
    This example shows how to configure and use External Coexistence in ESP-Hosted, allowing the host MCU to manage 2.4 GHz ISM band access between Wi-Fi and an external radio.
    4.54 KB
  • host_network_split__power_save
    This example demonstrates the integration of Network Split and Host Deep Sleep features, allowing an MCU to save power while maintaining a network connection.
    17.70 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example demonstrates using a UART transport with an ESP32 device for BLE peripheral functionality.
    501.03 KB
  • host_nimble_bleprph_host_only_vhci
    This example uses the Bluetooth Hosted HCI transport provided by ESP-Hosted to facilitate Bluetooth communication.
    13.27 KB
  • host_openthread_border_router
    This example demonstrates an OpenThread border router on a Host Processor communicating with an OpenThread RCP and Wi-Fi on an ESP-Hosted co-processor.
    8.65 KB
  • host_openthread_cli
    This example demonstrates an OpenThread CLI with features like iperf, running on ESP32-P4 and C6 co-processors.
    8.39 KB
  • host_peer_data_transfer
    This example demonstrates how to send and receive raw binary data between a host device and a coprocessor, providing maximum control over data format.
    6.43 KB
  • host_performs_slave_ota
    This example demonstrates ESP-Hosted Transport OTA, updating slave firmware through an existing ESP-Hosted connection without extra hardware.
    37.04 KB
  • host_sdcard_with_hosted
    This example demonstrates using an SD card on ESP32-P4 with ESP-Hosted via SDIO, featuring various file operations.
    12.46 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.
    7.30 KB
  • host_transport_config
    Demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization.
    6.66 KB
  • host_wifi_easy_connect_dpp_enrollee
    This example demonstrates configuring ESP devices as an enrollee using Device Provisioning Protocol (DPP), enabling secure onboarding to a network.
    6.28 KB
  • host_wifi_itwt
    This example shows how to use itwt of WiFi, which works in station mode and under different power save modes.
    14.99 KB
  • host_zigbee_thermostat
    This example demonstrates how to configure a Home Automation thermostat on a Zigbee Coordinator.
    14.60 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates the firmware providing Wi-Fi and Bluetooth connectivity to host MCUs via ESP32 co-processors.
    497.28 KB