Search found 3529 matches

by WiFive
Mon Mar 21, 2022 10:46 pm
Forum: ESP-IDF
Topic: uart_set_baudrate sets incorrect baud rate
Replies: 1
Views: 1604

Re: uart_set_baudrate sets incorrect baud rate

approximation is to be expected due to divider and clock frequency limitations
by WiFive
Mon Mar 21, 2022 6:00 pm
Forum: ESP-IDF
Topic: WPA2 Enterprise Not connecting
Replies: 3
Views: 1991

Re: WPA2 Enterprise Not connecting

I think you would have to turn wpa debugging on to see that line
by WiFive
Mon Mar 21, 2022 5:58 pm
Forum: ESP-IDF
Topic: Updating via OTA from non-encrypted to encrypted version
Replies: 1
Views: 1165

Re: Updating via OTA from non-encrypted to encrypted version

You can technically update the bootloader and partition table via custom ota but it is risky and unsupported.
by WiFive
Sat Mar 19, 2022 4:09 pm
Forum: Hardware
Topic: Need help for Battery Support with ESP32-WROVER Module
Replies: 20
Views: 10444

Re: Need help for Battery Support with ESP32-WROVER Module

Check BOOTLOADER_VDDSDIO_BOOST menuconfig option. I dont have other suggestion.
by WiFive
Thu Mar 17, 2022 5:17 am
Forum: ESP-IDF
Topic: WIFI disconnect from different devices
Replies: 2
Views: 2149

Re: WIFI disconnect from different devices

If the ap the esp32 is connecting to is on a different channel, softap will also change to that channel. It should send channel switch announcement but maybe some devices don't automatically switch channels.
by WiFive
Thu Mar 17, 2022 12:27 am
Forum: ESP-IDF
Topic: UART RX FSM behaviour on exmtremely low BAUD rates
Replies: 1
Views: 1290

Re: UART RX FSM behaviour on exmtremely low BAUD rates

Yes, lower the fifo full threshold
by WiFive
Wed Mar 16, 2022 7:16 pm
Forum: Hardware
Topic: Need help for Battery Support with ESP32-WROVER Module
Replies: 20
Views: 10444

Re: Need help for Battery Support with ESP32-WROVER Module

It may work fine at wrong voltage for a while, but also may damage flash over time if it is above rated voltage. I cannot say whether it is connected to your problem but it is something to ask espressif about. Other than that I don't have any suggestion, sorry. I don't know what idf version you are ...
by WiFive
Wed Mar 16, 2022 7:12 pm
Forum: Hardware
Topic: Flash encryption size limitation
Replies: 6
Views: 2913

Re: Flash encryption size limitation

Ok I see how it is potentially confusing but the cache also works with flash encryption so there is no additional restriction.
by WiFive
Wed Mar 16, 2022 4:08 pm
Forum: Hardware
Topic: Flash encryption size limitation
Replies: 6
Views: 2913

Re: Flash encryption size limitation

No, where is that written?