All About Circuits

Latest Discrete Logic Articles and Videos

Categories

Using Interrupts on Arduino

Using Interrupts on Arduino

We've all been there - you've spent hours and hours trying to get that sketch working, but somehow, you're not reacting well to time critical events in your system. Maybe it's a wireless peripheral indicating when a packet is ready. Maybe it's an external Flash device signaling when data is ready to be read out. Maybe it's as simple as a button push that you need to react quickly to! But, try as you might, it seems the best way to see these sort of events is to just digitalRead() that pin over and over in your main loop() function until something interesting happens. ...or is it?


How to Use the Arduino’s Digital I/O

How to Use the Arduino’s Digital I/O

The digital inputs and outputs (digital I/O) on the Arduino are what allow you to connect sensors, actuators, and other ICs to the Arduino . Learning how to use the inputs and outputs will allow you to use the Arduino to do some really useful things, such as reading switch inputs, lighting indicators, and controlling relay outputs.


Projects Jun 05, 2015 by Tim Youngblood
The Sitara AM437x Industrial Development Kit (IDK)

The Sitara AM437x Industrial Development Kit (IDK)

The SitaraAM437x Industrial Single-Chip Drive Solution for Multi-Protocol Industrial Communication and Motor Feedback is Now Available.


News Apr 06, 2015 by Tim Youngblood