timer


One of the directions my PiBox project is headed is as a central hub for sensor management.  This implies the ability to communicate between the PiBox and the sensor node using BLE or Wifi.  PiBox can do that already over Wifi (and supports basic BLE communication though lacks a meaningful […]

Embedded project: 4 channel Arduino-based power controller


5
The man page for timer_create() (used in applications, not in kernel code) gives a useful example of how to create and start high resolution timers.  However, it fails to mention that if you use multiple timers with a single signal then you need have a single signal handler that can […]

Working with timer_create() to use multiple timers using a single ...