Ride, Captain, Ride Aboard Your Arduino-Controlled Autopiloted Sailboat

[Jack], a mechanical engineer, loom builder, and avid sailor wanted an autopilot system for his 1983 Robert Perry Nordic 40 sailboat with more modern capabilities than the one it came with. He knew a PC-based solution would work, but it was a bit out of reach. Once his son showed him an Arduino, though, he was on his way. He sallied forth and built this Arduino-based autopilot system for his sloop, the Wile E. Coyote.

He’s using two Arduino Megas. One is solely for the GPS, and the other controls everything else. [Jack]’s autopilot has three modes. In the one he calls knob steering, a potentiometer drives the existing hydraulic pump, which he controls with a Polulu Qik serial DC motor controller. In compass steering mode, a Pololu IMU locks in the heading to steer (HTS).  GPS mode uses a predetermined waypoint, and sets the course to steer (CTS) to the same bearing as the waypoint.

[Jack]’s system also uses cross track error (XTE) correction to calculate a new HTS when necessary. He has fantastic documentation and several Fritzing and Arduino files available on Dropbox.

Autopilot sailboat rigs must be all the rage right now. We just saw a different one back in November.

Continue reading “Ride, Captain, Ride Aboard Your Arduino-Controlled Autopiloted Sailboat”

Homemade Polariscope Is Super Easy To Make

polariscope

[Abhimanyu Kumar] was watching YouTube videos one day when he came across something called a Polariscope — After learning how it worked, he discovered you can make your own using household items!

First off, what is a Polariscope? Well, put simply, it is a device that can show you the photoelasticity of a clear specimen, which can reveal the stress distribution in the material! And it is actually really easy to make one.

All you need to build your own is:

  • A polarized light source (any modern LCD monitor)
  • A transparent specimen (plastic cutlery, glass statues, plastic you can bend, etc)
  • A circular polarizing filter (the cheap 3D glasses you didn’t return at the theater)

Then just place the objects in the order shown in the diagram and start snapping some photos. This would be really cool for checking stress concentrations in a project — provided you are using some Lexan or acrylic!

Retro Chaser Sign Lights Up Your Life

lighted-sign

[Gnsart] builds props often used in the film industry. He’s created an amazing retro Vegas style light chaser sign. The sign was started as a job a few years ago. While [Gnsart] could handle the physical assembly, the cost of a mechanical light chaser pushed the project over budget. The sign project was cancelled back then, but he never forgot it.

Fast forward to a few weeks ago. [Gnsart] happened upon the Arduino community. He realized that with an Arduino Uno and a commonly available relay board, he could finally build the sign. He started with some leftover cedar fence pickets. The pickets were glued up and then cut into an arrow shape. The holes for the lights were then laid out and drilled with a paddle bit. [Gnsart] wanted the wood to look a bit aged, so he created an ebonizing stain. 0000 steel wool, submerged and allowed to rust in vinegar for a few days, created a liquid which was perfect for the task. The solution is brushed on and removed just like stain, resulting in an aged wood. We’ve seen this technique used before with tea, stain, and other materials to achieve the desired effect.

[Gnsart] then built his edging. 22 gauge steel sheet metal was bent to fit the outline in a bending brake. The steel sheet was stapled to the wood, then spot welded to create one continuous piece. Finally, the light sockets were installed and wired up to the Arduino. [Gnsart] first experimented with mechanical relays, and while we love the sound, we’re not sure how long they’d last. He wisely decided to go with solid state relays for the final implementation. The result speaks for itself. LEDs are great – but there is just something about the warm glow of low-wattage incandescent lights.

Continue reading “Retro Chaser Sign Lights Up Your Life”

3D Acoustic Manipulation: Seemingly-Unreal Levitation Using Soundwaves

Wow. [Yoichi Ochiai], [Takayuki Hoshi] and [Jun Rekimoto] are researchers from the University of Tokyo and the Nagoya Institute of Technology, and they have just learned how to airbend.

Using a series of standing ultrasound waves, it is possible to suspend small particles at the sound pressure nodes. The acoustic axis of the ultrasound beam is parallel to gravity, which also allows the objects to be manipulated along the fixed axis by varying the phase or frequencies of the sound. By adding a second ultrasound beam perpendicular to the first it is possible to localize the pressure node, or focal point, and levitate small objects around a 2D plane.

