Search found 2 matches

by TerenceLiu
Tue Jul 02, 2024 3:31 am
Forum: ESP-AT
Topic: ESP32C6 how to improve the wifi connection distance
Replies: 1
Views: 3279

ESP32C6 how to improve the wifi connection distance

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 wa...
by TerenceLiu
Thu May 30, 2024 9:14 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32C6 wifi例程使用问题
Replies: 0
Views: 719

ESP32C6 wifi例程使用问题

测试ESP-IDF ESP32C6过程中,在IDF的wifi station例程上使用wifi初始化,wifi连接事件完成后开始调用lwip上的接口创建socket连接。socket发送数据时完全没问题的,但是创建线程调用recvform接收数据发现一直被阻塞,现在怀疑是wifi event的回调函数占用了CPU导致接收线程被阻塞了。请问有什么比较好的解决方法吗?