Search found 3 matches

by AndonProject
Mon Jan 22, 2018 7:38 am
Forum: ESP32 Arduino
Topic: MQTT disconnection
Replies: 0
Views: 3017

MQTT disconnection

Hello Community We are working on an Andon project using the MQTT protocol (MQTTClient.h). The ESP32 works as a client and the server is set on a company intern network. However, the WiFi connection is established and stable. But the client gets disconnected from the Server. We solved it, that we ch...
by AndonProject
Fri Jan 19, 2018 1:47 pm
Forum: ESP32 Arduino
Topic: WiFiClient connection error
Replies: 6
Views: 13683

Re: WiFiClient connection error

Hi bioyavuz Thank you for this suggestion. I had the same issues as gearwalker, but I am still not able to solve it. I tried your suggestion and it did not work either. I believe, that changing the core debug level to "None" does not affect this issue, because the error will not be sent to the Seria...
by AndonProject
Wed Dec 06, 2017 9:39 am
Forum: ESP32 Arduino
Topic: No connect to WiFi when using SimpleTimer.h
Replies: 0
Views: 3718

No connect to WiFi when using SimpleTimer.h

Dear Community For my project I am using an ESP32 to connect to a WLAN network for communicating using MQTT. The program offers several features. It worked fine, except when I included some program code for buzzering. To make the noise more comfortable I used two timers to let it sound for several i...