Search found 7 matches
- Wed Jan 22, 2025 10:20 am
- Forum: Report Bugs
- Topic: ESP32-U4WDH 'No serial data received'
- Replies: 3
- Views: 7031
Re: ESP32-U4WDH 'No serial data received'
So, thanks for the consultation, I am satisfied
- Wed Jan 22, 2025 10:07 am
- Forum: Report Bugs
- Topic: ESP32-U4WDH 'No serial data received'
- Replies: 3
- Views: 7031
Re: ESP32-U4WDH 'No serial data received'
So, in the absence of an external crystal 40MHz, it is impossible to read the chip ID? The internal 8 MHz generator does not support the serial port?
- Tue Jan 21, 2025 7:57 pm
- Forum: Report Bugs
- Topic: ESP32-U4WDH 'No serial data received'
- Replies: 3
- Views: 7031
ESP32-U4WDH 'No serial data received'
When power is supplied, there is no message in the monitor.
After a hardware reset, there is no message in the monitor.
No response to TX
Power supply: 3.3v/0.6a
Adapter: CP2102
I bought 25 chips, assembled 3 identical devices - all three are silent.
I can't figure out what I'm doing wrong.
Sketches ...
After a hardware reset, there is no message in the monitor.
No response to TX
Power supply: 3.3v/0.6a
Adapter: CP2102
I bought 25 chips, assembled 3 identical devices - all three are silent.
I can't figure out what I'm doing wrong.
Sketches ...
- Fri Jun 17, 2022 3:31 pm
- Forum: Hardware
- Topic: [Answered] Understanding ADC attenuation
- Replies: 5
- Views: 27403
Re: [Answered] Understanding ADC attenuation
Hi all,
i use the code from the example
/*
* LAB: 10
* Name: ESP32 ADC Calibration
* Author: Khaled Magdy
* For More Info Visit: www.DeepBlueMbedded.com
*/
#include "esp_adc_cal.h"
#define AN_Pot1 37
int AN_Pot1_Result = 0;
float Voltage = 0.0;
void setup()
{
Serial.begin(115200);
}
void ...
i use the code from the example
/*
* LAB: 10
* Name: ESP32 ADC Calibration
* Author: Khaled Magdy
* For More Info Visit: www.DeepBlueMbedded.com
*/
#include "esp_adc_cal.h"
#define AN_Pot1 37
int AN_Pot1_Result = 0;
float Voltage = 0.0;
void setup()
{
Serial.begin(115200);
}
void ...
- Wed Jun 15, 2022 11:50 am
- Forum: Hardware
- Topic: Custom ESP32-PICO-D4 board, not able to upload sketches (no communication to internal flash)
- Replies: 7
- Views: 5906
Re: Custom ESP32-PICO-D4 board, not able to upload sketches (no communication to internal flash)
Merci !!IO2 is pulled up, you will need it low to program successfully
Damn it - I spent 3 days until I came across information about .
Espressif can be proud - the module withstood 6 solderings with a hot air gun))
- Wed Feb 23, 2022 2:42 pm
- Forum: Hardware
- Topic: ESP32_PICO_D4_ext_antenna
- Replies: 2
- Views: 1988
Re: ESP32_PICO_D4_ext_antenna
I am using a quarter wave antenna. I believe - it can be connected directly to ESP32_PICO_D4
- Wed Feb 23, 2022 2:05 pm
- Forum: Hardware
- Topic: ESP32_PICO_D4_ext_antenna
- Replies: 2
- Views: 1988
ESP32_PICO_D4_ext_antenna
ESP32_PICO_D4
I use a 1/4L antenna. Do I need an additional balun, or can it be connected directly to the module?
thanks for the information
I use a 1/4L antenna. Do I need an additional balun, or can it be connected directly to the module?
thanks for the information