2025-10-10 16:07:00 +08:00

42 lines
969 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ProjectWi-Fi Repeater Project
## Introduction
Repeater, is the middle of the continuation, the extension of the extension of the meaning.
The main role of wireless repeater is to extend the WiFi signal, after the extension of WiFi,
so that the original coverage of WiFi places can not have WiFi, free of wiring troubles.
The two wireless routers are bridged together to achieve full coverage of WiFi signals.
* Run the demo as station mode and join the target AP
```sh
sta ssid password
```
```
cmd: ap bk_test
cmd: sta bk_test
## Special Macro Configuration Description
```
CONFIG_WIFI_CLI_ENABLE=y // support wifi cli enable
CONFIG_IPERF_TEST=y // support wifi iperf test
CONFIG_CLI=y // support cli enable
```
## Complie Command:
```sh
make bk7236 PROJECT=wifi/repeater
make bk7256 PROJECT=wifi/repeater
make bk7258 PROJECT=wifi/repeater
```
(Note: all-app.bin located in `armino/build/repeater/bk7256` )