Search found 23 matches

by Mr_Red
Fri Aug 03, 2018 1:33 pm
Forum: General Discussion
Topic: GPIO output voltage
Replies: 3
Views: 33364

Re: GPIO output voltage

Are you using your IO to power a module/chip or just as a signal? If using to power, voltage will drop the more current the IO will source. This is a simplification, but think of the IOs as FETs with an RDS(on). The more current you'll sink/source, the higher the voltage drop in the chip. According ...
by Mr_Red
Tue May 29, 2018 12:09 pm
Forum: ESP-IDF
Topic: Arguments for automatic build
Replies: 8
Views: 12141

Re: Arguments for automatic build

I haven't tried it myself but I think you can specify the config file by overriding SDKCONFIG from the command line.

Code: Select all

make SDKCONFIG=sdkconfig-ota
where the config file to use is "sdkconfig-ota".
by Mr_Red
Mon Apr 30, 2018 3:10 pm
Forum: ESP-IDF
Topic: what is the ESP-IDF checkout means in Visual GDB ?
Replies: 2
Views: 4330

Re: what is the ESP-IDF checkout means in Visual GDB ?

From ADF README.md (emphasis is mine):
ESP-ADF is based on the application layer of ESP-IDF (Espressif IoT Development Framework). So you need to first install the ESP-IDF and then use the ESP-ADF. Please take a look at Get Started