Sunday, May 31

“Terrorist elements” are watching today’s Senate Patriot Act vote—why aren’t you?

CIA Director John Brennan said Sunday that terrorists are heavily monitoring the Senate's 11th-hour vote Sunday to stop three surveillance provisions of the USA Patriot Act from expiring at midnight today.

Face the Nation
“I think terrorist elements have watched very carefully what has happened here in the United States.Whether or not it’s disclosures of classified information, or whether it's changes in the law and policies, they’re looking for the seams to operate within," Brennan said on CBS's Face the Nation. "This is something that we can't afford to deal with right now, because if you look at the horrific terrorist attacks and violence that's being perpetrated around the globe, we need to keep our country safe."

Congress was set to begin debate Sunday at 4pm ET. The floor session is airing live on C-SPAN here.

Read 7 remaining paragraphs | Comments

Nixie Clock Uses Ingenious Software RTC

There’s something about Nixie Tube Clocks that keeps drawing hackers to build their own iterations, even if its been done a gazillion times before. Their depleting supply, and the high voltage drivers to control them, makes it all the more interesting. [Pete Mills], a veteran of several interesting projects, many of which we have featured here, is no exception and decided to build his own version of a Nixie Tube Clock, but with several nifty features.

To put it in a nut shell, his Clock uses Nixie tubes for display, has USB serial communication, temperature measurement, AC frequency measurement, time and date keeping with a software based RTC, software driven boost converter for the 175V DC nixie tube supply and a windows app for clock configuration.

The software based time keeping is pretty interesting. It is essentially a method to calibrate the crystal to more closely match real time, and some code to keep track of the time and date.  This obviously leads to a reduction in components and the spin-offs that comes with that; increased reliability, cost reduction, real estate savings. The RTC code can easily be ported to other clock projects irrespective of the display used. Besides keeping track of time and date, it can also account for leap years, and report the day of the week. A zero-crossing detector connected to the low-voltage transformer supply that powers the clock can also be used as an alternative way of keeping time.

When connected to a serial console over UART, the clock can report back many variables depending on the queries it receives. The high voltage DC needed to drive the Nixie tubes is generated using a simple boost converter controlled by the micro controller. An important “gotcha” that [Pete] deduced after blowing off several fuses, was to disconnect the micro controller port connected to the PWM timer and explicitly set it to output low via software. There’s a couple of other issues that he ran into – such as board layout, power supply, incorrect pullups – that make for interesting reading. The clock enclosure is still work in progress, but [Pete] hopes to get it done sometime soon.

He also wrote a Windows application – Nixie Clock Communicator – to help with time setting and calibration. Finally, he describes in detail the process of calibrating the clock’s software based RTC. Based on his calculations, the clock will drift by about 48 seconds over an 8 month period. Since he will be adjusting for DST much sooner than that, his clock ought to be off from correct time by not more than a minute at any given time. Not bad for a clock that does not use a dedicated RTC chip. [Pete] still has some of the prototype boards to give away if someone is interested. If you’d rather build it yourself from scratch, [Pete] has posted the software code, schematics and PCB, and a BoM.


Filed under: clock hacks

The Ars Windows laptop guide: Spring 2015

Dual Pet Food Dispenser is Doubly Convenient

Does your dog or cat wake you up every morning, demanding to be fed? Maybe you feed Sparky in the evenings instead. But doesn’t that limit your spontaneity? It sure limited [Jorge]’s after-work plans. He has two dogs that eat the same type of food, but in different quantities. This was a big factor in the design and execution of his dual pet food dispenser.

[Jorge] started by modeling his requirements in 3D. Dispensing takes place in two stages as food moves from the storage hopper to the bowls. A 12V printer motor turns the 3D-printed auger, which transports the nuggets to the staging area. Here, a servo controls a ramp in a see-saw motion, sending the food sliding sideways into one bowl or the other.

The dispenser is designed around a PIC18F2420. Although this micro was [Jorge] ‘s second choice, it ticks all the boxes in the design. His acrylic enclosure features four push buttons for navigation and selection through the 16×2 LCD. [Jorge] has an issue with the food getting stuck in the first stage. A friend suggested that he use vibration to agitate the food, but that didn’t work. [Jorge] ultimately added a stirring shaft with spokes that helps keep the morsels moving. Take the tour after the break.

