Re: ESP32 question

2023-07-30 Thread Alan C. Assis
The JTAG pins are between pins 43 and 47 (page 12) here: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf BR, Alan On 7/30/23, Alan C. Assis wrote: > Hi Milan, > > On 7/30/23, Milan Obuch wrote: > sic >>> I got an S2 Mini V1.0.0 WEMOS.CC like yours and con

Re: ESP32 question

2023-07-30 Thread Alan C. Assis
Hi Milan, On 7/30/23, Milan Obuch wrote: sic >> I got an S2 Mini V1.0.0 WEMOS.CC like yours and confirmed the issue. >> After changing the pins to 33 and 34 (as you noticed pins 43 and 44 >> are not available, Wemos' mistake) the serial console is not showing >> up. > > Hi, > > do you see any pos

Re: ESP32 question

2023-07-30 Thread Milan Obuch
On Sun, 30 Jul 2023 09:56:36 -0300 "Alan C. Assis" wrote: > Hi Milan, > > On 6/30/23, Milan Obuch wrote: > ... > >> 1) Connect a USB/Serial adapter directly the the pins used as > >> UART0, not ideal because probably you don't want attachment like > >> it to your board; > > > > Problem here i

Re: ESP32 question

2023-07-30 Thread Alan C. Assis
Hi Milan, On 6/30/23, Milan Obuch wrote: ... >> 1) Connect a USB/Serial adapter directly the the pins used as UART0, >> not ideal because probably you don't want attachment like it to your >> board; > > Problem here is not using additional USB/serial cable, I do it > regularly if necessary or use

Re: ESP32 question

2023-07-01 Thread Milan Obuch
On Sat, 1 Jul 2023 20:31:39 +0200 I wrote: > On Sat, 1 Jul 2023 10:27:11 -0300 > "Alan C. Assis" wrote: > > > Hi Milan, > > > > Please verify if fix in the upstream solved your issue. > > > > BR, > > > > Alan > > > > Hi, > > at the moment, neither solution presenetd in this thread works for

Re: ESP32 question

2023-07-01 Thread Tomek CEDRO
On Sat, Jul 1, 2023 at 8:32 PM Milan Obuch wrote: > Maybe it has something to do I am still using 12.0.0 sources Can you try with master? 12.2.0 will show up soon :-) > maybe it > has something to do with the way I am using FreeBSD as host OS I am also working on FreeBSD that example worked on E

Re: ESP32 question

2023-07-01 Thread Alan C. Assis
On 7/1/23, Milan Obuch wrote: > On Sat, 1 Jul 2023 10:27:11 -0300 > "Alan C. Assis" wrote: > >> Hi Milan, >> >> Please verify if fix in the upstream solved your issue. >> >> BR, >> >> Alan >> > Actually you don't need to user UART1, if you just use the default configuration and change the UART0

Re: ESP32 question

2023-07-01 Thread Milan Obuch
On Sat, 1 Jul 2023 10:27:11 -0300 "Alan C. Assis" wrote: > Hi Milan, > > Please verify if fix in the upstream solved your issue. > > BR, > > Alan > Hi, at the moment, neither solution presenetd in this thread works for me. Maybe it has something to do I am still using 12.0.0 sources, maybe i

Re: ESP32 question

2023-07-01 Thread Alan C. Assis
Hi Milan, Please verify if fix in the upstream solved your issue. BR, Alan On 6/30/23, Milan Obuch wrote: > On Thu, 29 Jun 2023 19:29:39 -0300 > "Alan C. Assis" wrote: > >> Hi Milan, >> >> This S2-Mini board powered by ESP32-S2 seems to use the USB Controller >> directed instead of using an e

Re: ESP32 question

2023-06-30 Thread Tomek CEDRO
On Fri, Jun 30, 2023 at 7:53 AM Milan Obuch wrote: > Problem here is not using additional USB/serial cable, I do it > regularly if necessary or useful, but pins for UART0 (GPIOs 43 and 44) > are not available on any pin, thus my attempt to use UART1. GPIOs 17 > and 18 are accessible on this board,

Re: ESP32 question

2023-06-30 Thread Alan C. Assis
Hi Milan, On 6/30/23, Milan Obuch wrote: > On Thu, 29 Jun 2023 19:29:39 -0300 > "Alan C. Assis" wrote: > >> Hi Milan, >> >> This S2-Mini board powered by ESP32-S2 seems to use the USB Controller >> directed instead of using an external USB/Serial chip like the other >> boards you cited. >> >> Al

Re: ESP32 question

2023-06-29 Thread Milan Obuch
On Thu, 29 Jun 2023 19:29:39 -0300 "Alan C. Assis" wrote: > Hi Milan, > > This S2-Mini board powered by ESP32-S2 seems to use the USB Controller > directed instead of using an external USB/Serial chip like the other > boards you cited. > > Also keep in mind that ESP32-S2 chip doesn't have inter

Re: ESP32 question

2023-06-29 Thread Alan C. Assis
Hi Milan, This S2-Mini board powered by ESP32-S2 seems to use the USB Controller directed instead of using an external USB/Serial chip like the other boards you cited. Also keep in mind that ESP32-S2 chip doesn't have internally the USB_SERIAL_JTAG Controller that exist on ESP32-C3 and ESP32-S3 c