Search found 4 matches
- Fri Jun 17, 2022 3:31 pm
- Forum: Hardware
- Topic: [Answered] Understanding ADC attenuation
- Replies: 5
- Views: 22633
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...
- 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: 4953
- Wed Feb 23, 2022 2:42 pm
- Forum: Hardware
- Topic: ESP32_PICO_D4_ext_antenna
- Replies: 2
- Views: 1720
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: 1720
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