Search found 16 matches

by RollingRocker
Wed Mar 15, 2023 2:17 am
Forum: ESP-AT
Topic: Which shipset do I have?
Replies: 2
Views: 1432

Re: Which shipset do I have?

Excellent, thank you
by RollingRocker
Tue Mar 14, 2023 8:00 pm
Forum: ESP-AT
Topic: Which shipset do I have?
Replies: 2
Views: 1432

Which shipset do I have?

I have multiple ESP32-Devkitc-V4 units. Is that board considered ESP32-C2, C3, ESP, ESP32-S2 or what? Need to know what chipset I have to know the limits of which AT command set and ESP-IDF that i can use.

Thanks
by RollingRocker
Mon Mar 13, 2023 9:32 pm
Forum: ESP-AT
Topic: Working AT command project worked, now not working
Replies: 1
Views: 1695

Working AT command project worked, now not working

My ESP32 WROOM is no longer running the AT command project... and I haven't touched the code. I can compile it and flash it fine, and when the ESP32 reboots, i get this, and the board will not respond to AT commands... See below, looks like instead of running the AT command set, it is running @ 0x10...
by RollingRocker
Mon Jun 27, 2022 12:15 am
Forum: ESP-IDF
Topic: Compiles with wrong SDK version??
Replies: 1
Views: 1197

Re: Compiles with wrong SDK version??

Still looking for an answer on this...
by RollingRocker
Thu May 26, 2022 2:02 pm
Forum: ESP-IDF
Topic: Compiles with wrong SDK version??
Replies: 1
Views: 1197

Compiles with wrong SDK version??

I installed the following: ESP-IDF 4.4.1 offline installer. in windows/apps it shows up to uninstall as 4.41. when I compile the ESP-AT source, and run it on the ESP32, this is what I get when I run AT+GMR AT version:2.4.0.0(4c6eb5e - ESP32 - May 20 2022 03:11:58) SDK version:v4.3.2-553-g588436db47 ...
by RollingRocker
Mon Oct 18, 2021 3:57 pm
Forum: ESP-AT
Topic: Baud rate
Replies: 2
Views: 13291

Baud rate

Where do I adjust the baud rate that the ESP-AT uses (UART)?

I know there are 2 different sets of R/W - I am not talking about the actual ESP32 console - I am talking about changing the speed from 115,200 on the serial PINS that the ESP-AT code is using, down to 38400 or 57600.
by RollingRocker
Tue Sep 28, 2021 8:48 pm
Forum: ESP-IDF
Topic: Confused on how to embed files and what directory to place them
Replies: 2
Views: 4703

Confused on how to embed files and what directory to place them

I am working on the ESP-IDF with the ESP-AT command set. I have an existing project (modified set of AT commands) that works/compiles and flashes fine. I now want to embed 2 files into \esp-idf\esp-at\main\interface\uart\ at_uart_task.c These 2 files are an SSL file (.pem) and a binary file .hex. th...
by RollingRocker
Thu Sep 23, 2021 7:08 pm
Forum: ESP-IDF
Topic: How to compile the examples?
Replies: 2
Views: 1989

Re: How to compile the examples?

@dtaylor thank you very much. I will give that a try.
by RollingRocker
Thu Sep 23, 2021 3:36 pm
Forum: ESP-IDF
Topic: How to compile the examples?
Replies: 2
Views: 1989

How to compile the examples?

Can someone please share with me the proper way to compile the examples especially the ones under system?

I am able to compile the esp-at and flash that to my board but I don’t know how to build and test the various examples…

I’m on windows BTW

Thanks in advance
by RollingRocker
Fri May 28, 2021 11:53 pm
Forum: ESP-IDF
Topic: Need help with OTA update on custom AT firmware
Replies: 0
Views: 1227

Need help with OTA update on custom AT firmware

Hello- I have successfully setup the IDE and been able to compile and flash my ESP32-WROOM. As part of that I modified the AT commands a bit to suit my needs. The next thing I would like to do is be able to update the AT firmware OTA by fetching the BIN file from one of my web sites. The issue that ...