If you want to dispense single doses of food on a timer, check out this automatic cat feeder made from scavenged parts.


Filed under: Microcontrollers

Rockstar Robots: Festo’s SmartBird

The SmartBird’s wings can pivot along its length while flapping up and down, giving it the flight characteristics of a real bird.Rockstar Robots make up the cream of the crop in the world of robotics. These are the bots that will turn heads with just their name being uttered. Even those who don’t stay on top of who’s making what should recognize a famous robot or two when they see it. […]

Read more on MAKE

The post Rockstar Robots: Festo’s SmartBird appeared first on Make:.

More GPIOs For The ESP8266

The ESP8266 is an incredible piece of hardware; it’s a WiFi module controllable over a serial port, it’s five freaking dollars, and if that’s not enough, there’s a microcontroller on board. Until there’s a new radio standard, this is the Internet Of Things module.

The most common version of the ESP, the -01 version, only has a 2×4 row of pins for serial, power, configuration, and two lines of GPIO. It’s a shame that module only has two GPIOs, but if you’re good enough with a soldering iron you can get a few more. It took a lot of careful soldering, but [Hugatry] managed to break out two more GPIOs on this tiny module.

According to [Hugatry] a lot of patience to solder those wires onto those tiny pads, but after finishing this little proof of concept he discovered a Russian hacker managed to tap into four extra GPIOs on the ESP8266-01 module (Google Translatrix).

As a proof of concept, it’s great, but there’s more than one ESP module out there. If you’re looking for a cheap WiFi module, check out the ESP-03, -04, or -07; they have nice castellated pins that are exceptionally easy to solder to.

Video below.


Filed under: Microcontrollers

Meet the major Silk Road dope dealer who only got 10 years in prison

By all accounts, a 23-year-old Dutch man named Cornelis Jan Slomp sold more illicit drugs on the Silk Road site than anybody. We're talking about massive quantities of amphetamine, ecstasy, and cocaine to LSD and everything in between.

But what a lucky man he was Thursday, getting handed a 10-year prison term—a giant break from the 40 years federal sentencing guidelines recommended.

A decade behind bars is a long time. But Slomp got off easy, at least comparatively, because the 31-year-old mastermind behind the Silk Road site, Ross Ulbricht, got a life sentence on Friday.

Read 12 remaining paragraphs | Comments

From Scrap To Sword: Casting Pewter

[TheBackyardScientist] has been living up to his name, this time by casting a pewter sword in his yard. Pewter is a soft alloy of mostly (85–99%) tin along with copper, antimony and bismuth. Older pewter castings often used lead as well. The great thing about pewter is its low melting point of 170–230 °C. At such low temperatures, pewter can be melted down on a common hot plate. Think of it as an easy way to get into the world of metal casting – no forge required. Of course, anyone who has been splashed with solder will tell you that hot molten metal always deserves a lot of respect.

[BackyardScientist] obtained his metal by hunting the local thrift stores. He used the “lost foam” method of casting, by carving a sword out of styrofoam. The sword was embedded in a 5 gallon bucket of sand with a riser to allow the mold to be filled. The pewter was melted on a cheap hot plate, and poured into the mold. The hot metal melts the foam on contact, simultaneously filling up the cavity left over in the sand mold. [BackyardScientist] was left with a solid pewter sword. It won’t hold an edge, but it is a great illustration of the technique.

Click past the break to see [TheBackyardScientist’s] video.


Filed under: classic hacks

Rotary Phone Converted for Mobile Use

As a society we are moving away from land line phones while mobile devices are becoming more and more prevalent. It is not uncommon for people to only have a cell phone and completely skip out on the corded home phone. While this move may be for convenience, there is one difference between the two phone types that didn’t ring well with [Stavros]. He’s an angry phone talker and misses the ability to slam down a phone handset. Now [Stavros] could just have a corded home phone but he wanted a mobile option for handset slams so he came up with a project called iRotary. It’s an old school rotary phone converted to be battery powered and uses cell phone networks for making calls.

At the heart of the project is an Arduino. The Arduino is a great choice as it can easily decode the phone’s rotary dial pulses. The Arduino code takes all of the individual dialed numbers and combines them into a phone number. The sketch is set up so that after the 10th digit is read, the phone call is placed using an off the shelf GSM shield and associated library.

