Hello,
I have made an application that get data from sensors and display it on a WEB page;
but when a particular sensor (BME280) is connected with other sensors, WIFI connection crashes (CC3200MOD in AP mode).
Immediately after I disconnected the BME280 sensor, WIFI is ON again and everything is ok.
To display the data on the WEB page I use the Token system, base on httpServer example.
The idea is as on the following picture :
My question is : Is it a problem from the sensor or could it be a problem in the C code that handle Tokens ?
Regards,
Yoann