Remote control protocol reverse engineering

Ytsirk analyzed the remote control protocol from a LED license plate frame using the USB IR Toy. Also check out part I and part II that introduce the hardware. We can’t wait for the next installment that covers reprogramming the marquee with a battery powered IR Toy, it sounds like there’s a lot of potential […]

USB IR Toy: Sampling mode

See the latest version in the documentation wiki. The USB IR Toy test firmware v1.04 has a new infrared sampling mode that will be used by the upcoming WinLIRC plugin. This mode times the duration of infrared pulses and sends the measurements to the computer. It’s currently receive-only, but we’ll add a compatible transmit feature […]

USB IR Toy: WinLIRC, irPyton updates

WinLIRC, the Windows version of the popular LIRC PC remote control decoder, has seen a spurt of development after 4 years of no activity. The updated version uses a new plugin system that should be able to support the USB IR Toy’s irman decoder mode and rawIO modes. We’re also adding a new mode that […]

USB IR Toy: rawIO capture, analyze, and replay

The USB IR Toy will soon have a cross-platform GUI that can capture, display, and replay infrared signals. The application is written in Python with the open source wxPython IDE. If you’d like to join the effort, our latest work is always in the SVN. We hope to have a demonstration version soon. What should […]

USB Infrared Toy, web platform back in stock

The USB IR Toy is back in stock at Seeed Studio. Back orders will ship now, and new orders should ship immediately. The latest batch of USB IR Toys has a few minor updates: The IR LED footprint was swapped for a correct version. A plain IR LED instead of the metal-can version. The IR […]

Confessions of a prototyper: USB Infrared Toy

Confessions is a series where we share prototypes that didn’t quite work out. Read previous posts for the Bus Pirate, #twatch, and web platform here. The USB Infrared Toy took a few tries to get right. We’d like to fill you in on some things that happened behind the scenes before we released the v1 […]

USB Infrared Toy firmware v1.02

There’s a new firmware, hardware, and source archive for the USB Infrared Toy available for download here. This release includes a very minor firmware update, there’s no real compelling reason to upgrade: USB device descriptor properly reports bus-powered device Removed padding from manufacturer string in descriptor Increased delay before and after self-test Updated self-test version […]

USB IR Toy: Calculate transmitter carrier frequency

See the latest version in the documentation wiki. The USB IR Toy raw IO mode samples and replays infrared waveforms.  IRIO mode starts with a default 36kHz infrared transmit modulation frequency. The rate can be changed with the setup modulation command (0×02), followed by a byte that sets the pulse-width modulator match value (PR2), and […]