Best practices for Spark Variable update frequency?

Hi @JL_678

Have you seen my tutorial on Spark functions and variables here?

Using a very simple reload window interval of 1 second, I was able to get real-time control over a servo with a web page. You couldn't fly a helicopter with this but you could make a lot of control systems work just fine.

You could update the temperature every 10 seconds and other sensors every second and still combine the data into one string to send back to the web.

1 Like