Hello.
Any possibility to read output pin state for ESP32-S3 and ESP-IDF (master branch)?
Search found 24 matches
- Sat Nov 23, 2024 11:01 am
- Forum: ESP-IDF
- Topic: Reading output GPIO pin logic state
- Replies: 9
- Views: 36410
- Fri Mar 03, 2023 2:00 am
- Forum: ESP-IDF
- Topic: esp_modem and SIMCom A7672x
- Replies: 1
- Views: 2066
Re: esp_modem and SIMCom A7672x
Nobody familiar with that?
Or did i post it in the wrong forum section?
Or did i post it in the wrong forum section?
- Wed Mar 01, 2023 7:34 am
- Forum: ESP-IDF
- Topic: esp_modem and SIMCom A7672x
- Replies: 1
- Views: 2066
esp_modem and SIMCom A7672x
Hello.
I'm trying to connect ESP32-S3 with SIMCom A7672x module via USB and using truncated pppos_client example with VSCode for it.
The problem is that i can not read correct data from module, although it can send SMS.
I (10347) PPPoS_SimCom: Initializing esp_modem for the A7672x module...
I ...
I'm trying to connect ESP32-S3 with SIMCom A7672x module via USB and using truncated pppos_client example with VSCode for it.
The problem is that i can not read correct data from module, although it can send SMS.
I (10347) PPPoS_SimCom: Initializing esp_modem for the A7672x module...
I ...
- Mon Jan 30, 2023 3:22 pm
- Forum: ESP-IDF
- Topic: IDF vscode extension fails to install correctly
- Replies: 1
- Views: 3579
Re: IDF vscode extension fails to install correctly
System environment variable IDF_PYTHON_ENV_PATH
undefined
System environment variable PYTHON
undefined
Those paths undefined. Looks like script can not find Python, because you installed it separately.
>Configurations has spaces
<HOMEPATH>
Perhaps your windows user name looks like: COOL ...
undefined
System environment variable PYTHON
undefined
Those paths undefined. Looks like script can not find Python, because you installed it separately.
>Configurations has spaces
<HOMEPATH>
Perhaps your windows user name looks like: COOL ...
- Thu Apr 28, 2022 1:01 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCode, ESP IDF rollback
- Replies: 1
- Views: 2920
VSCode, ESP IDF rollback
Hello.
I'm using ESP IDF extension and VS Code.
I'm having problems with the current version (+/-) of ESP IDF 5.0.
ESP-IDF v5.0-dev-2586-ga82e6e63d9-dirty
For some reason the regex() patterns are causing my ESP32 to crash.
I tested this function before (some weeks ago) and it works fine.
Is it ...
I'm using ESP IDF extension and VS Code.
I'm having problems with the current version (+/-) of ESP IDF 5.0.
ESP-IDF v5.0-dev-2586-ga82e6e63d9-dirty
For some reason the regex() patterns are causing my ESP32 to crash.
I tested this function before (some weeks ago) and it works fine.
Is it ...
- Wed Apr 20, 2022 3:05 am
- Forum: ESP-IDF
- Topic: esp_https_server: Could not allocate memory
- Replies: 8
- Views: 6742
Re: esp_https_server: Could not allocate memory
Yes. Now server starts, but got handshake error. Tnanks.The error is because the certificate name changed from cacert to servercert.
- Tue Apr 19, 2022 10:43 am
- Forum: ESP-IDF
- Topic: esp_https_server: Could not allocate memory
- Replies: 8
- Views: 6742
Re: esp_https_server: Could not allocate memory
Hi.
Sorry for not creating a separate thread.
I have the same error at ESP32S3. I don't know when the HTTPS server stopped working - while it was working, I was doing other things. Was debugging a new device today and got this:
E (2288) esp_https_server: Could not allocate memory
Looks like it ...
Sorry for not creating a separate thread.
I have the same error at ESP32S3. I don't know when the HTTPS server stopped working - while it was working, I was doing other things. Was debugging a new device today and got this:
E (2288) esp_https_server: Could not allocate memory
Looks like it ...
- Mon Oct 18, 2021 1:57 am
- Forum: ESP-IDF
- Topic: MQTT client won't reconnect
- Replies: 3
- Views: 4121
Re: MQTT client won't reconnect
@tommeyers,
>Are you running mqqt server in verbose mode?
Hmm, probably yes. There are several log files.
But I didn't see any messages in the console on the client (esp32 device).
>Are you running mqqt server in verbose mode?
Hmm, probably yes. There are several log files.
But I didn't see any messages in the console on the client (esp32 device).
- Sun Oct 17, 2021 1:08 pm
- Forum: ESP-IDF
- Topic: MQTT client won't reconnect
- Replies: 3
- Views: 4121
- Fri Oct 15, 2021 4:06 am
- Forum: ESP-IDF
- Topic: MQTT client won't reconnect
- Replies: 3
- Views: 4121
MQTT client won't reconnect
Hello.
How can i find out why the MQTT client hangs when disconnected?
There are no messages about trying to reconnect.
How can i find out why the MQTT client hangs when disconnected?
There are no messages about trying to reconnect.