I’m trying to implement a few things on a ESP8266: the weather station from thingpulse, getting readings from a BME280 sensor and receiving data from a a Arduino nano, which separately all works great, but I found out that when I put all toghether, something is goiong on with the delay, for example getting problems with the serial comunication and not receiving properly the info, and same thing happens with the WIFI waiting time and the readings from the BME280.
So my question is How do I should treat this delay that every one needs ???