Replies: 3 comments 4 replies
-
Sorry - I'm not sure I understand what you mean. I also have not tried the firmware with the C3, but I assume you during initial setup choose "Generic ESP32-C3 module" or something like that. You should then see on your control page fields where you can select which GPIOs are used for the various functions used by the firmware. Are you asking for the flexibility to remap UART0 to another GPIO? If so, I'm not sure if that is within the scope of this firmware. |
Beta Was this translation helpful? Give feedback.
-
On S2 and C3, uart1 is remapped to selected GPIO. Is this also possible on vanilla esp32? I was under the understanding that it was not possible there |
Beta Was this translation helpful? Give feedback.
-
This have changed for v2.3, we are now always using hw serial for esp32. |
Beta Was this translation helpful? Give feedback.
-
To my knowledge, on all ESP32 devices, all UART channels can map to any GPIO pin, that is HW UART is available on any GPIO so why not provide that option? One idea would be to change the UI to something like this:
From C3 datasheet:
Beta Was this translation helpful? Give feedback.
All reactions