Ken Shirriff's blog
Computer history, restoring vintage computers, IC reverse engineering, and whatever
Showing posts with label
arduino
.
Show all posts
Showing posts with label
arduino
.
Show all posts
Detecting an IR Beam Break with the Arduino IR Library
›
One reader asked how to use my Arduino Infrared Library to detect breakage of an IR beam. The answer was too long for the comments section...
37 comments:
Don't walk! Controlling a pedestrian sign with an Arduino
›
My latest project is controlling a pedestrian sign with an Arduino, so it will automatically step through the states of walk, flashing don...
4 comments:
Using arbitrary remotes with the Arduino IRremote library
›
My IRremote library decodes output from many infrared remotes: Sony, NEC, RC5, and RC6. However, many remotes use other protocols. While ...
21 comments:
Arc beats Python for a web-controlled stereo
›
I recently set up a web interface to my stereo, implementing it in both Python and Arc. I found that, much to my surprise, writing the Arc ...
1 comment:
TV-B-Gone for the Arduino
›
I've ported the TV-B-Gone code to run on the Arduino board. If you haven't seen a TV-B-Gone, it's a cute gadget that you point...
43 comments:
Controlling your stereo over the web with the Arduino infrared library
›
Here's how you can control your stereo over the web. Not only that, but any other electronics with a IR remote control can now be contr...
41 comments:
IR Bubbles: Controlling a relay with an Arduino and an IR remote
›
An Arduino can be used to turn devices on and off via an infrared remote. As an entirely impractical example of how to use my Arduino infrar...
8 comments:
An Arduino universal remote: record and playback IR signals
›
I've implemented a simple IR universal remote that will record an IR code and retransmit it on demand as an example for my IR library . ...
100 comments:
A Multi-Protocol Infrared Remote Library for the Arduino
›
Update The easiest way to use the library is through the Arduino IDE's library manager; the library is "IRremote". The code i...
894 comments:
Arc + Arduino + ARM: Temperature monitoring
›
I'm using my Arc web server running on an ARM-based SheevaPlug to get analog data from my Arduino. The frame below and the graph of tem...
3 comments:
Secrets of Arduino PWM
›
Pulse-width modulation (PWM) can be implemented on the Arduino in several ways. This article explains simple PWM techniques, as well as how...
67 comments:
‹
›
Home
View web version