(11-24-2025, 11:19 PM)admin Wrote: sure, you can use A16v3 free GPIOs on PCB, connect with two free gpio work as RXD and TXD pin for SIM7600 4G module.
you mean these 3x GPIO?
i have in my configuration:
# UART configuration for SIM7600E
uart:
id: uart_1
tx_pin: GPIO16
rx_pin: GPIO17
baud_rate: 115200
debug:
direction: BOTH
dummy_receiver: true
after:
timeout: 10ms
sequence:
- lambda: UARTDebug::log_string(direction, bytes);
Which one on the screen is 16 and which one is 17? Or for which one I should connect kincony SIM7600E module?

