Flame Throwing Drone Is Actually Useful

A team in Xiangyang, China is using a flame-throwing drone to clear debris from high voltage power lines. These lines are made of metal of course, and are impervious to the high heat of the flames. Any type debris that gets on the lines will be charred to a cinder in just a few seconds. This is all is quite a bit safer than sending a human with some type stick up there near the high voltage lines.

Over the years here at Hackaday, we’ve seen people attach some strange things to drones. We can all recall the drone with a real firing pistol. And how about that drone with the huge flamethrower trying to cook a turkey. And let’s not forget the drone that fires bottle rockets.  [Caleb Kraft] did a write-up about hacking the AR drone years ago and mentioned that someone put an Estes-rocket on a drone.  While all of these are incredibly dangerous, ill-advised and for the most part useless, this new power line clearing drone may be the first exception we’ve seen.

What’s the strangest thing you’ve seen someone put on a drone?

Continue reading “Flame Throwing Drone Is Actually Useful”

Russian Drone Can Lift 142 Phantom 3 Drones

Russia has long been known for making large machines. They hold the current record for the largest helicopter ever made – the MiL V12. Same goes for the world’s largest airplane, the Antonov An-225. Largest submarine? Yep, they made that too – the Typhoon class. It would appear they’ve thrown their hat in the drone business as well.

While the SKYF drone is made by a private Russian company, it is one of the largest drones we’ve ever seen. Able to lift 400 pounds (a Phantom 3 weighs 2.8 pounds) and can fly for eight hours, the SKYF drone is a nice piece of aeronautical engineering. Quad-copter style drones provide lift by brute force, and are typically plagued with low lift capacities and short flight times. The SKYF triumphs over these limitations by using gasoline powered engines for lift and electric motors for navigation.

It’s still in the prototype stage and being advertised for use in natural disasters and the agriculture industry. Check out the video in the link above to see the SKYF in action.

What’s the largest drone you’ve seen?

Thanks to [Itay] for the tip!

Over-Engineered Clock Uses No Less Than Five ESP32s

When [Proto G] enters into an Instructables contest whose only requirement is for the project to be wireless; he does so with style. Let’s put aside for a minute that he’s using a separate ESP32 board for each of the clock’s characters – that’s one for the hour, then one for the colon, one for the minutes and other colon and then the seconds. If you’re keeping count, that’s FIVE ESP32s. But like we said… put that aside and take into account that he’s using three different wireless communication protocols to make the five ESP32s get cozy with one another:

  1. His phone is connected to a cell tower.
  2. One of the ESP is connected to his phone to get the time.
  3. Two other ESPs connect to his phone and send minutes and seconds info to two more ESPs via the board’s internal communication protocol – ESPNOW

In case you’re wondering; the boards he’s using each have an OLED, battery, USB-to-serial converter and of course the ESP32. [Proto G] felt he could add some more complication to his project by crushing the programming connector on one of the boards with his chair. He had to break out the soldering iron and some jumper wire to make a quick but effective repair.

Be sure to check out his Instructables page for more great projects!

Home Brew Augmented Reality

In July of 2016 a game was released that quickly spread to every corner of the planet. Pokemon Go was an Augmented Reality game that used a smart phone’s GPS location and camera to place virtual creatures into the person’s real location. The game was praised for its creativity and was one of the most popular and profitable apps in 2016. It’s been download over 500 million times since.

Most of its users were probably unaware that they were flirting with a new and upcoming technology called Augmented Reality. A few day ago, [floz] submitted to us a blog from a student who is clearly very aware of what this technology is and what it can do. So aware in fact that they made their own Augmented Reality system with Python and OpenCV.

In the first part of a multi-part series – the student (we don’t know their name) walks you through the basic structure of making a virtual object appear on a real world object through a camera. He 0r she gets into some fairly dense math, so you might want to wait until you have a spare hour or two before digging into this one.

Thanks to [floz] for the tip!

Surprise Your Loved One With A Heart Keychain

Sometimes the simplest projects can be the most impressive. Most of the time our simple projects are not as neat and elegant as our more time consuming ones. Sometimes they don’t even leave the breadboard! When [Sasa Karanovic] first envisioned his key-chain idea, he knew it would be simple. But he made up for the lack of sophistication with style.

The heart-shaped key-chain has one goal – to flash a pair of red LEDs when a capacitive button is touched. He was able to accomplish this with a PIC12LF1822 and a handful of supporting components. We’re quite impressed with the soldering skills and layout of the PCB. The resistors, LEDs and single capacitor are 0603 surface mount devices, which push the limits of hand soldering. [Sasa] gives a great explanation of how capacitive touch buttons work and how they can be easily incorporated directly into a PCB.

What’s the smallest SMD you’ve soldered? Let us know in the comments, along with what you think about this nifty key-chain.

 

IoT Garage Door Opener From Scrap

[Hans Nielsen] has a couple roommates, and his garage has become a catch-all for various items. And like any good hacker’s garage, it boasts an IoT controlled garage door opener. It had a problem though, it used a Particle Photon – a popular IoT board that required internet access and a web server to operate. So [Hans] raided his roommate’s spare parts bin and set-forth to rebuild it!

One of his main goals was to make something that did not require internet access to operate. Anyone connected to the local WiFi should be able to open and close the door via a web interface, and he would give our good friend [Linus Torvalds] a call to make it happen. The key component in the build is the C.H.I.P SBC that made the news a while back for being ridiculously cheap.

Be sure to check out [Han’s] blog if you’re at all interested in working with the C.H.I.P. He does a fantastic job of documenting the ins and outs of getting a project like this working.

Hyperspectral Imaging – Seeing The Unseeable

They say that a picture is worth a thousand words. But what is a picture exactly? One definition would be a perfect reflection of what we see, like one taken with a basic camera. Our view of the natural world is constrained to a bandwidth of 400 to 700 nanometers within the electromagnetic spectrum, so our cameras produce images within this same bandwidth.

Image via Cosmos Magazine.

For example, if I take a picture of a yellow flower with my phone, the image will look just about how I saw it with my own eyes. But what if we could see the flower from a different part of the electromagnetic spectrum? What if we could see less than 400 nm or greater than 700 nm? A bee, like many other insects, can see in the ultraviolet part of the spectrum which occupies the area below 400 nm. This “yellow” flower looks drastically different to us versus a bee.

In this article, we’re going to explore how images can be produced to show spectral information outside of our limited visual capacity, and take a look at the multi-spectral cameras used to make them.  We’ll find that while it may be true that an image is worth a thousand words, it is also true that an image taken with a hyperspectral camera can be worth hundreds of thousands, if not millions, of useful data points. Continue reading “Hyperspectral Imaging – Seeing The Unseeable”