Search found 3 matches

by victorien
Tue May 10, 2022 9:52 am
Forum: ESP-AT
Topic: ESP32-S2-MINI does not respond to AT commandqs
Replies: 2
Views: 9804

Re: ESP32-S2-MINI does not respond to AT commandqs

Sorry for the late answer.
The problem was indeed the pin assignment of the UART which was by default wrongly in the factory_param.csv file. I changed it to the correct pin according to documentation and it worked.
by victorien
Tue May 10, 2022 9:49 am
Forum: ESP-AT
Topic: ESP-AT with encryption : missing partition
Replies: 2
Views: 5214

ESP-AT with encryption : missing partition

Hello guys :!: I come to you because I am struggling to provide the correct partition information for ESP-AT firmware build with ESP32S2-MINI. I enabled encryption for this project, provided a key to the eFuse, compiled and flash. Seems to work good until I try to connect to the server using certifi...
by victorien
Wed Dec 15, 2021 5:10 pm
Forum: ESP-AT
Topic: ESP32-S2-MINI does not respond to AT commandqs
Replies: 2
Views: 9804

ESP32-S2-MINI does not respond to AT commandqs

Dear all, I am coming to you as I have a problem I cannot solve with the ESP32-S2-MINI1. I have flashed the protoboard with AT firmware. The flash has been process successfully regarding the logs coming from UART0. I can also see that at boot, I receives from the ESP-UART1-TX the "ready" message. Ho...