Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Alan C. Assis
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

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Felipe Moura Oliveira
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)

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Alan C. Assis
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

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Eren Terzioğlu
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

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Felipe Moura Oliveira
;> 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

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Felipe Moura Oliveira
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

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Eren Terzioğlu
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

Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-14 Thread Felipe Moura Oliveira
*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