You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

morsemicro/halow

2.11.2-esp32-2

Pre-release
uploaded 6 days ago
Morse Micro HaLow WLAN component for esp32

7 examples

  • dual_if
    This example runs two interfaces simultaneously: the ESP's native Wi-Fi as a SoftAP hosting an HTTP server and the Wi-Fi HaLow interface as a station.
    6.26 KB
  • iperf
    An adaption of ESP32 iperf REPL to test Wi-Fi HaLow throughput via UDP/TCP RX/TX tests.
    3.81 KB
  • porting_assistant
    Self-test tool for bringing up a new platform, running a sequence of OSAL, HAL, and hardware tests with reporting.
    19.80 KB
  • scan
    Initializes the Wi-Fi HaLow interface and performs a single shot scan, printing each discovered AP's details.
    2.50 KB
  • softap
    Starts a Wi-Fi HaLow SoftAP on a configurable S1G channel using SAE security when a passphrase is set.
    3.40 KB
  • sta_connect
    Connects to a Wi-Fi HaLow AP using SAE security and sends a UDP packet to confirm connectivity.
    3.34 KB
  • sta_reboot
    Stress test that repeats a boot, connect, send UDP, and deinit cycle (10 iterations) for validating power-up/teardown.
    3.64 KB