Search found 4 matches

by marware
Tue Jul 18, 2023 7:44 am
Forum: ESP-IDF
Topic: Set components in build system based on configuration
Replies: 0
Views: 557

Set components in build system based on configuration

Hi, I'm trying to trim a number of components being built via command in top CMakeLists.txt: set(COMPONENTS main mqtt tcp_transport ... ) The problem here is that I can not access the configuration defines from KConfig, so I can't omit components that I don't want to be built. Is there any other opt...
by marware
Fri Feb 18, 2022 7:45 pm
Forum: Hardware
Topic: Won't boot without UART and monitor app
Replies: 1
Views: 1500

Won't boot without UART and monitor app

Hi, We are using ESP32-WROOM-32UE board on custom PCB. After the first batch of 20 devices, we encounter an issue on two boards. Both boards have always reproducible issues, but one worked few days and then manifest the problem while other wont work from the beginning. So, the problem is that esp wo...
by marware
Sun Feb 13, 2022 2:49 pm
Forum: ESP-IDF
Topic: Base mac is shorter for one character
Replies: 3
Views: 1536

Re: Base mac is shorter for one character

Yes, thanks, I've realized that as soon as I posted :P
The return value of the mac is of course valid and formating was missing 0 before the last character: 943cc6d88708

I would be willing to update example base_mac_address_example_main.c if it make sense to you?
by marware
Sat Feb 12, 2022 8:23 pm
Forum: ESP-IDF
Topic: Base mac is shorter for one character
Replies: 3
Views: 1536

Base mac is shorter for one character

Hi all, Not sure if happens to anyone else, but one of my devices is reporting a shorter base mac address when converted to a string. I feel the problem is with conversion, here is the code. Similar code is displayed in example so I'm confused :? uint8_t mac[6]; esp_err_t result; result = esp_efuse_...