Quadcopter Ditches Batteries; Flies On Solar Power Alone

It seems kind of obvious when you think about it: why not just stick a solar panel on a quadcopter so it can fly on solar power? Unfortunately, physics is a cruel mistress, and it gets a bit more complex when you look at problems like weight to power ratios, panel efficiency, and similar tedious technical details. This group of National University of Singapore students has gone some way to overcome these technical issues, though: they just built a drone that is powered from solar power alone, with no batteries or other power source.

Their creation is a custom-built quadcopter made with carbon fiber that weighs just 2.6kg (about 5.7lbs), but which has about 4 square meters (about 43 square feet) of solar panels. By testing and hand-selecting the panels with the best efficiency, they were able to generate enough power to drive the four rotors, and have managed to achieve altitudes of up to 10 meters. The students have been working on prototypes of this since 2012, when their first version could only generate 45% of the power needed for flight. So, reaching 100% of flight power in the demo shown below is a significant step.

Continue reading “Quadcopter Ditches Batteries; Flies On Solar Power Alone”

The First Vending Machine Hacked Liquor Laws: The Puss And Mew

It is fair to say that many technologies have been influenced by human vices. What you may not realize is that vending machines saw their dawn in this way, the first vending machine was created to serve booze. Specifically, it was created to serve gin, the tipple of choice of the early 18th century. it was created as a hack to get around a law that made it harder to sell alcoholic drinks. It was the first ever vending machine: the Puss and Mew.

Continue reading “The First Vending Machine Hacked Liquor Laws: The Puss And Mew”

Multi-switch Useless Box Is Useless In Multiple Ways

We’ve probably all seen (and built) a useless box, in which you flip a switch that activates a servo that pops out a finger and flips the switch off. [Coffeman500] decided to take this a step further by building a useless box with multiple switches. Flip one, the finger pops out to flip it back. Flip several switches, and the finger pops out and flips each back in turn.

It’s a smart build that [coffeeman500] says is his first electronics build. The compulsively switching brain of this is an ATmega328 driving an A4988 stepper motor driver, with one stepper moving the finger mechanism and the other moving the finger along a rail to reach each switch in turn. [Coffeeman500] has released the complete plans for this wonderful waste of time, including 3D models for the box and mechanism, plus the code. Redditors are already planning bigger and more useless designs with more switches, a pursuit that we fully support.

Continue reading “Multi-switch Useless Box Is Useless In Multiple Ways”

PCB Junk Drawer Turned Into Blinky Mosaic

We’ve all got a box full of old PCBs, just waiting to be stripped of anything useful. [Dennis1a4] decided to do something with his, turning it into an attractive mosaic that he hung on the wall of his new workshop. But this isn’t just a pile of old PCBs: [Dennis1a4] decided to use the LEDs that were on many of the old boards, creating a blinky junk build. That’s kind of neat in itself, but he then decided to go further, building in an IR receiver so he could control the blinkiness, and a PIR sensor that detected when someone was near the mosaic.

This whole setup is controlled by an ATMega328p  that is driving a couple of PCF8575 port expanders that drive the LEDs. These blink in Morse code patterns. [Dennis1a4] also used an array of DIP switches on one of the boards to randomize the patterns, and wired in a pizeo buzzer on another board to make appropriate bleepy noises.

Continue reading “PCB Junk Drawer Turned Into Blinky Mosaic”

Talking To Alexa With Sign Language

As William Gibson once noted, the future is already here, it just isn’t equally distributed. That’s especially true for those of us with disabilities. [Abishek Singh] wanted to do something about that, so he created a way for the hearing-impaired to use Amazon’s Alexa voice service. He did this using a TensorFlow deep learning network to convert American Sign Language (ASL) to speech and a speech-to-text converter to interpret the response. This all runs on a laptop, so it should work with any voice interface with a bit of tweaking. In particular, [Abishek] seems to have created a custom bit of ASL to trigger Alexa. Perhaps the next step would be to use a robotic arm to create the output directly in ASL and cut out the Echo device completely? [Abishek] has not released the code for this project yet, but he has released the code for other projects, such as Peeqo, the robot that responds with GIFs.

[Via FlowingData and [Belg4mit]]

Continue reading “Talking To Alexa With Sign Language”

Dual Source Laser Cutter Built Like A Tank, Cuts Most Anything

Laser cutters aren’t the sort of thing that you might think about making at home, but there’s no reason not to if you are careful and do your research. That’s what [Daniele Ingrassia] did with the Laser Duo, an open source laser cutter that has two light sources for cutting various materials. His final product is not a small device: it has a press-formed aluminum case that looks more like a World War I tank than a piece of precision machinery. But that’s for a good reason: you don’t mess about with lasers, especially the 130 Watt CO2 and 75 Watt Yag lasers that the Laser Duo uses. Continue reading “Dual Source Laser Cutter Built Like A Tank, Cuts Most Anything”

Interactive Mandelbrot Set Viewer Runs On FPGAs

The Mandelbrot Set is a mathematical oddity where a simple function creates an infinitely complex landscape that you can literally zoom into forever. Like most people, I’ve downloaded Mandelbrot set viewers and marveled at the infinite whorls and spirals, and then waited while each frame took minutes or hours to render as I zoomed in. [Michael Henning], [Max Rademacher] and [Jonathan Plattner] decided to throw some modern computational muscle at this problem by building an interactive Mandelbrot set viewer using a laptop and two FPGA boards.

Continue reading “Interactive Mandelbrot Set Viewer Runs On FPGAs”