Search found 3 matches

by Mike.Ochtman
Sun Jun 16, 2024 6:54 pm
Forum: IDEs for ESP-IDF
Topic: VS Code doesn't find the ESP-IDF installation at startup
Replies: 5
Views: 42883

Re: VS Code doesn't find the ESP-IDF installation at startup

There shouldn't be a reason for you to reinstall everytime and it should work. Only thing I can think of is, when you open a project that includes a `.vscode/settings.json` that overwrites your global settings which is referring to Tools that doesn't exists. The doctor command should pick values fr...
by Mike.Ochtman
Wed Feb 10, 2021 6:40 pm
Forum: General Discussion
Topic: Adding ug82 to example project .. undefined reference to
Replies: 2
Views: 3422

Re: Adding ug82 to example project .. undefined reference to

It could be a problem with main/CmakeLists.txt that has not been made aware there is anything more than hello_world_main.c in that folder.

Edit to to be
idf_component_register(SRCS "hello_world_main.c" "u8g2_esp32_hal.c"
INCLUDE_DIRS ".")

That should help.
by Mike.Ochtman
Wed Feb 10, 2021 6:28 pm
Forum: Hardware
Topic: Current Limits
Replies: 10
Views: 59826

Re: Current Limits

I'm very late to this party, but the information is still hard to find, buried deep in the datasheets. The question is "What is the maximum current for the outputs" and the answer is "It depends". There are three "power domains" on the chip, i.e. three separate power input sections. Domain VDD3P3_CP...