Search found 3 matches

by Amal@consyst
Thu Jul 25, 2024 4:25 am
Forum: General Discussion
Topic: ESP32-S3 Crashed and stuck - Didn't Restart
Replies: 0
Views: 348

ESP32-S3 Crashed and stuck - Didn't Restart

static void setup2() { Serial.println("Setup (runnning on 2nd core)"); } static void loop2() { HandleConfigButton(); HandleActivity(); // To resolve core panic because of Watch Dog Timer not being reset delay(1); } // This is task running on the second core of ESP32 void TaskOnCore2( void * pvParam...
by Amal@consyst
Wed Jan 18, 2023 4:37 am
Forum: ESP32 Arduino
Topic: Modbus RTU in esp32 via software serial
Replies: 0
Views: 980

Modbus RTU in esp32 via software serial

I am shifting my project platform from ESP8266 to ESP32. The Modbus RTU read and write via Software serial worked fine with esp8266 using modbus-esp8266 library and as per the documentations I guess this library must work with ESP32. But it causes compilation errors as shown below: E:\AMAL\micredge\...
by Amal@consyst
Thu Aug 25, 2022 5:25 am
Forum: Hardware
Topic: ESP-32 used for data acquisition Controller
Replies: 2
Views: 2436

Re: ESP-32 used for data acquisition Controller

I do have a similar doubt. Can ESP32 be used in industrial environment?. I am working on an industrial iot project and under indoor conditions it was working ok except for few random crashes. But when it was placed under industrial conditions wifi connection failed and Access point Webserver also fa...