Search found 18 matches
- Thu Jun 05, 2025 9:41 pm
- Forum: ESP32 Arduino
- Topic: One ESP32 PWM output -> 2nd ESP32 ADC Input. Cannot get values
- Replies: 3
- Views: 271
Re: One ESP32 PWM output -> 2nd ESP32 ADC Input. Cannot get values
Thanks for your help. I read further about RC Low Pass filters and ordered a $6 PWM to Analog board from Amazon that handles this.
- Wed Jun 04, 2025 7:11 pm
- Forum: ESP32 Arduino
- Topic: One ESP32 PWM output -> 2nd ESP32 ADC Input. Cannot get values
- Replies: 3
- Views: 271
One ESP32 PWM output -> 2nd ESP32 ADC Input. Cannot get values
ESP32 Wroom 32d are the boards I am using.
I am using Arduino to experiment around with creation of a PWM based signal on one ESP32, which I do have up and running. I am outputting .959vDC via ledcAttach/ledcWrite using PIN 12. When I put a multimeter on the output, I do get 0.959v DC. This is a ...
I am using Arduino to experiment around with creation of a PWM based signal on one ESP32, which I do have up and running. I am outputting .959vDC via ledcAttach/ledcWrite using PIN 12. When I put a multimeter on the output, I do get 0.959v DC. This is a ...
- Wed Mar 15, 2023 2:17 am
- Forum: ESP-AT
- Topic: Which shipset do I have?
- Replies: 2
- Views: 2821
Re: Which shipset do I have?
Excellent, thank you
- Tue Mar 14, 2023 8:00 pm
- Forum: ESP-AT
- Topic: Which shipset do I have?
- Replies: 2
- Views: 2821
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
Thanks
- Mon Mar 13, 2023 9:32 pm
- Forum: ESP-AT
- Topic: Working AT command project worked, now not working
- Replies: 1
- Views: 3181
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 ...
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 ...
- Mon Jun 27, 2022 12:15 am
- Forum: ESP-IDF
- Topic: Compiles with wrong SDK version??
- Replies: 1
- Views: 1832
Re: Compiles with wrong SDK version??
Still looking for an answer on this...
- Thu May 26, 2022 2:02 pm
- Forum: ESP-IDF
- Topic: Compiles with wrong SDK version??
- Replies: 1
- Views: 1832
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 ...
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 ...
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.
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.
- 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: 8337
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 ...
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 ...
- Thu Sep 23, 2021 7:08 pm
- Forum: ESP-IDF
- Topic: How to compile the examples?
- Replies: 2
- Views: 3030
Re: How to compile the examples?
@dtaylor thank you very much. I will give that a try.