Search found 12 matches
- Fri May 19, 2023 11:17 am
- Forum: General Discussion
- Topic: ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
- Replies: 5
- Views: 4209
Re: ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
i think vscode has a gear icon in the bottom toolbar that brings up the equivalent of menuconfig. I changed menuconfig but result is same . it still gives warnings. before: https://i.hizliresim.com/m7quaex.PNG after: https://i.hizliresim.com/gx69iu5.PNG Result is same: https://i.hizliresim.com/fh9b...
- Thu May 18, 2023 11:58 am
- Forum: General Discussion
- Topic: ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
- Replies: 5
- Views: 4209
- Thu May 18, 2023 6:27 am
- Forum: General Discussion
- Topic: ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
- Replies: 5
- Views: 4209
Re: ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
Or How can i disable all warnings?
ADC_SUPPRESS_DEPRECATE_WARN=y
I applied this set but it doesnt work. Warnings continuous
I changed this in sdkconfig but after build this set returns default value. ı cant set this properties.
ADC_SUPPRESS_DEPRECATE_WARN=y
I applied this set but it doesnt work. Warnings continuous
I changed this in sdkconfig but after build this set returns default value. ı cant set this properties.
- Wed May 17, 2023 6:25 pm
- Forum: General Discussion
- Topic: ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
- Replies: 5
- Views: 4209
ADC: legacy driver is deprecated, please migrate to esp_adc/adc_oneshot.h
Hi ESP IDF gives this warnig: ADC: legacy driver is deprecated, please migrate to `esp_adc/adc_oneshot.h` drivers: #include "driver/adc.h" //ADC #include "esp_adc/adc_oneshot.h" #include "esp_adc/adc_continuous.h" #include "esp_adc_cal.h" //ADC #include "esp_adc/adc_cali.h" sketch: static esp_adc_ca...
- Sat Mar 11, 2023 10:10 am
- Forum: ESP-IDF
- Topic: esp32 ulp timer
- Replies: 0
- Views: 870
esp32 ulp timer
Hello, I use esp32 ulp example -> https://github.com/espressif/esp-idf/tree/af805df3cb6117cc74f0875831fbab6446824453/examples/system/ulp_fsm/ulp I need to advance pulse count unit. Pulse count : /* * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache...
- Tue Apr 05, 2022 3:46 pm
- Forum: General Discussion
- Topic: Decrease Power consumption
- Replies: 7
- Views: 5809
Re: Decrease Power consumption
I downloaded ulptool https://github.com/duff2013/ulptool but it seems error please tell me what is my fault. c:/users/delphi/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\D...
- Mon Apr 04, 2022 6:01 pm
- Forum: General Discussion
- Topic: Decrease Power consumption
- Replies: 7
- Views: 5809
Re: Decrease Power consumption
I looked these videos but ididny find any video under 20mA power consumption.alanesq wrote: ↑Mon Apr 04, 2022 4:14 pmAndreas Spiess has done a lot of videos on low power projects, you may find some helpful/interesting info here:
https://www.youtube.com/c/AndreasSpiess/videos
- Mon Apr 04, 2022 3:57 pm
- Forum: General Discussion
- Topic: Decrease Power consumption
- Replies: 7
- Views: 5809
Decrease Power consumption
Hello
I read mpu6050 register value every 300ms .
WiFi off Bt off adc off .
ESP32 current is 15-20ma.
I need decrease, lowe power consumption . is it possible? if it is how can i do lower power consumption?
Best regards.
I read mpu6050 register value every 300ms .
WiFi off Bt off adc off .
ESP32 current is 15-20ma.
I need decrease, lowe power consumption . is it possible? if it is how can i do lower power consumption?
Best regards.
- Fri Nov 05, 2021 10:05 am
- Forum: General Discussion
- Topic: Analog video input
- Replies: 6
- Views: 14685
Re: Analog video input
Hello Thank you for answer. Actually, I developed a IoT system . ESP32 + Android app + ESP32 Cam. This system works perfectly. But We have a problem about Waterproff in ESP32 Cam. We try installed ESP32 Cam in Car rear area. We didnt install ESP32 cam about Dimension, shape and waterproff. So I thin...
- Wed Nov 03, 2021 12:40 pm
- Forum: General Discussion
- Topic: CAN-BUS port reading with ESP32 and MCP2515_CAN module
- Replies: 2
- Views: 5006
Re: CAN-BUS port reading with ESP32 and MCP2515_CAN module
Hello
You can use Sn65hvd230 chip to reading can buz data.
https://a.aliexpress.com/_va5ga2
I bought this İrem last year and it worked.
You can use Sn65hvd230 chip to reading can buz data.
https://a.aliexpress.com/_va5ga2
I bought this İrem last year and it worked.