Great People And Culture At 34th Chaos Communication Congress

If you’ve been to a Chaos Communication Congress, you know the feeling — the strange realization after it’s all over that you’re back in the “real world”. It’s somehow alienating and unfriendly in comparison to being surrounded by computer freaks, artists, hackers, activists, coders, and other like-minded individuals over the four days of the Congress. A hand-written poster by the podcasting center read “Endlich, normale Leute” — “At last, normal people” — which is irony piled on irony but the sentiment is still right for certain strange values of “normal”. Normal hackers? You’d probably fit right in.

We cover a lot of the talks from the Congress, because they’re first-class and because you can play along at home, but the real soul of the Congress is people getting together, making something temporary and crazy, talking over their common plans, learning new things directly from one-another, and simply having fun. Here’s our chance to give you a little of the other side of the Congress.
Continue reading “Great People And Culture At 34th Chaos Communication Congress”

Photochromic Eggs: Not For Breakfast

Photochromic paint is pretty nifty – under exposure to light of the right wavelength, it’ll change colour. This gives it all kinds of applications for temporary displays.  [Jiri Zemanek] decided to apply photochromic paint to an egg, utilising it to create stroboscopic patterns with the help of a laser.

Patterns for the egg are generated in MATLAB. A Discovery STM32 board acts as a controller, looking after the laser scanner and a stepper motor which rotates the egg. A phototransistor is used to sync the position of the laser and the egg as it rotates.

The photochromic paint used in this project is activated by UV light. To energize the paint, [Jiri] harvested a violet laser from a Blu-ray player, fitting it to a scanning assembly from a laser printer. Instead of scanning the laser across an imaging drum, it is instead scanned vertically on a rotating egg. Patterns can then be drawn on the egg, which fade over time as the paint gives up its stored energy.

[Jiri] exploits this by writing a variety of patterns onto the egg, which then animate in a manner similar to a zoetrope – when visualised under strobing light, the patterns appear to move. There are also a few holiday messages shown for Easter, making the egg all the more appropriate as a billboard.

If you like the idea of drawing on eggs but are put off by their non-uniform geometry, check out the Egg-bot. Video below the break.

Continue reading “Photochromic Eggs: Not For Breakfast”

Bootstrapped Tools, Live Stopped Motion, And A Dekatron Computer

Dallas Texas played host to an epic Hackaday meetup last weekend. The Dallas Makerspace was kind enough to open their doors, and we sure used them. Attendance was over capacity, with a line all night to screen-print your own T-shirt, a set of lightning talks that lasted nearly two hours, and plenty of hardware show-and-tell.

We’ll start off with three of the most impressive builds displayed. First is a set of simple designs that can be used to make tools in parts of the world where even a hammer is a luxury. Then it’s on to a clever entertainment device that uses discrete stopped-motion figurines to make live animations. We’ll take a look at the Witch-E project which is building a replica of the famous Dekatron-based computer. And finish up with the surprise hit of the meetup.

Continue reading “Bootstrapped Tools, Live Stopped Motion, And A Dekatron Computer”

Building A Business Around Generative Design And Marvels Of 3D Printing

Generative design is a method of creating something by feeding seed data into an algorithm. It might be hard at first to figure out how someone would build a business around this, but that’s exactly what Nervous System has been doing with great success. The secret is not only in the algorithm, but in how they’re bringing it to life.

Continue reading “Building A Business Around Generative Design And Marvels Of 3D Printing”

Animate Your Artichoke With A Lathe And Camera

Spirals, fractals, and even bone length proportions whisper of a consistent ratio woven into the universe. Math is hidden in the fabric of things, and when this fact is observed in art, magic happens. Professor, artist, and inventor [John Edmark] draws inspiration from geometric patterns found in nature and builds sculptures using the golden ratio as a standard for design. In this project, he expresses these characteristics through animated biomorphic zoetropes.

