Search found 3 matches

by michael98
Fri Jun 10, 2022 7:36 am
Forum: ESP-AT
Topic: Parsing esp at commands
Replies: 1
Views: 3171

Parsing esp at commands

Hello, I was looking into the documentation of esp at commands but I could'nt find information about how messages are seperated with CRLF. When I look into the messages sent by the ESP, I see some messages start and ends with \r\n and some only ends with \r\n. Take the message "OK" for example. Afte...
by michael98
Thu Jun 02, 2022 7:13 am
Forum: ESP-IDF
Topic: Flash ESP-AT Firmware from microcontroller
Replies: 2
Views: 1608

Re: Flash ESP-AT Firmware from microcontroller

Cool, I will look into that. Thank you!
by michael98
Tue May 31, 2022 10:53 am
Forum: ESP-IDF
Topic: Flash ESP-AT Firmware from microcontroller
Replies: 2
Views: 1608

Flash ESP-AT Firmware from microcontroller

Hello, I am currently trying to flash ESP-AT firmware on the ESP32-WROOM-32D chip from an atmel microcontroller via UART. I was only able to flash the firmware using the ESP python flash tool by connecting the atmel chip with USB to a PC and forward the data send by the esptool over UART directly to...