Search found 21 matches

by timboesp
Fri Oct 24, 2025 11:06 pm
Forum: ESP-IDF
Topic: CMakeLists.txt template for component that is shared with esp-idf and linux
Replies: 0
Views: 1525

CMakeLists.txt template for component that is shared with esp-idf and linux

I would appreciate help creating a template (layout) for a CMakeLists.txt script for a component that builds an element library shared by both esp-idf and linux C++ projects.

I use git submodules to embed this component into each kind of project. I've been doing this with success in esp-idf v4.4 ...
by timboesp
Mon Sep 08, 2025 1:38 am
Forum: ESP-IDF
Topic: BUG: component_requirements.py: esp_timer.h found in component esp_timer which is already in the requirements list of
Replies: 1
Views: 490

BUG: component_requirements.py: esp_timer.h found in component esp_timer which is already in the requirements list of

I'm getting build error:

cpp-common/common/utils/utilities.cpp:88:10: fatal error: esp_timer.h: No such file or directory
88 | #include "esp_timer.h"


And I have also added esp_timer to my REQUIRES list.

if(IDF_TARGET)
set(COMPONENT_ADD_INCLUDEDIRS
common
"~/esp/esp-idf/components ...
by timboesp
Tue Mar 05, 2024 11:00 pm
Forum: IDEs for ESP-IDF
Topic: Can Espressif IDE and VSCode be used on project concurrently
Replies: 7
Views: 15496

Re: Can Espressif IDE and VSCode be used on project concurrently


I‘m afraid I didn‘t understand the question then, since ESP-IDF runs as an extension in VSCode, it - of course - runs simultaneously.

Or do you mean something completely different with „Espressif IDE“?


Yes. As I stated in my original post:


...I thought I'd explore espressif ide.
However, I ...
by timboesp
Mon Mar 04, 2024 8:54 pm
Forum: IDEs for ESP-IDF
Topic: Can Espressif IDE and VSCode be used on project concurrently
Replies: 7
Views: 15496

Re: Can Espressif IDE and VSCode be used on project concurrently


I'm doing this. Moving forth and back between command line and IDE and it works pretty well. You can share ESP-IDF installations or use dedicated ones, whatever fits your needs.


I appreciate your reply but I'm unsure what you are doing relates to my question. I have no doubt using either ...
by timboesp
Mon Mar 04, 2024 7:10 pm
Forum: IDEs for ESP-IDF
Topic: Can Espressif IDE and VSCode be used on project concurrently
Replies: 7
Views: 15496

Can Espressif IDE and VSCode be used on project concurrently

We have been using vscode with esp-idf extensions for sometime. We have numerous projects that have been created and are in active development. Due to some strange issues with vscode and the delay getting them resolves, I thought I'd explore espressif ide.
However, I've hesitated since there are ...
by timboesp
Tue Jun 13, 2023 8:13 pm
Forum: General Discussion
Topic: When will URC be available for sim7600?
Replies: 0
Views: 1447

When will URC be available for sim7600?

@diplfranzhoepfinger
@RilabsAutomotive

I'm guessing that URC is a feature that I need. I'm developing software to interface with a SIM7600G modem and using esp-modem component. it works as expected however, since many AT commands do not respond immediately I'm unsure (no documentation or help on ...
by timboesp
Wed Jun 07, 2023 9:45 pm
Forum: Documentation
Topic: esp_modem: unsolicited response, URC
Replies: 2
Views: 23646

esp_modem: unsolicited response, URC

Hi,
I'm working on a ESP32 esp-idf project that integrates with a SIM7600 modem. I need to be able to send and receive SMS text messages and I have setup CMUX based on examples. However, there is one concept I have not been able to figure out--how can I get notified of late AT command responses, e ...
by timboesp
Tue May 16, 2023 6:41 am
Forum: ESP-IDF
Topic: conflict when using esp-modem and ethernet or wifi
Replies: 0
Views: 2109

conflict when using esp-modem and ethernet or wifi

Hi,
I'm trying to program my ESP32 to have wifi, ethernet, and PPPoE connection with a SIM7600. However, my design is based on two
different examples, one for wifi/ethernet connections and other for cellular modem PPPoE, I get a conflict and I have apparently not
coded them to work at the same ...

Go to advanced search