Since a battery would be necessary to make this phone mobile, one was installed inside the case along with a charging circuit. [Stavros] hasn’t done any long-term endurance studies but he has had the phone on for several hours at a time without any problems. So, now he can rest easy knowing that an angry hang-ups are never out of his reach, regardless of where he may be. And since he’s a nice guy, he’s made the source code available for anyone wanting to make something similar.

 


Filed under: Cellphone Hacks

Transparent Alarm Clock Runs Linux

[Benoit] was using an extremely old alarm clock which normally ran on mains power, and he plugged it in to his computer’s UPS to keep it operational during power outages. He noticed that when the UPS switched on that the clock would run fast, though, and apparently it was keeping time by watching the power system frequency. To solve this problem he created his own feature-dense clock which runs Linux.

This alarm clock has everything: seven-segment displays housed in clear epoxy, a touch interface, battery backup, the ability to retrieve the time from an NTP server, and a web interface to change the clock’s settings over the network. That was a large part of [Benoit]’s decision to have the clock run Linux; the network capabilities add a lot of functionality to the clock like the ability to send commands to other devices at particular times. The clock runs on an Aria G25 SOM and has a custom case that looks very professional.

We’re suckers for a high-quality clock builds here, and [Benoit]’s most recent project hits all of our buttons. Even though it doesn’t currently drive people insane or tell confusing time, the Linux and networking capabilities could certainly open up options!


Filed under: clock hacks

Juice-Spewing Wind Turbine Bootstrapped from Bike Parts

Wind Turbines are great, they let us humans harness the energy of the wind. Wind is free and that is good, but spending a ton of money on a wind turbine setup begins to make the idea less appealing. [Ted] has spent many years building low cost wind turbines and this one is not only simple but can be made from mostly found parts.

It’s easy to identify the main rotor hub and blade frame which are made from an old bicycle wheel. The blades are standard aluminum flashing normally used in home construction and are attached directly to the spokes of the bike wheel. Mounted below the bike rim is a permanent magnet motor that acts as a generator. A belt couples the motor to the main rotor and uses the tire-less rim as a pulley.

[Ted] has strapped this beast to the roof of his car to measure how it performs. At 12 mph, he’s getting between 18-20 volts at 2 amps. Not too bad! Bikes and bike parts are cheap (or free) and there is no surprise that they have been used in wind turbine projects before, like this one that hangs from a kite.


Filed under: green hacks

Interactive Fur Mirror Follows Your Every Move

We think artist [Daniel Rozin] spent a bit too much time wondering if he could make an interactive fur mirror, without wondering if he should. The result is… strange — to say the least.

It’s called the PomPom Mirror, and its one of many interactive installations in the Descent With Modification at Bitforms — there’s even a super cute flock of penguins which spin around to create the same effect.

The mirror is 4 by 4 feet and 18″ deep. It has 928 faux fur pom poms which are controlled by 464 motors, each effectively with an “on” and “off” state. A Microsoft Kinect tracks movement and creates a black and white binary image of what it sees. The artist also programmed in a few animation sequences which make the mirror come alive — like some weird furry alien / plant thing…

It’s really weird. But we kinda like it. For a more traditional mirror, check out this long-lost project — an interactive touch sensitive bathroom mirror!

[via This Is Colossal]


Filed under: Kinect hacks

Saturday, May 30

Ducted Fan Drone Uses 1 Rotor for VTOL

Multi-rotor fixed-pitch aircraft – quad, hexa, octa copters – are the current flavor of the season with hobby and amateur flight enthusiasts. The serious aero-modeling folks prefer their variable-pitch, single rotor heli’s. Defense and military folks, on the other hand, opt for a fixed wing UAV design that needs a launch mechanism to get airborne. A different approach to flight is the ducted fan, vertical take-off and landing UAV. [Armin Strobel] has been working on just such a design since 2001. However, it wasn’t until recent advances in rapid-prototyping such as 3D printing and availability of small, powerful and cheap flight controllers that allowed him to make some progress. His Ducted Fan VTOL UAV uses just such recent technologies.

Ducted fan designs can use either swivelling tilt rotors that allow the craft to transition from vertical flight to horizontal, or movable control surfaces to control thrust. The advantage is that a single propeller can be used if the model is not too big. This, in turn, allows the use of internal combustion engines which cannot be used in multi-rotor craft (well, they’ve proven difficult to use thus far).

