Search found 4 matches

by Vitaly
Fri Jun 17, 2022 3:31 pm
Forum: Hardware
Topic: [Answered] Understanding ADC attenuation
Replies: 5
Views: 21691

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 loop() { AN...
by Vitaly
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: 4574

Re: Custom ESP32-PICO-D4 board, not able to upload sketches (no communication to internal flash)

boarchuz wrote:
Mon Mar 28, 2022 1:36 am
IO2 is pulled up, you will need it low to program successfully
Merci !!
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))
by Vitaly
Wed Feb 23, 2022 2:42 pm
Forum: Hardware
Topic: ESP32­_PICO_­D4_ext_antenna
Replies: 2
Views: 1593

Re: ESP32­_PICO_­D4_ext_antenna

I am using a quarter wave antenna. I believe - it can be connected directly to ESP32­_PICO_­D4
by Vitaly
Wed Feb 23, 2022 2:05 pm
Forum: Hardware
Topic: ESP32­_PICO_­D4_ext_antenna
Replies: 2
Views: 1593

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