Search found 7 matches
- Tue Feb 18, 2020 12:23 pm
- Forum: General Discussion
- Topic: ESP AP multicasts loss
- Replies: 2
- Views: 3365
Re: ESP AP multicasts loss
Hi, Thanks for the reply. The answers for your questions are: 1. I sent few hundreds of messages. One every second. 2. The packets were about 30 bytes. 3. sendto() never returned an error. 4. 90% of the packets are lost, and I didn't succeed to find any pattern. It would be great if someone has some...
- Mon Jan 06, 2020 11:58 am
- Forum: General Discussion
- Topic: ESP AP multicasts loss
- Replies: 2
- Views: 3365
ESP AP multicasts loss
Hi, I want to send UDP multicasts from ESP32 AP to a mobile phone. I used the udp_multicast example and changed it to AP, but a lot of multicast messages from the AP to the phone were lost (from the phone to the AP it works fine). I saw on another topic that Wi-Fi modem sleep should be disabled, but...
- Thu Apr 04, 2019 6:44 am
- Forum: ESP-IDF
- Topic: Disable echo in esp-at project
- Replies: 0
- Views: 2376
Disable echo in esp-at project
Hi,
I use the esp-at v1.2 project and I want to turn off the echo.
I know there's a special command for this - ATE0, but I would like to do it hard coded.
How do I do that?
Thanks!
I use the esp-at v1.2 project and I want to turn off the echo.
I know there's a special command for this - ATE0, but I would like to do it hard coded.
How do I do that?
Thanks!
- Mon Apr 01, 2019 7:53 am
- Forum: ESP-IDF
- Topic: Can't flash my ESP
- Replies: 1
- Views: 3298
Can't flash my ESP
Hi, I use esp-at v1.2 project with SparkFun ESP32 Thing, I made some changes in the project and now I can't flash my ESP: - Changed at_port_write_data() in at_uart_task.c in order to send AT commands with break - Changed Bootloader log verbosity to no_output - Changed Uart for console output to none...
- Wed Mar 06, 2019 2:56 pm
- Forum: ESP-IDF
- Topic: esp-at v1.2 with SparkFun ESP32 Thing
- Replies: 1
- Views: 3086
esp-at v1.2 with SparkFun ESP32 Thing
Hi, I want to flash esp32-at project to my SparkFun ESP32 Thing board. I matched the uart settings to my board - UART0, RX (GPIO1), TX (GPIO3), RTS (GPIO22), CTS (GPIO19), and flashed version 1.2 successfully, but didn't get READY in my terminal (I use HyperTerminal). In addition, I downloaded ESP32...
- Wed Mar 06, 2019 2:27 pm
- Forum: ESP-IDF
- Topic: esp32-at wifi access point web server very slow
- Replies: 3
- Views: 5520
Re: esp32-at wifi access point web server very slow
I didn't capture the packets yet, how do you think I should do it? with Wireshark?
Do you want me to capture it on the phone or on the computer?
We also try to use WiFi Analyzer application on the phone...
What do you think can cause that type of problems?
Do you want me to capture it on the phone or on the computer?
We also try to use WiFi Analyzer application on the phone...
What do you think can cause that type of problems?
- Mon Mar 04, 2019 10:54 am
- Forum: ESP-IDF
- Topic: esp32-at wifi access point web server very slow
- Replies: 3
- Views: 5520
esp32-at wifi access point web server very slow
Hi, I use the esp32-at repository's web server example ( https://github.com/espressif/esp32-at/tree/master/example/at_http_webserver ). I flashed it on my esp32 chip and tried to connect to it, using Samsung Galaxy S8. The web server works and most of it's functionalities work, however there are a l...