The wifi module MS11SF1 has two UART interfaces and debugs the official firmware,
which can be configured for BLE pass-through or WiFi pass-through by using AT commands.
AT firmware with up to 3 slaves by default.
You can use the Flash download tool, choose ESP32C3 as the chip, and debug the existing firmware; The tool can be downloaded from the MInewSemi official website.
Yes,it can. Both BLE and WiFi can use the same antenna, with the command: AT+RFPOWER to set the transimission power.
You can use the Flash download tool, and choose the chipset ESP32C3 , and debug the existing firmware. And the tool can be downloaded from MinewSemi official website.
Yes, it can. BLE and WiFi use the same antenna, with the command: you can use AT+RFPOWER to set the transmitting power.
Additional data packets that need to be broadcast can be broadcast via the AT+BLESCANRSPDATA command.
By default, UART0 (TX: GPIO21, RX: GPIO20) is used for debuging programs;
UART1 (TX: GPIO7, RX: GPIO6) is used for AT command communication.