Search found 7 matches

by Anton Ost
Thu Mar 10, 2022 1:57 pm
Forum: Hardware
Topic: esp32-s3-wroom-1 PCB antenna gain
Replies: 1
Views: 2227

Re: esp32-s3-wroom-1 PCB antenna gain

The PCB antenna used on ESP-WROOM-02 is a Meandered Inverted F Antenna (MIFA) for the
2.4G Wi-Fi band with an antenna gain of 2 dBi.
The same antenna here.
So i answered my question by myself.
by Anton Ost
Wed Mar 09, 2022 4:35 pm
Forum: Hardware
Topic: esp32-s3-wroom-1 PCB antenna gain
Replies: 1
Views: 2227

esp32-s3-wroom-1 PCB antenna gain

Hello. What is the gain of esp32-s3-wroom-1 PCB antenna?
by Anton Ost
Mon Jan 17, 2022 4:44 pm
Forum: Hardware
Topic: esp_ota_write() speed
Replies: 1
Views: 2155

Re: esp_ota_write() speed

I found the problem. I cut data to chunks of 4k and it works fine.
by Anton Ost
Mon Jan 17, 2022 4:01 pm
Forum: Hardware
Topic: esp_ota_write() speed
Replies: 1
Views: 2155

esp_ota_write() speed

I made a firmware updater inside my device and got very poore speed of firmware writing. It takes 28 minuts to write 1.3 MB from memory to flash inside esp32s3.
Is it OK or i can make the speed normal?
by Anton Ost
Wed Jan 05, 2022 9:03 am
Forum: Hardware
Topic: ESP32S3 USB RX issue
Replies: 4
Views: 3957

Re: ESP32S3 USB RX issue

I made some tets code. And got 70 seconds for receiving 1 MB of data and 2.5 second of transferring 1 MB of data.
by Anton Ost
Wed Jan 05, 2022 8:59 am
Forum: Hardware
Topic: ESP32S3 USB RX issue
Replies: 4
Views: 3957

Re: ESP32S3 USB RX issue

But i made 4096 bytes of tx buffer size and its works fine.
by Anton Ost
Wed Jan 05, 2022 8:44 am
Forum: Hardware
Topic: ESP32S3 USB RX issue
Replies: 4
Views: 3957

ESP32S3 USB RX issue

Hello. I am working with ESP32S3 USB virtual com port and trying to increase size of RX transfer buffer size. Right now its only 64 byte and speed of transfer is very low. I set TX buffer to 4096 and its much much more faster. I tryed to change CDC FIFO size of TX channel, Largest size (in bytes) of...