Search found 101 matches
- Fri Jul 24, 2026 3:16 pm
- Forum: General Discussion
- Topic: Request times vary by 100ms on server, client send them every 256 ms
- Replies: 5
- Views: 134
Re: Request times vary by 100ms on server, client send them every 256 ms
I had the power savings disabled in AP mode which was not needed and but not in station mode where I needed it. That fixed a lot of the delays. I ran into another problem though. When the baby monitor was running, if I stopped and started a youtube video it would introduce a delay (only when ...
- Fri Jul 24, 2026 3:07 pm
- Forum: General Discussion
- Topic: Hello, I am new into robotics and looking for books
- Replies: 3
- Views: 41
Re: Hello, I am new into robotics and looking for books
If you think a blinking led is boring then at least you have a starting place.
I would recommend going through the examples that come with the esp32 whether its esp-idf or arduino framework.
Choose example that you think might help with your project. Use AI or google what you don't know or have ...
I would recommend going through the examples that come with the esp32 whether its esp-idf or arduino framework.
Choose example that you think might help with your project. Use AI or google what you don't know or have ...
- Sun Jul 05, 2026 3:38 pm
- Forum: General Discussion
- Topic: Request times vary by 100ms on server, client send them every 256 ms
- Replies: 5
- Views: 134
Re: Request times vary by 100ms on server, client send them every 256 ms
So the latency is coming from my home network and not the esp32 code. I figured that out by using the esp32 in ap mode and then pinged it from my pc. The numbers were much better. That isolates the esp32 stack from my home network.
- Sat Jul 04, 2026 12:14 am
- Forum: General Discussion
- Topic: Request times vary by 100ms on server, client send them every 256 ms
- Replies: 5
- Views: 134
Re: Request times vary by 100ms on server, client send them every 256 ms
The interval between requests from the client as seen in the server handler. The client request (at the client) are 256 msecs apart all the time. But the server sees the request (in the handler on the server) at an alternating 205 and 309 msecs. So i am expecting the server to log the request fairly ...
- Wed Jul 01, 2026 3:18 pm
- Forum: General Discussion
- Topic: Request times vary by 100ms on server, client send them every 256 ms
- Replies: 5
- Views: 134
Request times vary by 100ms on server, client send them every 256 ms
Using an esp32 v5.5 esp-idf audio server to web client
working on an audio project where i am getting request every 256 msecs from the client for data.
i am using an i2 interrupt driven task to read samples from the i2s dma buffers so there no blocking.
The interrupt happens every 256 msecs. I am ...
working on an audio project where i am getting request every 256 msecs from the client for data.
i am using an i2 interrupt driven task to read samples from the i2s dma buffers so there no blocking.
The interrupt happens every 256 msecs. I am ...
- Wed Jan 14, 2026 1:38 am
- Forum: IDEs for ESP-IDF
- Topic: Which IDE Do You Use for ESP-IDF? Please Vote
- Replies: 17
- Views: 15290
Re: Which IDE Do You Use for ESP-IDF? Please Vote
VS code but not the plugin
- Thu Sep 18, 2025 2:29 pm
- Forum: General Discussion
- Topic: Installation error setting up python virt environment
- Replies: 2
- Views: 1378
Re: Installation error setting up python virt environment
I did not have virtualenv installled in my system (new install linux mint) I did not have to use the option "break-system-packages".
After installing it worked. whats strange is i was installing a second version onto my system. The first install went fine.
Thank you very much for responding.
After installing it worked. whats strange is i was installing a second version onto my system. The first install went fine.
Thank you very much for responding.
- Tue Sep 16, 2025 6:27 pm
- Forum: General Discussion
- Topic: Installation error setting up python virt environment
- Replies: 2
- Views: 1378
Installation error setting up python virt environment
Setting up esp-idf using vsc extenstion in visual studio code.
I need to have two versions of esp-idf installed.
First version 5.xx set up without errors.
Trying to install version 4.4.8 and the installer chokes on setting up virtual environment.
The error i get is shown below. I tried pointing it ...
I need to have two versions of esp-idf installed.
First version 5.xx set up without errors.
Trying to install version 4.4.8 and the installer chokes on setting up virtual environment.
The error i get is shown below. I tried pointing it ...
- Fri Aug 29, 2025 1:48 pm
- Forum: ESP-IDF
- Topic: Can i point the websocket payload to another memory location ?
- Replies: 2
- Views: 139
Re: Can i point the websocket payload to another memory location ?
Yes, that was the problem.
Thank you.
Thank you.
- Wed Aug 27, 2025 3:27 pm
- Forum: ESP-IDF
- Topic: Not able to provision esp32
- Replies: 0
- Views: 245
Not able to provision esp32
Hello developers,
I am not able to to provision my esp32.
I am using the esp-idf provisioning example as a starting point.
I am using security 2 in dev mode.
Getting the error: security2: failed to authenticate client proof! (which appears on the console)
Using the esp_prov tool I generate the ...
I am not able to to provision my esp32.
I am using the esp-idf provisioning example as a starting point.
I am using security 2 in dev mode.
Getting the error: security2: failed to authenticate client proof! (which appears on the console)
Using the esp_prov tool I generate the ...