Search found 4 matches

by 23skidoo
Fri Dec 11, 2020 5:55 pm
Forum: Hardware
Topic: ADC clock division in RTC mode
Replies: 0
Views: 1744

ADC clock division in RTC mode

Hi, in ADC RTC mode, is it possible to change the ADC speed using adc_set_clk_div() function? My code: #include <stdio.h> #include <stdlib.h> #include <math.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/gpio.h" #include "driver/adc.h" #include "driver/timer.h" #includ...
by 23skidoo
Sun Aug 16, 2020 1:49 pm
Forum: ESP-IDF
Topic: espcoredump.py error
Replies: 2
Views: 2838

Re: espcoredump.py error

Does the esp-idf folder need to be added to the python path? I don't have this folder in my python path currently: home@Droid5:~$ python -c "import sys; print(sys.path)" ['', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', ...
by 23skidoo
Thu Aug 13, 2020 10:35 am
Forum: ESP-IDF
Topic: LilyGo-T-Call-SIM800L - How to detect power source USB-C or BATTERY
Replies: 2
Views: 4031

Re: LilyGo-T-Call-SIM800L - How to detect power source USB-C or BATTERY

hi, - does your development board have access to the 5V, 3.3V, and GPIO pins for example on a pin header? the battery voltage may also be available as VBAT? - to detect battery voltages using a GPIO pin, in hardware configuration first drop the voltage down through a resistive voltage divider (examp...
by 23skidoo
Wed Aug 12, 2020 4:55 pm
Forum: ESP-IDF
Topic: espcoredump.py error
Replies: 2
Views: 2838

espcoredump.py error

hello, when analysing core dump file using espcoredump.py, with either the coredump saved to flash or b64 .dat file saved after UART print, espcoredump.py is giving the following error; home@Droid5:~/espressif/esp-idf/components/espcoredump$ python ./espcoredump.py -p/dev/ttyUSB0 info_corefile /home...