Hello, I followed the set up instrustions on the BSEC2 Github and managed to get the BME688 sensors working using the ESP8266 (arduino feather Huzzah!) and the basic example. I wanted to write the data i'm reading to an influxDB server although the code causes the ESP8266 to crash whenever I add the client.writepoint(sensor) line. I've attached the code and commented where I've tried to add the write command (both inside the loop funciton and newdatacall function) if anyone could advise how to modify the code so that the upload to influx is successful without causeing the code to crash that would be fantstic. Thanks
... View more