Search found 62 matches

by MickPF
Mon Jan 26, 2026 3:29 pm
Forum: IDEs for ESP-IDF
Topic: Need help with Espressif IDE 4.0
Replies: 10
Views: 1173

Re: Need help with Espressif IDE 4.0

Hello,

I'm sorry, I haven't had time to reply here until now!

The attached image "Screenshot_3.png" shows the problem in the editor area.

I wanted to flash the app and my FAT partition from within the IDE via the connector "USB"/"JTAG" of the "ESP32S3 DevKitC-1" module, but it's not working. I ...
by MickPF
Tue Jan 20, 2026 10:18 am
Forum: IDEs for ESP-IDF
Topic: Need help with Espressif IDE 4.0
Replies: 10
Views: 1173

Re: Need help with Espressif IDE 4.0

Hello,

It's true that ESP-IDF doesn't require this information, but Espressif-IDE, as a customized version of Eclipse, does it! If the include path information is missing in Eclipse, all declarations within those includes will be marked as errors in the editor. This makes it impossible to ...
by MickPF
Wed Jan 14, 2026 10:27 am
Forum: IDEs for ESP-IDF
Topic: Need help with Espressif IDE 4.0
Replies: 10
Views: 1173

Need help with Espressif IDE 4.0

Hello,

To make software development with ESP-IDF a bit more convenient, I installed Espressif IDE 4.0 and, after several failed attempts, finally configured it correctly and completely. I got problems with the "Espressif IDF Manager."

In my project, which I created using "File → New → Espressif ...
by MickPF
Fri Jan 02, 2026 4:58 pm
Forum: General Discussion
Topic: The call to esp_sntp_setservername does not seem to work.
Replies: 12
Views: 1345

Re: The call to esp_sntp_setservername does not seem to work.

Now I have to apologize, especially to MicroController: Even though I searched through the settings several times, I missed this option!

Sorry, shit happens.

Now it works.
by MickPF
Fri Jan 02, 2026 3:58 pm
Forum: General Discussion
Topic: The call to esp_sntp_setservername does not seem to work.
Replies: 12
Views: 1345

Re: The call to esp_sntp_setservername does not seem to work.

MicroController's suggestion

esp_sntp_config_t sntp_config = ESP_NETIF_SNTP_DEFAULT_CONFIG_MULTIPLE(
3,
ESP_SNTP_SERVER_LIST( NULL, NULL, NULL ) );


was not tested by him. The following warning appeared during code compilation:

/home/mick/Projects/ESP-IDF/eve/components/wifi/wifi.c: In ...
by MickPF
Fri Jan 02, 2026 1:34 pm
Forum: General Discussion
Topic: The call to esp_sntp_setservername does not seem to work.
Replies: 12
Views: 1345

Re: The call to esp_sntp_setservername does not seem to work.

Unfortunately, I can't use the macro ESP_NETIF_SNTP_DEFAULT_CONFIG_MULTIPLE because my server list isn't fixed. It can contain between one and three servers.

It's no use to me to pass this macro two fixed servers just to test whether it works in general or not. In real-world operation, this list is ...
by MickPF
Fri Jan 02, 2026 1:25 pm
Forum: ESP-IDF
Topic: Need help mounting a FAT partition
Replies: 9
Views: 1433

Re: Need help mounting a FAT partition

I'd like to end this discussion!

As I said, I'm perfectly happy with a sector size of 4096 bytes, and I have neither the time nor the inclination to play with all sorts of settings and code!
by MickPF
Fri Jan 02, 2026 1:23 pm
Forum: General Discussion
Topic: The call to esp_sntp_setservername does not seem to work.
Replies: 12
Views: 1345

Re: The call to esp_sntp_setservername does not seem to work.

!!! Sorry !!!

My last post belongs to an other discussion (about the sector size of FAT partitions)!!
I used the link in the email to reply to a post, but it led me to the wrong discussion!!

!!! Sorry !!!
by MickPF
Fri Jan 02, 2026 1:06 pm
Forum: General Discussion
Topic: The call to esp_sntp_setservername does not seem to work.
Replies: 12
Views: 1345

Re: The call to esp_sntp_setservername does not seem to work.

I'd like to end this discussion!

As I said, I'm perfectly happy with a sector size of 4096 bytes, and I have neither the time nor the inclination to play with all sorts of settings and code!
by MickPF
Fri Jan 02, 2026 12:53 pm
Forum: ESP-IDF
Topic: Need help mounting a FAT partition
Replies: 9
Views: 1433

Re: Need help mounting a FAT partition

I made this setting right at the beginning, but it resulted in the creation of a partition that couldn't be mounted!

Like I said, I accept the sector size of 4096 bytes. The main thing is that it works. And it does!

Go to advanced search