goldenratio2[John] modeled several 3D sculptures in Rhino containing similar geometric properties to those found in pinecones and palm tree fronds. As the segments grow from those objects in nature, they do so in approximately 137.5 degree intervals. This spacing produces a particular spiral appearance which [John] was aiming to recreate. To do so, he used a Python script which calculated a web of quads stretched over the surface of a sphere. From each of the divisions, stalk-like protrusions extend from the top center outward. Once these figures were 3D printed, they were mounted one at a time to the center of a spinning base and set to rotate at 550 RPM. A camera then films the shape as it’s in motion at a 1/2000 sec frame rate which captures stills of the object in just the right set of positions to produce the illusion that the tendrils are blooming from the top and pouring down the sides. The same effect could also be achieved with a strobe light instead of a camera.

[John] has more information on his instructables page. He also provides a video of this trick working with an actual artichoke; one of the living examples of the golden ratio which this project was inspired by. Thank you, [Charlie Nordstrom] for helping him document these awesome sculptures and for telling us about them!

Continue reading “Animate Your Artichoke With A Lathe And Camera”

Strobe Remote

Reverse Engineering A Wireless Studio Lighting Remote

If you want to take a photograph with a professional look, proper lighting is going to be critical. [Richard] has been using a commercial lighting solution in his studio. His Lencarta UltraPro 300 studio strobes provide adequate lighting and also have the ability to have various settings adjusted remotely. A single remote can control different lights setting each to its own parameters. [Richard] likes to automate as much as possible in his studio, so he thought that maybe he would be able to reverse engineer the remote control so he can more easily control his lighting.

[Richard] started by opening up the remote and taking a look at the radio circuitry. He discovered the circuit uses a nRF24L01+ chip. He had previously picked up a couple of these on eBay, so his first thought was to just promiscuously snoop on the communications over the air. Unfortunately the chips can only listen in on up to six addresses at a time, and with a 40-bit address, this approach may have taken a while.

Not one to give up easily, [Richard] chose a new method of attack. First, he knew that the radio chip communicates to a master microcontroller via SPI. Second, he knew that the radio chip had no built-in memory. Therefore, the microcontroller must save the address in its own memory and then send it to the radio chip via the SPI bus. [Richard] figured if he could snoop on the SPI bus, he could find the address of the remote. With that information, he would be able to build another radio circuit to listen in over the air.

Using an Open Logic Sniffer, [Richard] was able to capture some of the SPI communications. Then, using the datasheet as a reference, he was able to isolate the communications that stored information int the radio chip’s address register. This same technique was used to decipher the radio channel. There was a bit more trial and error involved, as [Richard] later discovered that there were a few other important registers. He also discovered that the remote changed the address when actually transmitting data, so he had to update his receiver code to reflect this.

The receiver was built using another nRF24L01+ chip and an Arduino. Once the address and other registers were configured properly, [Richard’s] custom radio was able to pick up the radio commands being sent from the lighting remote. All [Richard] had to do at this point was press each button and record the communications data which resulted. The Arduino code for the receiver is available on the project page.

[Richard] took it an extra step and wrote his own library to talk to the flashes. He has made his library available on github for anyone who is interested.

POV Display Does It On The Cheap

lowBudgetPOV

[Sholto] hacked together this ultra low-budget spinning display. He calls it a zoetrope, but we think it’s actually an LED based Persistence Of Vision (POV) affair. We’ve seen plenty of POV devices in the past, but this one proves that a hack doesn’t have to be expensive or pretty to work!

The major parts of the POV display were things that [Sholto] had lying around. A couple of candy tins, a simple brushed hobby motor, an Arduino Pro Mini, 7 green LEDs, and an old hall effect sensor were all that were required. Fancy displays might use commercial slip rings to transfer power, but [Sholto] made it work on the cheap!

The two tins provide a base for the display and the negative supply for the Arduino. The tins are soldered together and insulated from the motor, which is hot glued into the lower tin. A paper clip contacts the inside of the lid, making the entire assembly a slip ring for the negative side of the Arduino’s power supply. Some copper braid rubbing on the motor’s metal case forms the positive side.

[Sholto] chose his resistors to slightly overdrive his green LEDs. This makes the display appear brighter in POV use. During normal operation, the LEDs won’t be driven long enough to cause damage. If the software locks up with LEDs on though, all bets are off!

[Sholto] includes software for a pretty darn cool looking “saw wave” demo, and a simple numeric display. With a bit more work this could make a pretty cool POV clock, at least for as long as the motor brushes hold up!

Continue reading “POV Display Does It On The Cheap”