Hackaday Prize Entry: Pan And Tilt Sprinkler

There are a few very popular irrigation systems entered into this year’s Hackaday Prize. In fact, last year’s winner for the Best Product portion of the Prize was the Vinduino, a soil moisture monitor for vineyards. Most of these irrigation systems use drip irrigation or are otherwise relatively small-scale. What if you need something a little more powerful? That’s where [Patrick]’s PTSprinkler comes in. It’s a massive lawn sprinkler coupled to a computer controlled pan and tilt mount. Think of it as a remote controlled Super Soaker, or the Internet of squirt guns. Either way, it’s a great entry for this year’s Hackaday Prize.

The PTSprinkler is designed to use as many low-cost, off-the-shelf components as possible. This started out with a heavy duty outdoor pan-tilt stage an irrigation solenoid valve.

The idea for this sprinkler is to first manually define a shape on the lawn that the sprinkler should cover. From there, the electronics figure out a fill pattern for this grassy polygon. So far, [Patrick] has an electronics board that will move the pan/tilt stage with the help of a Raspberry Pi. You can check out a video of that in action below.

Continue reading “Hackaday Prize Entry: Pan And Tilt Sprinkler”

Hackaday Prize Entry: USB Packet Snooping

Sometimes you run into a few problems when developing your own hardware, and to solve these problems you have to build your own tools. This is exactly how [KC Lee]’s USB Packet Snooper was created. It’s a small device that allows for capturing and analyzing Full Speed USB traffic to debug one of [KC]’s other Hackaday Prize entries.

[KC] is building an HID Multimedia Dial for this year’s Hackaday Prize. It’s kind of like the Microsoft Surface Dial or the ubiquitous Griffin PowerMate that has been on the market for the better part of two decades. This multimedia dial is bitbanging USB with an STM8, which means [KC] needs a tool to capture raw USB packets.

The design of this USB Packet Snooper is split up into two parts. The first is either a dongle or a pass-through device that simply serves as a tap between a USB device and a USB host. The logging and analysis board attaches to this dongle, and uses a rather fast ARM microcontroller to listen in on USB packets and send everything over serial to a PC.

This is a rather novel device; V-USB is limited to Low Speed USB, and other USB capture tools are far out of reach of the hobbyist budget. Software solutions on a PC obviously won’t work because [KC] doesn’t even know if he’s sending valid USB packets. This is a great tool that finally brings hobbyist-level USB analysis up to Full Speed USB.

Hackaday Prize Entry: Don’t Build This

The ESP8266 is a remarkable piece of hardware. What we originally thought — and what was originally marketed as — a simple UART to WiFi bridge with Hayes modem commands has turned into one of the best embedded platforms around. It’s a powerful little microcontroller, it has WiFi, and it can send raw frames. That last bit is awesome, because it allows for some mischief or mirth making, depending on your point of view.

For his Hackaday Prize entry, [Tejas] is building a WiFi Jammer with an ESP8266. It’s a small device that is able to disconnect anyone from a WiFi AP. Should you build it? No. Can you? Sure, why not.

The code for this WiFi hacking tool is taken from the creator of the ESP8266 deauth toolkit, [spacehuhn], although [Tejas] is violating the license for [spacehuhn]’s (non-Open Source) code. This fantastic piece of firmware uses management packets to send a deauthentication frame, effectively allowing anyone to disconnect any device from a WiFi router. Why would anyone want to do this? Mischief, of course, but there are also a few techniques that could allow an attacker to get a password for the WiFi.

While there are ways to protect against deauth attacks, most routers don’t have management-frame protection enabled. In any event, we’re going to see exactly how annoying deauth attacks can be this week at DEF CON. The smart money is on a small percentage of DEF CON attendees lulzing about with ESPs and the Caesar’s CTO being very, very unhappy.

Hackaday’s Assistive Technology Challenge Begins Now

