nicolaielectronics/esp-hosted-tanmatsu

2.12.3

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

19 examples

  • host_bluedroid_ble_compatibility_test
    This example tests Bluetooth compatibility using the ESP32-P4 Dev Board as the BT Host, connected to an ESP32 co-processor via SPI FD in Hosted HCI…
    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 a Bluetooth Host using ESP-Hosted as HCI IO to the BT Controller, modified from the bt_discovery example. It runs on the…
    6.14 KB
  • host_bt_controller_mac_addr
    This example demonstrates how to change the MAC Address of a BLE device using the ESP32. When executed, it should appear as a `Bluedroid_Beacon`…
    7.60 KB
  • host_gpio_expander
    This example demonstrates how to control the GPIOs of the slave (co-processor) from the host MCU using the ESP-Hosted solution, including…
    2.89 KB
  • host_hosted_cp_meminfo
    This example demonstrates how to enable a memory monitor on the ESP32 co-processor, allowing the host to query heap usage or receive periodic memory…
    11.73 KB
  • host_hosted_events
    This example demonstrates the use of ESP-Hosted events to manage co-processor connectivity, specifically for the ESP32-C6. It detects resets or hangs…
    11.68 KB
  • host_manage_copro_ext_coex
    This host side example demonstrates how to configure and use External Coexistence (EXT_COEX) in ESP-Hosted co-processor. The ESP co-processor's…
    4.17 KB
  • host_network_split__power_save
    This example demonstrates the use of ESP-Hosted features: **Network Split** for smart traffic routing, where the host handles important traffic and…
    17.68 KB
  • host_nimble_bleprph_host_only_uart_hci
    This example demonstrates a BLE (Bluetooth Low Energy) peripheral implementation using UART transport on ESP32 devices. It provides configuration…
    501.02 KB
  • host_nimble_bleprph_host_only_vhci
    This example demonstrates the use of the Bluetooth Hosted HCI transport provided by ESP-Hosted. It requires disabling the Bluetooth controller 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, enabling firmware updates for a slave device through an existing ESP-Hosted connection without…
    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. It initializes both ESP-Hosted and Wi-Fi, mounts…
    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 on demand. It…
    7.28 KB
  • host_transport_config
    This example demonstrates how to configure ESP-Hosted transport interfaces (SDIO, SPI, UART) before initialization, showcasing the default transport…
    6.63 KB
  • host_wifi_easy_connect_dpp_enrollee
    This example demonstrates how to set up ESP devices as an enrollee using the Device Provisioning Protocol (DPP), also known as Wi-Fi Easy Connect. It…
    6.26 KB
  • host_wifi_itwt
    This example shows how to use itwt (Instantaneous Target Wake Time) of WiFi, which operates only in station mode and requires AP support. Itwt…
    14.98 KB
  • slave
    The ESP-Hosted MCU Slave Example demonstrates how slave firmware allows host MCUs to leverage the Wi-Fi and Bluetooth capabilities of ESP32 series…
    159.85 KB