Search found 3 matches

by Thomseeen
Mon Feb 11, 2019 9:02 am
Forum: ESP-IDF
Topic: Connectifity issues
Replies: 5
Views: 6216

Re: Connectifity issues

There's no difference in logic, just a performance impact, however I can imagine some mqtt issues might be theoretically caused by delays on network side, as multiple mqtt messages can be packed to a single tcp packet (this caused some trouble also in esp-mqtt, but also should be resolved by recent...
by Thomseeen
Thu Feb 07, 2019 4:05 pm
Forum: ESP-IDF
Topic: Connectifity issues
Replies: 5
Views: 6216

Re: Connectifity issues

After a few days I found a quiet simple solution altrough I still have no idea what was/is going on. As stated here https://github.com/espressif/esp-mqtt/issues/48 for larger buffers sent via lwip #define CONFIG_USE_ONLY_LWIP_SELECT 1 needs to be set. In menuconfig it can be found at "Component Sett...
by Thomseeen
Tue Feb 05, 2019 8:58 am
Forum: ESP-IDF
Topic: Connectifity issues
Replies: 5
Views: 6216

Connectifity issues

Hey! :) so I have been playing around with an ESP32 for a little now and my project should be finished but I have some weird connectivity issues which I just can't manage to resolve. The latest version of my project can be found here https://github.com/Thomseeen/Summerschool.MQTT_Doorbell_Demo/tree/...