- Hello,
- I am using Highcharts to draw 6 differents values , 6 differents Y axis , on a XY chart.
- get 6 datas every 2 sec as :
- 1 counter,DS18B20 sensor, AM2302 Humidity and Temperature, Pressure with I2C BMP085,and a MCP23017
- + Oled Dsiplay SD1306
- Web page resfhreshed every 1 minute
- I wanted to add Ntp server ... but Ntp works fine , i get good info Date & Time
- but in this case i don't refresh anymore DS18B20 result .. keep always the same value .
- If i don't enable the NTP server .. DS18B20 value is refreshed ..OK
- it seems that ESP32 is overbooked !
- somme task are not running ?
- too much work assign to ESP32 ?
- How to check that ?
- Nota: in the tools-> console of the webpage ,
- i see a message Violation ..settimeout
- but in the 2 cases : with or without NTPserver
- at the 1rst line of code , i put a conditional compile with this #define WithNTP
- choice : commented or not ..
Uart capture :