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 designed to test Bluetooth compatibility with mobile phones using the ESP32-P4 Dev Board as a BT Host and an ESP32 co-processor via…
    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, simulating a Bluetooth HID mouse that…
    10.70 KB
  • host_bluedroid_host_only
    ESP-IDF ESP-Hosted is a Bluetooth Host using ESP-Hosted as HCI IO to the BT Controller. This example, based on bt_discovery, modifies the setup to…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address of a BLE device, which will appear as a `Bluedroid_Beacon` in a BLE Scanner. You can also…
    7.47 KB
  • host_network_split__power_save
    This example demonstrates the integration of Network Split and Host Deep Sleep features on ESP-Hosted systems. Network Split smartly routes traffic…
    17.66 KB
  • host_nimble_bleprph_host_only_uart_hci
    The BLE Peripheral Example demonstrates how to use UART transport with custom application implementation for ESP32 controllers. It guides users…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example utilizes the Bluetooth Hosted HCI transport provided by ESP-Hosted, requiring the Bluetooth controller to be disabled and the default…
    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.73 KB
  • host_performs_slave_ota
    This example demonstrates **ESP-Hosted Transport OTA** - updating slave firmware **through the existing ESP-Hosted connection** (SDIO/SPI/UART)…
    31.38 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 for communication with the onboard ESP32-C6. It…
    12.44 KB
  • host_transport_config
    This example demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization. It showcases 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 (Target Wake Time) of Wi-Fi in station mode, which requires an access point that supports this capability. ITWT…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates the slave firmware that enables host MCUs to leverage Wi-Fi and Bluetooth connectivity through ESP32…
    457.88 KB