Search found 8 matches

by TerryBarnaby
Thu Nov 20, 2025 5:30 am
Forum: ESP-IDF
Topic: UART receive in 5.5.1 not working ?
Replies: 3
Views: 3028

Re: UART receive in 5.5.1 not working ?

I have narrowed my issue down to a change in the function uart_set_pin() in esp_driver_uart/src/uart.c from 5.4.2 to 5.5.1.
If I replace the uart_set_pin() in 5.5.1 with the 5.4.2 version the uart_echo_rs485 test example program (with my mods) works fine with UART RX.

Specifically if I add the gpio ...
by TerryBarnaby
Wed Nov 19, 2025 8:55 am
Forum: ESP-IDF
Topic: UART receive in 5.5.1 not working ?
Replies: 3
Views: 3028

Re: UART receive in 5.5.1 not working ?

One thing to note is that the Waveshare ESP32-S3 4.3 hardware uses the following pins for RS485:

RS485_RX: GPIO43
RS485_TX: GPIO44

It has a hardware circuit so no RS485 TX enable line is needed.
In the ESP32-S3 documentation under pinmux, it does say these lines could be used for debugging over U0 ...
by TerryBarnaby
Wed Nov 19, 2025 8:35 am
Forum: ESP-IDF
Topic: UART receive in 5.5.1 not working ?
Replies: 3
Views: 3028

UART receive in 5.5.1 not working ?

Hi,

I am working on code that is running on a Waveshare ESP32-S3 4.3. This has the ESP32-S3 CPU on it. In general I have things working well while using IDF 5.4.2 with lvgl display, I2C touch and RS485 communications at 9600 Baud. However there were some occasional issues (crashes, probably due to ...
by TerryBarnaby
Wed May 22, 2024 7:44 am
Forum: Hardware
Topic: ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up
Replies: 4
Views: 2433

Re: ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up

Its a great shame so many ESP32 IO pins have weak pull-ups enabled by default. I am producing a low power, battery powered system and some of these lines are driving the gates of MOSFET's to turn on high current devices. It's not nice these power on after a reset. I will have to move those lines to ...
by TerryBarnaby
Tue May 21, 2024 8:42 am
Forum: Hardware
Topic: ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up
Replies: 4
Views: 2433

Re: ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up

Ah, I see the default pullup/pulldowns are defeined in the ESP32 datasheet, not the ESP32-PICO-V3 datasheet.
by TerryBarnaby
Tue May 21, 2024 8:34 am
Forum: Hardware
Topic: ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up
Replies: 4
Views: 2433

Re: ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up

Many thanks.
I will need to use a different pin :(
Is there any info on which pins have pull-ups/pull-downs by default ?
by TerryBarnaby
Thu May 16, 2024 4:30 pm
Forum: Hardware
Topic: ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up
Replies: 4
Views: 2433

ESP32-PICO-V3 Pin28 SD2/IO9 appears to have pull-up

Hi,

I am just testing a new ESP32-PICO-V3 board that I have designed. It is generally working, but I have an issue with the Pin28 SD2/IO9 line. According to the datasheet this pin is usable as a GPIO line. Indeed it looks like I can drive this as an output.

However, it looks like by default when ...
by TerryBarnaby
Wed Feb 27, 2019 4:33 pm
Forum: General Discussion
Topic: ESP_RF_test_tool_v1.1.0: Loading test firmware into FLASH
Replies: 1
Views: 4765

ESP_RF_test_tool_v1.1.0: Loading test firmware into FLASH

Hi,
We have developed a board that uses the ESP32_PICO_D4 chip/module. All is working fine with the chip but we now need to go through CE testing. We are trying to use the ESP_RF_test_tool_v1.1.0 and specifically the ESP32_RF_TEST_BIN_V1.4.6_20181019.bin firmware that provides the ability to set the ...

Go to advanced search