Search found 11 matches

by felipe
Wed Dec 07, 2022 3:44 pm
Forum: ESP-IDF
Topic: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)
Replies: 8
Views: 5753

Re: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)

Hi! Any update? Is it possible to use ESP32 HCI with just 1 UART?
by felipe
Wed Jan 19, 2022 7:17 am
Forum: ESP-AT
Topic: ESP-AT usage with 1 UART connection
Replies: 1
Views: 3736

ESP-AT usage with 1 UART connection

Hi! Is it possible to use ESP-AT with only 1 UART connection? For example, we will flash the ESP32-U4WDH with the UART0, and then use this UART to send AT commands. When we want to upgrade ESP32 firmware, we can use BOOT pins to force it into bootloader and then flash it with UART0. We need a soluti...
by felipe
Wed Apr 21, 2021 2:58 pm
Forum: ESP-IDF
Topic: CONFIG_CONSOLE_UART_NONE - UART Disable
Replies: 9
Views: 12555

Re: CONFIG_CONSOLE_UART_NONE - UART Disable

I confirm that pulling down GPIO15 stops the bootloader from sending logs to UART0 (GPIO 1 & 3).
by felipe
Fri Feb 05, 2021 4:50 pm
Forum: ESP-IDF
Topic: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)
Replies: 8
Views: 5753

Re: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)

And the most important question is: Is it enough to only have 1 UART connected to ESP32 on the PCB? I want to use this UART for 1. flashing new firmware (FW upgrade) 2. Bluetooth HCI over UART I'm thinking that maybe with some reset pin it's possible to ask the ESP32 to enter bootloader and then sen...
by felipe
Fri Feb 05, 2021 4:46 pm
Forum: ESP-IDF
Topic: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)
Replies: 8
Views: 5753

Re: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)

All numbers I have posted are GPIO numbers, according to https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-pico-kit.html#pin-descriptions - UART1 (HCI Bluetooth) -> I want to change to GPIO 1, 3, 22, 19 - UART0 -> I want to change to whatever other GPIO, e.g....
by felipe
Mon Feb 01, 2021 10:26 am
Forum: ESP-IDF
Topic: uart_echo example: Core 0 panic'ed (StoreProhibited)
Replies: 1
Views: 1844

Re: uart_echo example: Core 0 panic'ed (StoreProhibited)

Example uart_async_rxtxtasks from IDF v4.2 works fine, I can send and receive data over UART, on pins 5 and 18. It's only uart_echo that crashes,
by felipe
Mon Feb 01, 2021 10:00 am
Forum: ESP-IDF
Topic: uart_echo example: Core 0 panic'ed (StoreProhibited)
Replies: 1
Views: 1844

uart_echo example: Core 0 panic'ed (StoreProhibited)

I have built and flashed example uart_echo to the ESP32-PICO-D4 (ESP32-PICO-KIT). Without any changes to code from ESP-IDF v4.2, it crashes in function uart_set_pin(). Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled. To reproduce: cd ~/esp/esp-idf/examples/periphera...
by felipe
Thu Jan 21, 2021 2:19 pm
Forum: ESP-IDF
Topic: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)
Replies: 8
Views: 5753

Re: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)

Basically I want to achieve a minimal working configuration with HCI on UART0 pins.
by felipe
Wed Jan 20, 2021 9:28 am
Forum: ESP-IDF
Topic: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)
Replies: 8
Views: 5753

Re: HCI UART over UART0 (One UART for flashing and HCI Bluetooth)

Hi ESP_Sprite! I want to use the pins normally connected to UART0 and to USB-UART bridge CP2102. Is this possible? This would mean I want to have:
- HCI Bluetooth -> change UART1 to pins 1, 3, 22, 19
- UART0 -> change to whatever other pins