LibraryActive

Blynk.Timer

Blynk.Timer is a built-in timer feature in the Blynk Library for sending data at intervals.

Open source page ↗

Product features

Product features

Improved Compatibility

Better compatibility with boards like Arduino 101, Intel Galileo, etc.

Periodic Data Sending

Send data to Blynk Cloud at set intervals using timers.

Based on SimpleTimer

Built on the SimpleTimer library, but included in Blynk by default.

Skip Missed Intervals

If a timer is delayed, it skips missed intervals and calls the function only once.

Task scheduling

Schedule tasks to run at specified intervals.

Up to 16 Timers

A single BlynkTimer object can schedule up to 16 timers.