Search found 3 matches
- Sun Apr 09, 2017 11:51 pm
- Forum: Report Bugs
- Topic: FreeRTOS, unable to data transfer between stations in the soft-AP mode
- Replies: 5
- Views: 5357
Re: FreeRTOS, unable to data transfer between stations in the soft-AP mode
yes, master branch
- Tue Mar 28, 2017 9:39 pm
- Forum: Report Bugs
- Topic: FreeRTOS, unable to data transfer between stations in the soft-AP mode
- Replies: 5
- Views: 5357
Re: FreeRTOS, unable to data transfer between stations in the soft-AP mode
ESP_Faye wrote:Hi,
What do you mean about "stations can't talk each other"? Is it UDP transmission? Is it broadcast?
Hello,
UDP unicast transmission.
- Fri Mar 10, 2017 7:29 pm
- Forum: Report Bugs
- Topic: FreeRTOS, unable to data transfer between stations in the soft-AP mode
- Replies: 5
- Views: 5357
FreeRTOS, unable to data transfer between stations in the soft-AP mode
Hello, I want to connect 3 ESP boards in station mode to the ESP board in AP mode. And connect from linux to the ESP AP board too. Testing this configuration I've found that stations can't talk each other, only to AP. If I run simple Arduino sketch on AP board, all stations can talk each other. Free...