Search found 10 matches

by slh_binary
Wed Jul 31, 2024 4:56 pm
Forum: ESP-IDF
Topic: IDF version incompatibility making trouble
Replies: 10
Views: 1950

Re: IDF version incompatibility making trouble

I'm not sure ESP ATCommands meet my needs, but I'm thinking about company "Nordic Semiconductor" with their SDK & tools.
by slh_binary
Wed Jul 31, 2024 12:00 pm
Forum: ESP-IDF
Topic: IDF version incompatibility making trouble
Replies: 10
Views: 1950

Re: IDF version incompatibility making trouble

Nope. It is only possible for versions 4.4.8 and above, not older versions like 4.2 that I worked. I don't waste my time for IDF anymore.
by slh_binary
Wed Jul 31, 2024 10:24 am
Forum: ESP-IDF
Topic: IDF version incompatibility making trouble
Replies: 10
Views: 1950

Re: IDF version incompatibility making trouble

Clone is successful, compile is not successful as I said even the standard example e.g. blink.
I leave ESP-IDF because it's not suitable for my work and it's good for the projects which don't need maintenance like students projects. Do it once, get a grade and put it in trash.
by slh_binary
Mon Jul 29, 2024 1:30 pm
Forum: ESP-IDF
Topic: IDF version incompatibility making trouble
Replies: 10
Views: 1950

Re: IDF version incompatibility making trouble

If you have a project that you have done it e.g 2-3 years ago, and want to add a small feature to it, this is not possible to work with the same IDF version which you have worked. I even tried to compile my project written with IDF-V4.2 with the same major version (4.4.8), but it dosn’t compile. So ...
by slh_binary
Thu Jul 25, 2024 1:48 pm
Forum: ESP-IDF
Topic: IDF version incompatibility making trouble
Replies: 10
Views: 1950

IDF version incompatibility making trouble

The ESP-IDF library actually should save the time and make the programming easy, but it is wasting the developer time with its versions incompatibility and not be able to use some older IDF versions in their IDE. I see a lot of changes between versions in a short time that make the question for me t...
by slh_binary
Mon Jul 22, 2024 5:13 pm
Forum: ESP-IDF
Topic: Problem - Adding an existing ESP-IDF framework to ESP-IDF Manager
Replies: 0
Views: 286

Problem - Adding an existing ESP-IDF framework to ESP-IDF Manager

Hi forum, I had a project that was written with ESP-IDF V4.2 and now it is necessary to make some changes for the customers. I tried to compile it with last IDF vesion 5.2.2 and Espressif IDE V3.0.0 but I got too many errors and there is no time to make the project compatible with this new version. ...
by slh_binary
Thu Jun 24, 2021 11:14 am
Forum: General Discussion
Topic: Problem - ESP32-IDF Reading HTTP-GET response with delay
Replies: 4
Views: 3464

Re: Problem - ESP32-IDF Reading HTTP-GET response with delay

ESP_Sprite wrote:
Thu Jun 24, 2021 10:05 am
What are you downloading the file to?
Both send via SPI and just showing in Terminal.
by slh_binary
Thu Jun 24, 2021 11:11 am
Forum: General Discussion
Topic: Problem - ESP32-IDF Reading HTTP-GET response with delay
Replies: 4
Views: 3464

Re: Problem - ESP32-IDF Reading HTTP-GET response with delay

ESP_Sprite wrote:
Thu Jun 24, 2021 10:05 am
What are you downloading the file to?
From own server and also this two links:
https://class.ece.uw.edu/542/peckol/doc ... icture.bmp
https://www.timscbx.com/Gallery%20pics/jeff%20coker.bmp
by slh_binary
Thu Jun 24, 2021 9:27 am
Forum: General Discussion
Topic: Problem - ESP32-IDF Reading HTTP-GET response with delay
Replies: 4
Views: 3464

Problem - ESP32-IDF Reading HTTP-GET response with delay

Hi Forum, I use the sample "http_request" from ESP-IDF V4.2 and it works. But the Problem is that when I read a file e.g 1MB from a URL, the file reading process is delayed by about 1 second every once in a while and resumes again until read the entire file. This will make the download time be long....
by slh_binary
Mon Mar 29, 2021 10:35 am
Forum: IDEs for ESP-IDF
Topic: Problem with any change in sdkconfig in Eclipse
Replies: 1
Views: 2871

Problem with any change in sdkconfig in Eclipse

Hi Forum, I downloaded the ESP-Azure IoT Sample from hier: https://github.com/Azure-Samples/ESP-Samples#prerequisites and I could to Import and compile it in Eclipse without any Problem. But when I want to change the WiFi SSID or Password (or any other change in sdkconfig-File) I can no longer compi...