Simple Devices Protecting Our Water System

We are all used to turning on the faucet and having clean, drinkable water on demand. But think about what happens afterwards in your home: that water is used to wash dishes or water lawns and many other uses that render it undrinkable. What stops this nasty water from flowing back into your pipes and out of your kitchen faucet? A backflow preventer. This simple, but vital, part of your plumbing turns your water pipes into one-way systems that give out clean, drinkable water. This isn’t just about making your water taste nice: backflow preventers protect your water supply from things like brain-eating amoeba and E Coli that could kill.

Continue reading “Simple Devices Protecting Our Water System”

Full-Color Edge-Lit Laser Cut Acrylic

Edge-lit art has been around for a very long time, and most people have probably come across it in a gift shop somewhere. All it takes is a pane of transparent material (usually an acrylic sheet) with the artwork etched into the surface. Shine a light into the sheet from the edge, and refraction takes over to light up the artwork. However, this technique is almost always limited to a single pane, and therefore a single color. [haqnmaq] wanted to take this idea and make it full-color, and has written up a great Instructables tutorial on how to accomplish this.

If you want to make something like this yourself, the only thing you really need is a laser cutter and some basic electronics equipment. The process itself is so straightforward that it’s surprising that it isn’t more common. You start by taking a photo of your choice and use an image editor to break it up into three photos, one for red, one for green, and one for blue. Each of those photos is then etched into an acrylic pane with a laser cutter. When the panes are positioned in front of each other and edge-lit with their respective LEDs, a full-color image comes to life.

This isn’t the first edge-lit artwork project we’ve featured, but it definitely has the highest fidelity. Because [haqnmaq’s] technique uses three colors, you can use his tutorial to reproduce any photo you like. You could even take this a step further and create animated photos by adding more panes and lighting them up in the correct sequence!

Trailblazing Artisans Of Road Building

A lot of us take roads for granted, at least until they are icy or torn up by construction. The concept of creating fixed paths seems to be in our firmware. Finding the shortest distance to food or water and marking a trail to it from home base has always been its own reward.

Roads have come a long way from the simple paths beaten by man and beast. But the basic configuration of paved roads hasn’t changed all that much since the Roman empire. Whatever they’re made of, they need to be able to drain water and support heavy loads.

New issues arose as modes of transportation shifted in favor of the automobile. Road surfaces needed to provide friction against tires. But how did we get from the stone-paved roads of Rome to the asphalt and concrete roads of today?

Continue reading “Trailblazing Artisans Of Road Building”

A Modern 386 Development Board

Some readers out there probably have nostalgic feelings for their first 386 based PC, the beeps and hisses of the modem, and the classic sound of a floppy drive’s stepper motor. Perhaps that turbo button that we could never quite figure out.

If you want the power of a 386 processor today, you’re in luck: [Pierre Surply] has developed a modern development board for the 80386SX CPU. This board is based on a 386 processor that comes in a LQFP package for “easy” soldering, and an Altera Cyclone IV FPGA.

To allow the CPU to run, the FPGA emulates the chipset you would usually find on a PC motherboard. The FPGA acts as both a bus controller and a memory controller for the CPU. On the board, there’s an SRAM chip and internal memory on the FPGA, which can be accessed through the 386’s bus access protocol.

The FPGA also provides debugging features. A supervisor application running on the FPGA gives debugging functionality via a FTDI USB to UART chip. This lets you control operation of the CPU from a PC for debugging purposes. The FPGA’s memory can be programmed through a JTAG interface.

The project is very well documented, and is a great read if you’re wondering how your old 386 actually worked. It can even be hand soldered, so the adventurous can grab the design files and give it a go. The francophones reading can also watch the talk in the video below.

Continue reading “A Modern 386 Development Board”

Microsoft, Minecraft, And Kids

Code.org annually sponsors an Hour of Code (December 7th to the 13th will be the third one). The goal is to try to teach kids the basics of computer science in just an hour. Microsoft has announced they will team with Code.org to bring Minecraft-based lessons to this year’s hour.

It makes sense when you remember that Microsoft bought Mojang (the company behind Minecraft) last year. Users can sign up for the free Hour of Code Minecraft module and learn how to make characters adventure through a Minecraft world using programming. There are other themed modules, too, including Star Wars, Frozen, and other kid-attracting motifs. There’s also a lot of videos (like the one below) that explain why you might want to learn about computer science.

If you think Minecraft isn’t a sufficient programming language, don’t be so sure. There are many Minecraft CPUs out there as well as a (very slow) word processor. If you want real hardware, you might check out our review of Minecraft-related projects from earlier this year.

Continue reading “Microsoft, Minecraft, And Kids”

Optimizing Crop Yield With IoT

For a recent hackathon, a group of strangers (now friends!) created Crop Squares — a system designed to optimize crop yield by better tracking weather and soil conditions.

The event was hosted in Madrid called Future Hacks Internet of Things Edition, with the goal to build disruptive IoT solutions to help change the world. In 54 hours.

The concept behind crop squares is to make a graphical user interface using Dizmo that clearly shows the status of your crops in a grid system. For the prototype they used an Arduino Pro Mini with moisture sensors in potted plants to detect moisture levels, while a Raspberry Pi also collected weather data for the area being watched. The Arduino used an ESP8266 WiFi module to transmit the data remotely. To demonstrate how the system could be used in an automated sense, they hooked up another Arduino (this time a Leonardo), to pour water once the moisture levels dropped below a certain threshold.

Crop Squares won the Best Pitch Award as well as the Best Integration of Dizmo — good job guys!

Speaking of moisture sensors — did you know you can build your own using some plaster of paris and nails?

Audio-coupled Smoke Alarm Interface Sends Texts, Emails

The Internet of Things is getting to be a big business. Google’s Nest brand is part of the trend, and they’re building a product line that fills niches and looks good doing it, including the Nest Protect smoke and CO detector. It’s nice to get texts and emails if your smoke alarm goes off, but if you’d rather not spend $99USD for the privilege, take a look at this $10 DIY smoke alarm interface.

The secret to keeping the cost of [Team SimpleIOThings’] interface at a minimum is leveraging both the dirt-cheap ESP8266 platform and the functionality available on If This Then That. And to keep the circuit as simple and universal as possible, the ESP8266 dev board is interfaced to an existing smoke detector with a simple microphone sensor. From what we can see it’s just a sound level sensor, and that should work fine with the mic close to the smoke detector. But with high noise levels in your house, like those that come with kids and dogs, false alarms might be an issue. In that case, we bet the software could be modified to listen for the Temporal-Three pattern used by most modern smoke detectors. You could probably even add code to send a separate message for a CO detector sounding a Temporal-Four pattern.

Interfacing to a smoke detector is nothing new, as this pre-ESP8266 project proves. But the versatile WiFi SoC makes interfaces like this quick and easy projects.

Continue reading “Audio-coupled Smoke Alarm Interface Sends Texts, Emails”