Search found 3 matches
- Tue Mar 15, 2022 11:41 am
- Forum: ESP-AT
- Topic: ESP32-C3: problem with SSL certificates
- Replies: 1
- Views: 2093
ESP32-C3: problem with SSL certificates
Hi Team, I have a problem on the ESP32-C3 with FW factory_MINI-1.bin in rev. AT_Bin_V2.3.0.0 that I have not been able to solve for about ten days. Together with the sw developer, we have already configured a PWA web app, it works correctly after the user approval of the unsecure connection. However...
- Mon Feb 07, 2022 6:08 pm
- Forum: ESP-AT
- Topic: ESP32-C3 Drive GPIOs with AT commands
- Replies: 3
- Views: 5800
Re: ESP32-C3 Drive GPIOs with AT commands
Hi Team, thank you for the reply. Following the directions I was able to use the GPIO0 and GPIo1, but not the GPIO4. These are the commands I set: AT + SYSREG = 1,0x60009014,0x00001800 // Configure IO_MUX, drive strength, pull-up and pull-down mode of GPIO4 AT + SYSREG = 1,0x60004024,0x00000010 // C...
- Wed Feb 02, 2022 5:59 pm
- Forum: ESP-AT
- Topic: ESP32-C3 Drive GPIOs with AT commands
- Replies: 3
- Views: 5800
ESP32-C3 Drive GPIOs with AT commands
Hi Team, I would need to driver 3 GPIO how digital inputs / outputs using the AT commands on ESP32-C3-WROOM-02 with AT_Bin_V2.3.0.0 I think the command to use is AT + SYSREG. To set GPIO0 to 1 I did: AT + SYSREG = 1.0x0024.0x1 and then AT + SYSREG = 1.0x0008.0x1 but to no avail. I have also thought ...