1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/nimble_esp_wifi_coexist
2023-02-17 15:32:03 +01:00
..
main.c tests: add NimBLE/esp_wifi coexistence test 2022-08-24 09:05:25 +02:00
Makefile tests/nimble_esp_wifi_coexists: fix deprecated shell_commands 2022-10-18 04:58:37 -04:00
README.md cpu/esp_common: use generic WIFI_SSID/WIFI_PASS defines 2023-02-17 15:32:03 +01:00

About

This application tests the coexistence of Bluetooth and WiFi interface. For that purpose it uses the NimBLE BLE stack as a scanner and the ESP32x WiFi interface simultaneously.

Usage

Comile and flash the application with command

CFLAGS='-DWIFI_SSID=\"myssid\" -DWIFI_PASS=\"mypass\"'
BOARD=esp32-wroom-32 make -C tests/nimble_esp_wifi_coexist flash term

Once the test application is flashed and the WiFi connection is established, ping the node from the host with command

sudo ping6 fe80::xxxx:xxxx:xxxx:xxxx%eth0 -i 0.01 -s 1280

to produce network load and execute the command scan on the node. The scan should still work.