Search found 7 matches

by k0rkunc
Sat Apr 24, 2021 7:38 am
Forum: General Discussion
Topic: esp32 webserver reset..
Replies: 1
Views: 2529

esp32 webserver reset..

Hello, I'm doing a web server, but when I refresh the page on the web server I created, esp32 resets how do I fix it #0 0x4000c3f0:0x3ffd2af0 in ?? ??:0 #1 0x400da49e:0x3ffd2b10 in String::move(String&) at C:\Users\OnurNP\.platformio\packages\framework-arduinoespressif32\cores\esp32/WString.cpp:857 ...
by k0rkunc
Mon Apr 19, 2021 9:14 pm
Forum: General Discussion
Topic: esp32 interference reset
Replies: 1
Views: 2014

esp32 interference reset

Hello

I did a project with esp32. In the project I did, a motor with 20 kW power works and stops at certain intervals.

sometimes esp32 is reset I guess it gets interference how can I prevent it
by k0rkunc
Wed Apr 14, 2021 7:41 am
Forum: ESP-IDF
Topic: http request char add to char problem
Replies: 1
Views: 1883

Re: http request char add to char problem

solved with sprintf
by k0rkunc
Tue Apr 13, 2021 11:34 pm
Forum: ESP-IDF
Topic: http request char add to char problem
Replies: 1
Views: 1883

http request char add to char problem

Hello I am trying to upload data from google sheets http request but there is a situation like this I need to add a few char type variables to the link but I could not add idf string I guess it does not support https://script.google.com/macros/s/AKfycbxSoX-4V3JIYQESoan7f3D5FHD87RZSHKMB0P2mz6h_3QSYN0...
by k0rkunc
Sun Mar 28, 2021 2:17 pm
Forum: ESP32 Arduino
Topic: esp32 s2 HTTPS request problem
Replies: 4
Views: 5054

Re: esp32 s2 HTTPS request problem

how to fix that

can u give me example
by k0rkunc
Mon Mar 22, 2021 10:22 am
Forum: ESP32 Arduino
Topic: esp32 s2 HTTPS request problem
Replies: 4
Views: 5054

Re: esp32 s2 HTTPS request problem

What code/library are you using to connect to https? Are you using port 443 and not port 80? My codes /** BasicHTTPSClient.ino Created on: 14.10.2018 */ #include <Arduino.h> #include <WiFi.h> #include <WiFiMulti.h> #include <HTTPClient.h> #include <WiFiClientSecure.h> // This is GandiStandardSSLCA2...
by k0rkunc
Sun Mar 21, 2021 9:41 am
Forum: ESP32 Arduino
Topic: esp32 s2 HTTPS request problem
Replies: 4
Views: 5054

esp32 s2 HTTPS request problem

hi im using esp32 s2 saola

I can connect to wi-fi, I can also login to http sites, but when I want to login to https sites such as google sheets, I get an error code -1 or connection refused error. How can I fix this error.