Search found 6 matches

by kotyara12
Wed May 15, 2024 10:35 am
Forum: ESP-IDF
Topic: Sending files (images) to telegram
Replies: 0
Views: 565

Sending files (images) to telegram

Greetings.
Please tell me a working example of sending images to telegram using the esp_http_client API.
There are no problems with sending messages via JSON, but I still can’t beat sending files.
Thanks in advance!
by kotyara12
Mon Jan 23, 2023 1:30 pm
Forum: ESP-IDF
Topic: Linking BME680 BSE2C library to ESP-IDF and PlatformIO
Replies: 0
Views: 813

Linking BME680 BSE2C library to ESP-IDF and PlatformIO

Good day! Help to connect an external compiled library libalgobsec.a to the ESP-IDF and PlatformIO project (maybe this is essential). I created a driver library with the following structure (maybe this is wrong): https://i.ibb.co/Z6gq4gH/image.png I tried to do it by analogy with https://www.esp32.c...
by kotyara12
Sun May 29, 2022 6:14 am
Forum: ESP-IDF
Topic: How to properly use esp_http_client_config_t cfg.use_global_ca_store = true;
Replies: 0
Views: 1945

How to properly use esp_http_client_config_t cfg.use_global_ca_store = true;

Good day everyone! How to properly use esp_http_client_config_t cfg.use_global_ca_store = true; As far as I understand, global CA storage is designed to store several certificates, which can then be used by one or more https requests. How I did: 1. When the application is launched on the MCU, the fo...
by kotyara12
Sat Apr 16, 2022 12:13 pm
Forum: ESP-IDF
Topic: esp_wifi_connect() returns ESP_ERR_WIFI_CONN
Replies: 0
Views: 1328

esp_wifi_connect() returns ESP_ERR_WIFI_CONN

Good afternoon. ESP32-WROVER + ESP-IDF , WiFi works in STA mode (connects to a router). Until Friday, the device worked successfully for more than a month. Physical connection to the port showed that esp_wifi_connect() now always returns ESP_ERR_WIFI_CONN. A search for this error does not give anyth...
by kotyara12
Wed Mar 23, 2022 6:13 am
Forum: General Discussion
Topic: How to use all available RAM on ESP32-D0WD-V3?
Replies: 2
Views: 2924

Re: How to use all available RAM on ESP32-D0WD-V3?

Thank you for your reply. Yes, I got it yesterday. I set up SPIRAM, and now I have a lot of free memory.
by kotyara12
Tue Mar 22, 2022 11:24 am
Forum: General Discussion
Topic: How to use all available RAM on ESP32-D0WD-V3?
Replies: 2
Views: 2924

How to use all available RAM on ESP32-D0WD-V3?

Good afternoon! I am currently developing a fairly large ESP32 program using ESP-IDF and PlatformIO. After some time, there was a problem with a lack of RAM, especially at times when there are problems with Internet access, and the device is forced to "save" data not sent to the server. To solve thi...