Skip to content

Question about ESP32 boards and transfer speed. #57

Answered by awawa-dev
n4nier asked this question in Q&A
Discussion options

You must be logged in to vote

Hi

"Serial port speed: 115200BPS"

The key is BPS: bit or maybe byte per second.

If it's bit per second actual max speed then it's a joke. Even Arduino board are usually faster. If you are not sure about the product and you dont need wifi just in case (wled could be useful for testing the setup) then choose Pico as generic rp2040 boards are guaranteed to work at ~4Mb (at least I havent met such board that couldn't do that). Also Pico boards are usually well supported on even very strange OS like LG WebOS.

If BPS means byte per second then it's around 921600 baud. Still lower than 2000000 but you can recompile the firmware for such speed (see wiki here).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by n4nier
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants