IR Detective Eases Development With Compact Decoding

Hardware development often involves working with things that can’t be directly perceived, which is one reason good development tools are so important. In appreciation of this, [David Johnson-Davies] created the IR Remote Control Detective to simplify working with IR signals. While IR remote controls are commonplace, there are a number of different protocols and encoding methods in use across different brands. The IR Detective takes care of all of that with three main components, none of which are particularly expensive. To use the decoder, one simply points an IR remote at the unit and presses one of the buttons. The IR Detective will identify the protocol, decode the signal, and display the address and command related to the key that was pressed. The unit doesn’t consist of much more than an ATtiny85 microcontroller, a small OLED display, and an IR receiver unit. The IR receiver used is intended for a 38 kHz carrier, but such receivers can and do respond to signals outside this frequency, although they do so at a reduced range.

As a result, not only is the unit useful for decoding IR or verifying that correct signals are being generated, but the small size and low cost means it could easily be used as a general purpose receiver to add IR remote control to other devices. It’s also halfway to bridging IR to something else, like this WiFi-IR bridge which not only interfaces to legacy hardware, but does it across WiFi to boot.

Circuit VR: Oscillating Bridges

Circuit VR is where we talk about a circuit and examine how it works in simulation with LT Spice. This time we are looking at a common low-frequency oscillator known as the Wien bridge oscillator.

What makes an oscillator oscillate? A circuit with amplification that gets the same amount of the output signal fed back into its input, in phase, will oscillate. This is the Barkhausen criterion. Here, we’re going to look into what makes an oscillator work in simulation, and gain some insight into what happens when there’s too much feedback and too little.

In particular, we’ll look at the Wien bridge oscillator, a very simple design that originated as a way to measure impedance back in 1891. Modern versions add some additional features, but let’s start with the most simple implementation and work our way up.

Continue reading “Circuit VR: Oscillating Bridges”

Unlocking Drones With Go

Looking for a first project in a relatively new language that’ll stretch your abilities? [Ron] was, so he hacked a commercially available drone and opened up a lot of its functionality, while writing the client software in Go.

The drone is a DJI Tello, which has some impressive hardware like a 14-core Intel processor and excellent video processing abilities. There’s also a vibrant community and a lot of support, making it the ideal platform for a project like this. It communicates to a base station via WiFi, and using some tools like the Wireshark [Rob] was able to decipher a lot of the communications and create a whole new driver for the drone. While the drone can be controlled in the traditional way, users can also write programs to control the drone as well.

The project is both an impressive feat in reverse engineering an inexpensive drone, and a fun example of programming in the Go language. Because of the fun and excitement of drones, they have become a popular platform on which to hack, from increasing their range to becoming a platform for developing AI.

A Low Cost, Dead Tree Touch Screen

Remember the “paperless office”? Neither do we, because despite the hype of end-to-end digital documents, it never really happened. The workplace is still a death-trap for trees, and with good reason: paper is cheap, literally growing on trees, and it’s the quickest and easiest medium for universal communication and collaboration. Trouble is, once you’re done scribbling your notes on a legal pad or designing the Next Big Thing on a napkin, what do you do with it?

If you’re anything like us, the answer to that question is misplacing or destroying the paper before getting a chance to procrastinate transcribing it into some useful digital form. Wouldn’t paper that automatically digitizes what you draw or write on it be so much better? That’s where this low-cost touch-sensitive paper (PDF link) is headed, and it looks like it has a lot of promise. Carnegie-Mellon researchers [Chris Harrison] and [Yang Zhang] have come up with cheap and easy methods of applying conductive elements to sheets of ordinary paper, and importantly, the methods can scale well to the paper mill to take advantage of economies of scale at the point of production. Based on silk-screened conductive paints, the digitizer uses electrical field tomography to locate touches and quantify their pressure through a connected microcontroller. The video below shows a prototype in action.

Current cost is 30 cents a sheet, and if it can be made even cheaper, the potential applications range from interactive educational worksheets to IoT newspapers. And maybe if it gets really cheap, you can make a touch-sensitive paper airplane when you’re done with it.

Continue reading “A Low Cost, Dead Tree Touch Screen”