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
Deep dive into how the Teensy microcontroller interacts with the Arduino library
›
The Arduino language lets you program microcontrollers at a high level, controlling I/O pins without worry about exactly how the micro...
4 comments:
Decoding an air conditioner control's checksum with differential cryptanalysis
›
Back in 2009 I wrote an Arduino library ( IRRemote ) to encode and decode infrared signals for remote controls. I got an email recently fr...
8 comments:
Teardown and exploration of Apple's Magsafe connector
›
Have you ever wondered what's inside a Mac's Magsafe connector? What controls the light? How does the Mac know what kind of charger ...
130 comments:
My 0.015 minutes of fame on CNN
›
I recently wound up on CNN for a couple seconds doing some Arduino hacking as part of a segment on Google's workshops. Click the image ...
2 comments:
64-bit RC6 codes, Arduino, and Xbox remotes
›
I've extended my Arduino IRremote library to support RC6 codes up to 64 bits long. Now your Arduino can control your Xbox by acting a...
23 comments:
Control your mouse with an IR remote
›
You can use an IR remote to control your computer's keyboard and mouse by using my Arduino IR remote library and a small microcontroll...
5 comments:
IRremote library now runs on the Teensy, Arduino Mega, and Sanguino
›
Thanks to Paul Stoffregen of PJRC , my Arduino IR remote library now runs on a bunch of different platforms, including the Teensy , Arduin...
22 comments:
Testing the Arduino IR remote library
›
I wrote an IR remote library for the Arduino ( details ) that has turned out to be popular. I want to make sure I don't break things a...
11 comments:
Improved Arduino TV-B-Gone
›
Oct 2016: An updated version of the code is on github , thanks to Gabriel Staples . The TV-B-Gone is a tiny infrared remote that can tu...
61 comments:
Getting the (literal) bugs out of a driveway gate controller
›
My driveway has a gate that automatically opens when you drive up, and then closes. Recently it stopped working and this blog post describe...
9 comments:
Understanding Sony IR remote codes, LIRC files, and the Arduino library
›
This article describes how to understand Sony IR codes and how to get them from the LIRC files. The article is intended to describe codes f...
30 comments:
›
Home
View web version