Search found 4 matches

by doyoon.kim
Wed Jun 15, 2022 10:53 am
Forum: ESP32 Arduino
Topic: ESP32 ethernet no ETH.end / disable
Replies: 0
Views: 1892

ESP32 ethernet no ETH.end / disable

I'm working on a project based on ethernet communication via ESP32 + LAN8720 module I set up a static IP right after booting and proceed with certain tasks, and a sequence is needed to change the dynamic IP. In ETH.H/CPP there is a begin method but no corressponding end method. I am going to make ET...
by doyoon.kim
Sun Jan 23, 2022 6:13 am
Forum: ESP32 Arduino
Topic: RSA - The public key operation failed - ISSUE
Replies: 4
Views: 5488

Re: RSA - The public key operation failed - ISSUE

Hi ESP_Sprite I conducted a data transfer test every 5 minutes to determine the cause of the problem. As in the attached code source, I skipped verification of SSL I need an answer to this part of why I am suddenly doing SSL authentication WiFiClientSecure *pClientSecure = new WiFiClientSecure; http...
by doyoon.kim
Fri Jan 21, 2022 5:16 am
Forum: ESP32 Arduino
Topic: RSA - The public key operation failed - ISSUE
Replies: 4
Views: 5488

Re: RSA - The public key operation failed - ISSUE

Hi ESP_Sprite This is a problem that occurs while operating normally. (more than 5 hours continuous time) It is not a problem that occurs immediately after booting. I found a similar issue while browsing the website, and couldn't find a solution there, so I raised the issue. I need an answer that wi...
by doyoon.kim
Fri Jan 21, 2022 1:39 am
Forum: ESP32 Arduino
Topic: RSA - The public key operation failed - ISSUE
Replies: 4
Views: 5488

RSA - The public key operation failed - ISSUE

Hi Team We are developing a device that uses the ESP32 wrover to collect values ​​through environmental sensors and send them to AWS. Sending to AWS " [E][ssl_client.cpp:36] _handle_error(): [start_ssl_client():218]: (-17040) RSA - The public key operation failed : BIGNUM - Memory allocation failed ...