1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/nimble_esp_wifi_coexist
Marian Buschsieweke edc43201db
tree-wide: fix typos in doc and comments
This should not change any generated binary
2023-10-16 12:17:48 +02:00
..
main.c tests: move nimble_* tests to tests/pkg 2023-05-12 11:24:59 +02:00
Makefile treewide: fix path to external_board_dirs test in doc 2023-05-13 18:31:05 +02:00
README.md tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02: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

Compile 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.