Skip to main content
avdweb
Home
Popular
Maxun e-kit
Spotwelder
Universal Power Control board
Solarbike
E-bike
Motor
Ebike Electronics
Batteries
Ebike misc.
Mechanical issues
Arduino
SAMD21
Arduino misc.
Hardware interfacing
Programming
Timing
ADC-DAC
Measurement
ATtiny3217
Tech tips
Tech tips Electronics
PCB
Composites
PV panels
Computer
Tech tips Miscellaneous
GPS
GPS info
Wandelingen (NL)
Fietsroutes (NL)
Miscellaneous
Columns
Life
Other
Archaeology
Search
Home
Popular
E-bike
Arduino
Tech tips
GPS
Miscellaneous
Search
Home
Arduino
Timing
Timing
Arduino timer0 interrupt problems
The Arduino built-in timer0 interrupt may cause hard-to-find bugs This article covers a lesser-known Arduino issue: Arduino programs are interrupted every 1.024 ms by an Interrupt Service Routine ...
Read more
SAMD21 timer library
Intro For the SAM15x15 Arduino compatible board, which uses the SAMD21G, I needed a timer library. Unfortunately, such a library didn't exist, so I have time invested in its development myself.
Read more
Non-blocking Virtual Delay timer for the Arduino
Introduction The standard Arduino delay() function blocks the Arduino, that is not always allowed. The standard delay has limitations too; it is not possible to use multiple delays at the sa...
Read more
Simple Arduino Stopwatch library
Measure interval times With this library we can measure interval times. Another application is measuring the execution time of a piece of code. The interface is easy and the results can be printed...
Read more
Frequency / period counter for the Arduino
Arduino frequency counter intro Here is a frequency counter for the Arduino, it is used in many projects, such as the pedelec legalisation device and the scale interface. The libra...
Read more