Tuesday, May 29

Smart Plugs Don’t Save You Energy, But Don’t Consume Much Either

China just invited the world to its space station

Ars Asks: Are your company’s IT policies flexible, or nonsensical?

Self-driving technology is going to change a lot more than cars

Hacking a Fitness Tracker

When [rbaron] started a new job, he got a goodie bag. The contents included a cheap fitness tracker bracelet that used Bluetooth LE. Since this is Hackaday, you can probably guess what happened next: hacking ensued.

For something cheap enough to give away, [rbaron] claims it cost $10, the device has quite a bit in it. In the very tiny package, there is an OLED display, a battery, a vibration motor, and a Nordic 32-bit ARM with BLE. The FCC ID was key to identifying the device. Opening the case, which was glued down, was pretty difficult, but doable with a hair dryer and a knife.

Obligingly, the PC board had pads for the serial wire debug (SWD) protocol. This is probably for programming and testing in production, but [rbaron] likes to think it was some unknown engineer’s gift to us hackers.

Once you have the debugger working, the rest is just sweat work. However, the post details a lot about how to manipulate the hardware, including driving the OLED and using Arduino code thanks to the arduino-nRF5 project. He even adapted the Adafruit OLED library to work with the wrist band’s quirky display.

If you have a similar fitness tracker, this post takes care of a lot of the legwork. If you have something else, the process is illustrative of how you can start with something as simple as an FCC ID and wind up with total control of the device. Of course, that isn’t always possible depending on what’s inside and how it is locked up or obscured, but — especially these days — your chances of finding some commodity part inside that you can access is higher than its ever been.

Fitness band hacks are pretty popular lately. It is interesting to contrast the design choices made by different companies.

This Mostly 3D-Printed Discone Antenna Is Ready For Broadband Duty

For hams and other radio enthusiasts, the best part of the hobby is often designing antennas. Part black magic, part hard science, and part engineering, antenna design is an art. And while the expression of that art often ends up boiling down to pieces of wire cut to the correct length, some antennas have a little more going on in the aesthetics department.

Take the discone antenna, for example. Originally designed as a broadband antenna to sprout from aircraft fuselages, the discone has found a niche with public service radio listeners. But with a disk stuck to the top of a cone, the antennas have been a little hard to homebrew, at least until [ByTechLab] released this mostly 3D-printed discone. A quick look at the finished product, resembling a sweater drying rack more than a disc on top of a cone, reveals that the two shapes can be approximated by individual elements instead of solid surfaces. This is the way most practical discones are built, and [ByTechLab]’s Thingiverse page has the files needed to print the parts needed to properly orient the elements, which are just 6-mm aluminum rods. The printed hub pieces sandwich a copper plate to tie the elements together electrically while providing a feedpoint for the antenna as well as a sturdy place to mount it outdoors. This differs quite a bit from the last 3D-printed discone we featured, which used the solid geometry and was geared more for indoor use.

Interested in other antenna designs? Who can blame you? Check out the theory behind the Yagi-Uda beam antenna, or how to turn junk into a WiFi dish antenna.

[via RTL-SDR.com]

Monday, May 28

Strike a Chord With This LED Ukulele

You may laugh off the ukulele as a toy or joke instrument, and admittedly, their starting price tag and the quality that usually comes with such a price tag doesn’t help much to get a different opinion on that. But it also makes it the perfect instrument for your next project. After all, they’re easy to handle, portable, and cheap enough to use a drill and other tools on them without too much regret. Plus, a little knowledge to play can get you far, and [Elaine] can teach you the essential, “all the pop songs use it”, four chords with her Arduino powered LED Ukulele.

As first step, [Elaine] drilled holes in her ukulele’s fingerboard to place some LEDs at all the positions required to play the four chords C, G, Am, and F. Connected to an Arduino attached to the ukulele’s back, each chord will light up its associated LEDs to indicate the finger positions required to play the chord itself. Taking the teaching part a step further, her next step is to extend each LED with a second, light sensing one, and read back if the fingers are placed at the correct position.

[Elaine] has already plans to turn the ukulele into an interactive game next. And if four chords are eventually not enough for you anymore, have a look at another LED based project teaching to play any major, minor and major seventh chord on the ukulele.