have you used a higher baud rate for ESP32s?

have you used a higher baud rate for ESP32s?
10 Replies
ZacckOsiemo
ZacckOsiemo2mo ago
Luis Llamas
How to Change CPU Frequency on ESP32
Tutorial on how to change the CPU frequency on ESP32 to reduce power consumption
ZacckOsiemo
ZacckOsiemo2mo ago
Looks almost like how we do it in stm32 or did I misunderstand your aim?
te0
te02mo ago
i was referring to the uart baudrate
ZacckOsiemo
ZacckOsiemo2mo ago
ah, there should be a max in the uart spec
te0
te02mo ago
i can find anywhere if it feasible, am trying to control DMX lights, that requires 250 000 bits per second
te0
te02mo ago
windows 11 supports 115200
melta101
melta1012mo ago
personally havnt had any reason to go above 115200 upto now So can't comment much about it
ZacckOsiemo
ZacckOsiemo2mo ago
I'm a little confused why does windows support matter?
te0
te02mo ago
isnt the highest baud rate accepted 115200?
ZacckOsiemo
ZacckOsiemo2mo ago
well baud rate just means frequency and that can go real high.

Did you find this page helpful?