This morning marks a new challenge in the Hackaday Prize: we want to see what you can do with Assistive Technology. Twenty entries will win $1000 each, becoming part of the final round for a chance at the top prizes ranging from $5,000 to $50,000.

Assistive Technology means things that help people by improving their quality of life. This can take so many forms but broadly speaking this could make aging easier, turn disabilities into abilities, or enhance the access and delivery of health care.

We’ve seen great things in this area from the Hackaday community. The Grand Prize for the 2015 Hackaday Prize went to an assistive technology that linked motorized wheelchairs to gaze-controlled computers, called Eyedrivomatic. And at the 2016 Hackaday SuperConference we learned how common tools and crowd sourced skills can lead to a new take on physical rehabilitation with a robot-assisted elbow.

The Hackaday Prize challenges us all to Build Something that Matters. It’s hard to argue that there is a better place to take on this challenge than with Assistive Technologies. Enter your project today!

Hackaday Prize Entry: Minimalist HTTP

For his Hackaday Prize entry, [Yann] is building something that isn’t hardware, but it’s still fascinating. He’s come up with a minimalist HTTP compliant server written in C. It’s small, it’s portable, and in some cases, it will be a bunch better solution than throwing a full Linux stack into a single sensor.

This micro HTTP server has two core modules, each with a specific purpose. The file server does exactly what it says on the tin, but the HTTaP is a bit more interesting. HTTaP is a protocol first published in 2014 that is designed to be a simpler alternative to WebSockets.

[Yann] has been experimenting with HTTaP, and the benefits are obvious. You don’t need Apache to make use of it, HTTaP can work directly with an HTML/JavaScript page, and using only GET and POST messages, you can control hardware and logic circuits.

As this is a minimalist HTTP server, the security is dubious at best. That’s not the point, though. This is just a tool designed for use in a lab or controlled environments with an air gap. Safety, scheduling, encryption, and authentication are not part of HTTaP or this micro HTTP server.

Hackaday Prize Entry: Open Source Patient Monitor

Vital sign monitors are usually found in developed countries; they just cost too much for less affluent communities to afford. The HealthyPi project aims to change that by developing an inexpensive but accurate monitor using a Raspberry Pi, a custom hat studded with sensors, and a touch screen. The resulting monitor could be used by medical professionals as well as students and private researchers.

[Ashwin K Whitchurch] and his team created HealthyPi, a Raspberry Pi hat that includes an AFE4490 chip serving as the pulse oximeter front end, an analog to digital converter that interprets the ECG and respiration data, and a MAX30205 body temperature sensor. The hat has its own microcontroller, a ATSAMD21 Cortex M0+ that can also be loaded with the Arduino Zero bootloader.

This project is capable of monitoring a patient’s pulse, respiration, body temperature, and all the other vital signs made measure d by other ‘medical-grade’ vital sign monitors at a fraction of the cost. It’s a democratizing technology, and [Ashwin] already has some working hardware available on Crowd Supply.

Learn more about HealthyPi at the project page or download the code from GitHub.

Continue reading “Hackaday Prize Entry: Open Source Patient Monitor”

Hackaday Prize Entry: Disaster Recovery WiFi

The Meshpoint project originated in Croatia during the 2015 Syrian refugee crisis, when [Valent Turkovic] and other volunteers noticed that first responders, including NGOs like Greenpeace and the Red Cross, often struggled to set up communications in the field. They came to the conclusion that they couldn’t rely on the normal communications infrastructure because it was either damaged or overloaded.

The solution is a net of open source, autonomous WiFi mesh routers, scalable from a single team to serving thousands of people. Responders who won’t have time for a difficult login process, should find setup as easy as signing in to a social media site.

The physical nodes would consist of a router robust for up to 150 connections, all run by an ESP8266 and protected by a weatherproof enclosure. They would feature 6-8 hour battery lives with recharging via solar/wind, AC from wall current or generators, or simply DC car batteries.

You can learn more about the project or download their code from GitHub.