ESP32C6 how to improve the wifi connection distance
Posted: Tue Jul 02, 2024 3:31 am
- Hello all,
- i am new to ESPRESSIF Wifi module. I am using ESP32-MINI-01 module with PC/Chip using AT commands in my project.
- The main application scenario of my project is biased towards real-time data transmission.
- The process of using it all went smoothly.
- However, when testing the distance, it was found that the data transmission would be stuck at a distance of more than 6m.
- I tried to use the AT command(AT+RFPOWER=80) to change the transmit power, but the test effect was still mediocre after modification.
- please give me some advice to solve this problem.