[Armin] started this project in 2001 in a configuration where the centre of gravity is located beneath trust vectoring, giving the advantage of stability. Since there were no hobby autopilots available at the time, it was only equipped with one gyroscope and a mechanical mixer to control the vehicle around the vertical axis. Unfortunately, the craft was destroyed during the first flight, after having managed a short flight, and he stopped further work on it – until now. To start with, he built his own 3D printer – a delta design with a big build volume of 400mm3. 3D printing allowed him to build a structure which already included all the necessary mount points and supports needed to fix servos and other components. The in-fill feature allowed him to make his structure stiff and lightweight too.

Intending to build his own auto-pilot, he experimented with a BeagleBone Black connected to a micro controller to interface with the sensors and actuators. But he wasn’t too happy with initial results, and instead opted to use the PixHawk PX4 auto-pilot system. The UAV is powered by one 3-cell 3500mAh LiPo. The outside diameter of the duct is 30cm (12”), the height is 55cm (22”) and the take-off weight is about 1.2kg (2.6 pound). It has not yet been flown, since he is still waiting for the electronics to arrive, but some bench tests have been conducted with satisfactory results. In the meantime, he is looking to team up with people who share similar interests, so do get in touch with him if this is something up your alley.

If you want to look at other interesting designs, check this UAV that can autonomously transition from quadcopter flight to that of a fixed-wing aircraft or this VTOL airplane / quadcopter mashup.


Filed under: drone hacks, news

Company buys SkyMall for $1.9 million, will make “dramatic changes”

Last month, C&A Marketing quietly purchased the SkyMall brand and assets from its parent company, Xhibit Corp., which filed for bankruptcy in January. But it wasn’t until recently that SkyMall’s Twitter account started hyping the catalog’s comeback with pictures of Bauhaus-style fish bowls and sumo-wrestler side tables.

Still, don’t expect the new SkyMall to be just like the old SkyMall. Chaim Pikarski, C&A Marketing’s executive vice president told Ars that there will be “dramatic changes” to the catalog’s product line.

Instead the company wants to source ”more of the innovative, fun, cool products that people are looking for, but that are still in keeping with the DNA of SkyMall,” Pikarski told Ars in an e-mail. "SkyMall has always been about serving a particular need, a travel gadget that you can’t find anywhere else but that serves a real purpose. That is what we are bringing more of, but we will still keep some of the crazy ‘look at that products’ that add excitement as well.”

Read 6 remaining paragraphs | Comments

Why Twenty is my latest mobile gaming obsession

Last year, I wrote about why the tile-sliding number-matching puzzles of Threes had become a go-to game for stolen moments of iPhone gaming. These days, another tile-sliding, number-matching game has become the one I come back to again and again when faced with an idle moment on my iPad. That game is Twenty, a title that plays like a mix of Threes and reflex-based puzzles games like Tetris and Columns.

