Search found 2 matches

by Materia_Labs
Wed Aug 13, 2025 11:22 am
Forum: ESP-AT
Topic: Set outputs with AT commands
Replies: 3
Views: 8773

Re: Set outputs with AT commands

Thank you Sprite for the support!

As you told me: PIN 19 and PIN 22 were not configured as GPIO

In fact SDIO Pin Mapping on ESP32-C6
The SDIO interface uses specific GPIO pins:
GPIO18: SDIO_CMD (Command line)
GPIO19: SDIO_CLK (Clock line)
GPIO20: SDIO_DATA0 (Data line 0)
GPIO21: SDIO_DATA1 (Data ...
by Materia_Labs
Tue Aug 12, 2025 5:27 pm
Forum: ESP-AT
Topic: Set outputs with AT commands
Replies: 3
Views: 8773

Set outputs with AT commands

I'm trying to drive high the GPIO 19 and 22 PINs on the ESP-C6-MINI-1U module.
I'm doing it with AT+SYSREG because I have 3250 modules with AT V4.0.0 firmware .

The sequence I'm doing is this:
AT+RESTORE
OK
AT+SYSREG=1,0x600B4928,0x00001200 //MUX SET GPIO19
OK
AT+SYSREG=0,0x600B4928 //Read if the ...

Go to advanced search