Search found 23 matches

by stdenits
Fri Mar 03, 2023 2:00 am
Forum: ESP-IDF
Topic: esp_modem and SIMCom A7672x
Replies: 1
Views: 877

Re: esp_modem and SIMCom A7672x

Nobody familiar with that?

Or did i post it in the wrong forum section?
by stdenits
Wed Mar 01, 2023 7:34 am
Forum: ESP-IDF
Topic: esp_modem and SIMCom A7672x
Replies: 1
Views: 877

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...
by stdenits
Mon Jan 30, 2023 3:22 pm
Forum: ESP-IDF
Topic: IDF vscode extension fails to install correctly
Replies: 1
Views: 1975

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...
by stdenits
Thu Apr 28, 2022 1:01 pm
Forum: IDEs for ESP-IDF
Topic: VSCode, ESP IDF rollback
Replies: 1
Views: 1886

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...
by stdenits
Wed Apr 20, 2022 3:05 am
Forum: ESP-IDF
Topic: esp_https_server: Could not allocate memory
Replies: 8
Views: 3854

Re: esp_https_server: Could not allocate memory

Baldhead wrote:
Tue Apr 19, 2022 7:24 pm
The error is because the certificate name changed from cacert to servercert.
Yes. Now server starts, but got handshake error. Tnanks.
by stdenits
Tue Apr 19, 2022 10:43 am
Forum: ESP-IDF
Topic: esp_https_server: Could not allocate memory
Replies: 8
Views: 3854

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...
by stdenits
Mon Oct 18, 2021 1:57 am
Forum: ESP-IDF
Topic: MQTT client won't reconnect
Replies: 3
Views: 2828

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).
by stdenits
Sun Oct 17, 2021 1:08 pm
Forum: ESP-IDF
Topic: MQTT client won't reconnect
Replies: 3
Views: 2828

Re: MQTT client won't reconnect

Bump.
by stdenits
Fri Oct 15, 2021 4:06 am
Forum: ESP-IDF
Topic: MQTT client won't reconnect
Replies: 3
Views: 2828

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.
by stdenits
Mon Oct 04, 2021 2:12 am
Forum: ESP-IDF
Topic: MQTT + SSL + WSS
Replies: 4
Views: 2899

Re: MQTT + SSL + WSS

Thank you, Tom. This is useful to me.