Ohh, I never tested it on ESP32C6, but at least on ESP32C3 and ESP32S3 it
was working fine.
Maybe someone from Espressif can help here.
BR,
Alan
On Wed, Jan 15, 2025 at 1:11 PM Felipe Moura Oliveira
wrote:
> Hello Alan,
>
> Thank you very much for talk to me about usbconsole. It will solve my
Hello Alan,
Thank you very much for talk to me about usbconsole. It will solve my
project requirement.
Unfortunately, at least in the master version, the console is stuck when
data is sent from pc to esp32c6. I will check it better.
Type [C-a] [C-h] to see available commands
Terminal ready
NSH)
Hi Felipe,
If you are using one of these two UART as serial console (to NSH), then you
can see it using the USB Serial/JTAG interface:
https://docs.espressif.com/projects/esp-idf/en/stable/esp32c6/api-guides/usb-serial-jtag-console.html
This way you will have two real serials available to your p
PM
To: dev@nuttx.apache.org
Subject: Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project
[External: This email originated outside Espressif]
Hello Eren.
Table 7-2 from
https://www.espressif.com/sites/default/files/documentation/esp32-c6_technical_reference_manual_en.pdf
show
;> Hi,
>>
>> U1TXD_OUT_IDX and similar idx variables represent signal indexes which
>> are used to route related peripheral output to the gpio. After routing the
>> correct signal to gpio pin, you can access the related peripheral from gpio
>> pin.
>>
>> Be
dnesday, January 15, 2025 3:55 AM
> To: dev@nuttx.apache.org
> Subject: Assistance Needed with Adding a Low Power UART on ESP32C6 Project
>
> [External: This email originated outside Espressif]
>
> *Dear All,*
>
> I hope this message finds you well.
>
> I am currently w
Moura Oliveira
Sent: Wednesday, January 15, 2025 3:55 AM
To: dev@nuttx.apache.org
Subject: Assistance Needed with Adding a Low Power UART on ESP32C6 Project
[External: This email originated outside Espressif]
*Dear All,*
I hope this message finds you well.
I am currently working on a project using
*Dear All,*
I hope this message finds you well.
I am currently working on a project using the ESP32C6 and find myself in
need of an additional UART, bringing the total to three UARTs. Initially, I
considered implementing a UART using bit-banging; however, after reviewing
the documentation, I disc