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: 8
- Views: 30026
- Fri Mar 03, 2023 2:00 am
- Forum: ESP-IDF
- Topic: esp_modem and SIMCom A7672x
- Replies: 1
- Views: 1527
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: 1527
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 (10347...
- Mon Jan 30, 2023 3:22 pm
- Forum: ESP-IDF
- Topic: IDF vscode extension fails to install correctly
- Replies: 1
- Views: 2629
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 USER. Haven...
- Thu Apr 28, 2022 1:01 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCode, ESP IDF rollback
- Replies: 1
- Views: 2453
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 possi...
- Wed Apr 20, 2022 3:05 am
- Forum: ESP-IDF
- Topic: esp_https_server: Could not allocate memory
- Replies: 8
- Views: 5471
- Tue Apr 19, 2022 10:43 am
- Forum: ESP-IDF
- Topic: esp_https_server: Could not allocate memory
- Replies: 8
- Views: 5471
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 can n...
- Mon Oct 18, 2021 1:57 am
- Forum: ESP-IDF
- Topic: MQTT client won't reconnect
- Replies: 3
- Views: 3595
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: 3595
- Fri Oct 15, 2021 4:06 am
- Forum: ESP-IDF
- Topic: MQTT client won't reconnect
- Replies: 3
- Views: 3595
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.