Like Threes, the basic interaction in Twenty is sliding matching, numbered tiles into each other, creating new tiles with larger numbers. In Twenty, though, you drag individual tiles around a 7x8 board under a single finger, rather than sliding the entire board in one of four cardinal directions. Mashing two tiles together creates a single tile with a value incremented by one, so pushing two 1s together makes a 2, then pushing two 2s together makes a 3, and so on. The goal, as implied by the title, is to work your way up to a 20 tile (or multiple 20 tiles, if you're really good).

If this was a choose-your-own pace, turn-based puzzle like Threes, getting to that titular 20 would be trivial. But Twenty really mixes up the formula by adding new rows full of tiles from the bottom every few seconds—if a tile gets pushed off the top of the screen, it's game over. The time between these new rows gets smaller as you advance to higher-numbered tiles—once you see your first 15, there's precious little time for careful consideration between each move.

Read 7 remaining paragraphs | Comments

Hands on with the Android M Developer Preview

Hacklet 49 – Weather Display Projects

Everyone wants to know what the weather is, and what it is going to be. Today’s internet enabled forecasts give us continuous streams of current weather data and predictions from any of several computer models. Couple that with data from an on-site station, and you’ve got a lot of information to display! It makes sense that weather display projects would be popular with hackers, makers and engineers. What do you do after you build the worlds most awesome clock? Build the worlds most awesome weather display (and then incorporate a clock in there as well!).

Last week on The Hacklet I mentioned that there are two basic types  of weather projects on Hackaday.io: Sensing and Display projects. There was a bit of foreshadowing there, as this week’s Hacklet covers some of the best weather display projects on Hackaday.io!

geoWe start with [Ashley Hennefer] and G.E.O, a project which is out of this world – literally. Geological Environment Observer, or G.E.O was created for NASA’s Space Apps Challenge. G.E.O’s mission is to keep astronauts on long-distance space flight missions connected with their home city (and planet). An astronaut programs the device with their home city and G.E.O takes it from there. Inside a glass globe, G.E.O creates weather patterns mirroring the programmed city. It does this with Adafruit NeoPixel LEDs, a water pump, a mist generator, and a wave shield. An Intel Edison controls the system. For now, weather data and programming are completed using a web interface. Once G.E.O launches though, data will be streamed via NASA’s deep space network.

flaps[Sephen DeVos] keeps track of the weather with a glance at his Internet Split Flap Weather Clock. Lots of weather apps use simple icons to display the current conditions. [Sephen] placed those icons on a mechanical split flap display which lets him know the conditions outside. The project’s case came from a donor clock given to [Sephen] by his parents. He then 3D printed an entire split flap mechanism, including the gears! Each 50 mm x 100 mm flap forms half an image.  A small stepper drives the flaps, while an IR detector lets the system know when it has reached a home position. Control is handled by an Arduino Nano and companion Ethernet shield. The Arduino checks the weather every 30 minutes. If conditions have changed, it flips to the right icon. Genius!

usmap[Dan Fein] is keeping track of the temperature across the entire USA with Weather Map. [Dan] works for Weather Underground, so it’s no surprise that he uses their API (accessed via a node.js script) for weather data. The data is fed into a spark core which then drives a string of 100 WS2812 LEDs. Each LED is mapped to a specific point in the continental USA. Color indicates the current temperature at that location. [Dan] does caution that you’ll have to slow down access to Weather Underground  if you’re using a free API key. Even with slower updates, this is still an awesome project!

yaws[Jeff Thomas] went the traditional route with YAWS – (Yet Another Weather Station). YAWS uses a 5 inch TFT LCD to display weather data from a number of sensors. [Jeff] got his display and the driver board from buydisplay.com. The driver board uses the venerable RA8875 display driver chip. The RA8875 handles all the hard parts of driving an LCD, like video RAM, refresh, and clocks. This allows a relatively slow Arduino to drive all those pixels. [Jeff] created a very handsome interface to display all his data, but he has a small problem – a memory leak causes the system to freeze up every 18 hours! We’re hoping [Jeff] will share his source code so the Hackaday.io community can help him find that pesky bug!

If you want to see more projects like these, check the Weather Display Projects list on Hackaday.io. That’s it for this week’s Hacklet, As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!


Filed under: Hackaday Columns

Replicate Some Robots with these 3D Printing Projects

BeQui, Jointed Robot by bqLabsThingiverse is a robot lover’s dream with its wonderful collection of both decorative but also functional mechanical masterpieces. I have collected a few of my favorites to help you round out your Robot month. Some of these little guys will require you to break out your soldering iron and practice […]

Read more on MAKE

The post Replicate Some Robots with these 3D Printing Projects appeared first on Make:.

Rockstar Robots: Festo’s Flying AirPenguin

Festo’s AirPenguin achieves flight thanks to an internal helium-filled balloon.Rockstar Robots make up the cream of the crop in the world of robotics. These are the bots that will turn heads with just their name being uttered. Even those who don’t stay on top of who’s making what should recognize a famous robot or two when they see it. […]

Read more on MAKE

The post Rockstar Robots: Festo’s Flying AirPenguin appeared first on Make:.

Skills-based video game playing, gambling coming to Vegas casinos

The old-school, one-armed bandits known as slot machines are getting a modern-day makeover to attract a new, younger generation of Las Vegas gamblers—or, that is, gamers.

Under legislation signed earlier this month by Nevada Gov. Brian Sandoval, newfangled slot machines will no longer be the luck of a draw but will have a skills-based element to them. That skill would be akin to shooting aliens, driving cars or performing other acts in a video game setting.

"I wouldn't be surprised to see some video game partnership licensing deals," Chris Moyer, a spokesman with the American Gaming Association, said in a telephone interview with Ars.

Read 6 remaining paragraphs | Comments