Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tx in pin 35 doesn't work #895

Open
3 tasks done
pedrorovi opened this issue Jan 21, 2025 · 0 comments
Open
3 tasks done

Tx in pin 35 doesn't work #895

pedrorovi opened this issue Jan 21, 2025 · 0 comments

Comments

@pedrorovi
Copy link

pedrorovi commented Jan 21, 2025

Answers checklist

  • I have read the documentation ESP-AT Programming Guide and the issue is not addressed there.
  • I have used the latest released firmware or have updated my ESP-AT branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

AT+GMR

AT+GMR
AT version:4.0.0.0-dev(s-3fe3806 - ESP32 - Dec 29 2023 11:11:33)
SDK version:v5.0.4-dirty
compile time(81b671ef):Jan 21 2025 07:59:13
Bin version:v4.0.0.0(WROOM-32)

OK

ESP-AT Firmware Source

3 - Compile ESP-AT project locally.

Hardware Information

ESP32 Wroom Olimex Gateway

Power Supply used

USB

What is the expected behavior?

I have been used the pin 35 as TX for the console, and now it doesn't work. Instead, it works in pin 2, but we actually have many devices with the current hardware design.
We use the release 2.4 and 3.2, and this changes when we try to update it to 4.0.
While using ethernet, documentation has this paragraph:

 - Open :component_file:`factory_param_data.csv <customized_partitions/raw_data/factory_param/factory_param_data.csv>` file.
 - In the row of module ``WROVER-32``, change ``uart_tx_pin`` from GPIO22 to GPIO2, ``uart_rx_pin`` from GPIO19 to GPIO4, ``uart_cts_pin`` from GPIO15 to GPIO1, and ``uart_rts_pin`` from GPIO14 to GPIO1 (flow control is optional and is not used here). See :doc:`../Compile_and_Develop/How_to_set_AT_port_pin` for more information.

But it's for Wrover, not for Wroom?

What is the actual behavior?

Console doesn't work.

Probability of recurrence

Always

AT+SYSRAM?

AT+SYSRAM?
+SYSRAM:153480,149040
OK

Steps to reproduce

  1. Change uart1 tx pin in factory param data csv.
  2. Enable ethernet.
  3. Compile.
  4. Flash

AT command port output

Can't see anything. The examples that I use in the other questions is using pin 2.

AT log port output

ets Jul 29 2019 12:21:46

rst:0x1 (POWERON_RESET),boot:0x1a (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:5916
ho 0 tail 12 room 4
load:0x40078000,len:15184
load:0x40080400,len:3540
entry 0x40080600
I (29) boot: ESP-IDF v5.0.4-dirty 2nd stage bootloader
I (29) boot: compile time 16:36:49
W (29) boot: Unicore bootloader
I (33) boot: chip revision: v3.0
I (37) boot.esp32: SPI Speed      : 40MHz
I (41) boot.esp32: SPI Mode       : DIO
I (46) boot.esp32: SPI Flash Size : 4MB
I (50) boot: Enabling RNG early entropy source...
I (56) boot: Partition Table:
I (59) boot: ## Label            Usage          Type ST Offset   Length
I (67) boot:  0 phy_init         RF data          01 01 0000f000 00001000
I (74) boot:  1 otadata          OTA data         01 00 00010000 00002000
I (81) boot:  2 nvs              WiFi data        01 02 00012000 0000e000
I (89) boot:  3 at_customize     unknown          40 00 00020000 000e0000
I (96) boot:  4 factory          factory app      00 00 00100000 00180000
I (104) boot:  5 spiffs           Unknown data     01 82 00280000 00180000
I (111) boot: End of partition table
I (116) boot: Defaulting to factory image
I (120) esp_image: segment 0: paddr=00100020 vaddr=3f400020 size=1aee4h (110308) map
I (169) esp_image: segment 1: paddr=0011af0c vaddr=3ff80063 size=00008h (     8) load
I (169) esp_image: segment 2: paddr=0011af1c vaddr=3ffbdb60 size=048fch ( 18684) load
I (182) esp_image: segment 3: paddr=0011f820 vaddr=40080000 size=007f8h (  2040) load
I (184) esp_image: segment 4: paddr=00120020 vaddr=400d0020 size=133314h (1258260) map
I (646) esp_image: segment 5: paddr=0025333c vaddr=400807f8 size=1f0b8h (127160) load
I (699) esp_image: segment 6: paddr=002723fc vaddr=400c0000 size=00064h (   100) load
I (715) boot: Loaded app from partition at offset 0x100000
I (715) boot: Disabling RNG early entropy source...
at param mode: 1
AT cmd port:uart1 tx:35 rx:16 cts:-1 rts:-1 baudrate:115200
module_name: WROOM-32
max tx power=78, ret=0
v4.0.0.0

More Information.

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant