Search found 4 matches

by m4l490n
Sun Feb 18, 2024 4:41 am
Forum: ESP8266
Topic: AT Firmware Flashing Help
Replies: 0
Views: 843

AT Firmware Flashing Help

Hello, I have a NODEMCU dev tool to which I need to flash the AT firmware. I downloaded the firmware and I'm trying to flash it with the following command: esptool.py --chip esp8266 --port /dev/ttyUSB1 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_fr...
by m4l490n
Wed May 23, 2018 7:26 pm
Forum: ESP-IDF
Topic: Problems with SmartConfig
Replies: 0
Views: 2296

Problems with SmartConfig

Hello I'm trying to use the smart_config example but I'm getting the following error right after the line smartconfig: SC version: V2.7.1 in the log window: Guru Meditation Error: Core 0 panic'ed (LoadProhibited) . Exception was unhandled. Register dump: PC : 0x40127131 PS : 0x00060730 A0 : 0x800df3...
by m4l490n
Fri May 18, 2018 2:26 am
Forum: ESP-IDF
Topic: Compilation Problems: Not finding definitions from an already included file
Replies: 2
Views: 3327

Re: Compilation Problems: Not finding definitions from an already included file

Thanks for helping!

No, is not a silly question, actually, right after I posted the question I realized that I had commented out the #define while I was sorting out some other errors. After realizing this I un-commented the line and now everything is compiling just fine.
by m4l490n
Thu May 17, 2018 5:01 pm
Forum: ESP-IDF
Topic: Compilation Problems: Not finding definitions from an already included file
Replies: 2
Views: 3327

Compilation Problems: Not finding definitions from an already included file

Hello I have two components and both have the include directory on their respective folders, nevertheless, the compilation is complaining about some implicit declaration of functions that I reference in one component but that are defined in another component. The components look like this inside the...