Search found 18 matches
- 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: 6083
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've hesit...
- 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: 6083
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 Espressif ...
- 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: 6083
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 war...
- Tue Jun 13, 2023 8:13 pm
- Forum: General Discussion
- Topic: When will URC be available for sim7600?
- Replies: 0
- Views: 1169
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 web...
- Wed Jun 07, 2023 9:45 pm
- Forum: Documentation
- Topic: esp_modem: unsolicited response, URC
- Replies: 2
- Views: 16676
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.g...
- Tue May 16, 2023 6:41 am
- Forum: ESP-IDF
- Topic: conflict when using esp-modem and ethernet or wifi
- Replies: 0
- Views: 1461
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 time....
- Fri Apr 14, 2023 3:24 am
- Forum: ESP-IDF
- Topic: build partition table allocation should not cause overflow
- Replies: 5
- Views: 4518
- Thu Apr 13, 2023 8:53 pm
- Forum: ESP-IDF
- Topic: build partition table allocation should not cause overflow
- Replies: 5
- Views: 4518
Re: build partition table allocation should not cause overflow
@MicroController I realized that I was looking at the wrong partition table. I have an ESP32 with 4M flash. and my binary, if I understand right is 1073120 bytes. What is the issue. I seem to have enough memory for this 4MB flash ESP32?? I don't get the error message: "E (653) spi_flash: Detected si...
- Wed Apr 12, 2023 8:18 pm
- Forum: ESP-IDF
- Topic: build partition table allocation should not cause overflow
- Replies: 5
- Views: 4518
Re: build partition table allocation should not cause overflow
Yes that was it. My flash size, which was 8M got dropped to 2M too.
thx
thx
- Tue Apr 11, 2023 10:00 pm
- Forum: ESP-IDF
- Topic: build partition table allocation should not cause overflow
- Replies: 5
- Views: 4518
build partition table allocation should not cause overflow
Hi, please help me with this issue. I'm a big fan of esp-idf and espressif's ESP32 SoC's. I've been building and running my "Receiver-v1" project fine until now after a few minor changes that I'm aware of I'm getting an "overflow" error, see below. See my partition table below where the factory app ...