News

Microcontroller interrupts are one of the big tools in our embedded programming arsenal. They make the chip listen for particular events, and once detected they stop what they’re doing and run a ...
Interrupts are the name of the game for more functional microcontroller firmware. [Rajendra] just posted a tutorial covering all of the interrupt types for the PIC 16F688 microcontroller. He gives an ...
Reading quadrature encoder signals at high speeds (e.g., 1MHz, or, 1m/s with a resolution of 1µm) often requires dedicated hardware. This Design Idea shows a simple scheme to accomplish this function ...