In their demonstrations they float foam particles, a resistor, an LED, they show off the waves using a piece of dry ice, and even manage to float a small screw.

Sound like crazy talk? Just watch the video.

Continue reading “3D Acoustic Manipulation: Seemingly-Unreal Levitation Using Soundwaves”

Once, Twice, Three Times A Nixie

Try as he might, [Localroger] can’t seem to throw away a certain board that started life in one of the first digital industrial scales, the NCI DigiFlex model 5775. He recently gave it a third career as a nixie clock with an alarm.

[Localroger] says the board dates to about 1975. It’s all TTL, no microprocessor anywhere. He was headed to the Dumpster with it in the mid-1980s, but realized that he could hack it into something useful. Since the display wasn’t multiplexed, it would be fairly easy. He used it as a BCD tester for about 10 years until the method fell out of fashion.

After a decade on the shelf, [Localroger] started off for the Dumpster once more with the board. The nixie tube display cried out for another chance to glow, so he decided to repurpose it into a remote-controlled bedside clock with an alarm. He installed a Parallax Propeller Protoboard with headers for easy removal and subsequent servicing of the 5775 board. He added a few things to the protoboard: a piezo element for the alarm, a SparkFun RTC module, an IR receiver, and vertically-oriented header so the PropPlug can be plugged in from the top. But that’s not all. [Localroger] designed a custom melamine-finished MDF enclosure and laser cut it, giving the edges a nice contrast. It’s so tough, he can put his ceramic lamp on top of it to save space on the nightstand.

Nixie tubes are becoming more scarce all the time. If you can’t find any, we humbly suggest rolling your own.

[Thanks Localroger!]

I Am NXT 3-Point Bend Tester. Please Insert Girder.

Learning with visuals can be very helpful.  Learning with models made from NXT Mindstorms is just plain awesome, as [Rdsprm] demonstrates with this LEGO NXT 3-point bend tester that he built to introduce freshmen to flexural deflection and material properties. Specifically, it calculates Young’s modulus using the applied force of a spring and the beam’s deflection. [Rdsprm] provides a thorough explanation in the About section of the YouTube video linked above, but the reddit comments are definitely a value-add.

[Rdsprm] built this from the Mindstorms education base set (9797) and the education resource set (9648). Each contestant endures a 5-test battery and should produce the same result each time. The motor in the foreground sets the testing length of the beam, and the second motor pulls the spring down using a gearbox and chain.

This method of deflection testing is unconventional, as [Rdsprm] explains. Usually, the beam is loaded incrementally, with deflection measured at each loading state. Here, the beam is loaded continuously. Vertical deflection is measured with a light sensor that reads a bar code scale on the beam as it passes by. The spring position is calculated and used to determine the applied force.

[Rdsprm] analysed the fluctuation in GNU Octave and has graphs of the light sensor readings and force-deflection. No beams to bend with your Mindstorms? You could make this Ruzzle player instead.

Continue reading “I Am NXT 3-Point Bend Tester. Please Insert Girder.”

NeverWet On Electronics?

adafruit-neverwet-04

Does NeverWet work on electronics? The team over at Adafruit just had to find out — and to an extent, it does work!

But wait, what’s NeverWet? It’s Rust-Oleum’s miracle water-repelling coating which is super hydrophobic. It actually works, and we’re kind of surprised we haven’t seen it used in a hack yet! Anyway, let’s start this hack with a quick disclaimer. NeverWet is not designed for waterproofing electronics.

But when has that ever stopped the pursuit of science!?

The experimenters chose a few electronic guinea pigs to test out NeverWet’s capabilities. An Arduino Micro, a FLORA LED broach, and a Raspberry Pi. Using the proper application method they coated the unlucky electronics with a few generous layers of the product. Using plain NYC tap water they tested each component. The FLORA LED broach (shown above) lasted underwater for about 4 hours before it died. The Arduino Micro fared similar, however the Wet Raspberry only booted once before losing connection to the SD card.

For full details check out the full experiment or stick around after the break to see a video of the tests.

Continue reading “NeverWet On Electronics?”