What The Inside Of A Pneumatic Transport System Looks Like

While most of us are familiar with pneumatic transport systems by their use at drive-up bank windows, these systems are also commonly found in hospitals ferrying samples around. When [Aidan] was in the hospital, he asked how this series of tubes routed samples from many different floors to the lab and back again. Well, give him an old tube to play around with and he’ll eventually come up with a way to record the inside of one of these pneumatic tubes, giving some insight into how this system actually works.

When asked, a tech that uses this system on a daily basis described it as a very basic physical Ethernet that sucks and blows through rotary junctions and physical hubs to route packets to different areas of the building. [Aidan] wanted to record a tube’s travels, so he wired up a small HD camera, a bunch of LEDs, and a few batteries. Sending this recording sample container revealed some of how this pneumatic system works; the containers will travel forward and stop before reversing through one of the rotary switches. You can check out the flight of the container in the video below.

Of course there are other glimpses of how stuff travels through the unseen world of getting from point A to point B. Here’s a time lapse camera going on a trip via DHL just for kicks.

Continue reading “What The Inside Of A Pneumatic Transport System Looks Like”

Building A Barn Door Tracker For Astronomical Photography

That’s a pretty amazing image to catch peering out from your back balcony. The rig used to record such a gem is seen on the right. It’s called a Barn Door tracker and was built by [DCH972]. Details for this build are scattered all over the place, there’s a video (also found below), another album of some of the best images, and plenty of background info in the Reddit thread.

This design is also know as a Haig or Scotch mount. While we’re dropping links all over the place check out the Wikipedia page on the topic. The point of the system is to move the camera in such a way so that the stars appear to hold in the same place even though the earth is moving. There’s an ATmega32u4 breakout board riding on top of the breadboard. It’s doing some pretty heavy math in order to calculate the stepper motor timing. That’s because the mount is like a photo album, hinged at one side and opened on the other by a ball screw. This linear actuation needs to be meshed with the change in angle of the mounting platform, and finally it needs to sync with the movement of the earth. But once a series of images is captured correctly they can be processed into the composite photograph shown above.

If missed that SDR galactic rotation detector from last May you should find it equally compelling.

Continue reading “Building A Barn Door Tracker For Astronomical Photography”

Bench Equipment Tip: Screenshot Of Old Oscilloscopes

oscillocam-oscilloscope-camera-accessory

Here’s a quick tip on capturing the output of oscilloscopes that don’t have that native feature. [Paulo Renato] used a cookie tin as a camera cowl for capturing CRT oscilloscope screenshots.

We figure if you’ve got any kind of functioning oscilloscope you’re lucky. And although it’s nice to pull down the measurements to your PC on the newer models, the results [Paul] gets with this rig are still satisfactory. The plastic cookie box he used blocks out ambient light while holding the camera at a consistent focal length. He used some flat black spray paint to make sure the obnoxious yellow plastic didn’t interfere with the image, then drilled a hole which fits tightly around his camera lens.

You’ll need to monkey with the exposure settings to get the best image. But once you’ve got it dialed in it should be the same every time you want to take a picture of the screen.

Raspberry Pi Camera Built As Part Of Advertising Campaign

the-rpi-camera

Here’s yet another example of well targeted advertising. This camera built around a Raspberry Pi is a giveaway from Sprite. The “lucky” winner of the camera will have the pleasure of seeing the Sprite logo as a watermark on all of the images they snap with it. But in the right hands it’s a simple hack to remove that “feature” (they published the Python script that adds the watermark) or to just scrap the parts for another project. Either way, Sprite got us to say their name three times in this paragraph so the campaign worked.

The most obvious part of this build is the custom cast resin case that they came up with which is a gaudy cartoon-like monstrosity. It protects the case-less Raspberry Pi board, and mounts the Pi Camera board so that the lens is positioned correctly. The lipstick-sized module mounted in the lower back half of the case is a 2400 mAh portable power supply with a USB charging port sticking out the side. This makes us wonder, do you have to wait for the RPi to power up before snapping a picture? If the size and color didn’t get you noticed by everyone the shutter sound will. it shouts the name of the soda company whenever you press the shutter release button.

If you’re more of a high-end photography enthusiast this DSLR wedded with an RPi will be of more interest.

Self-contained Time-lapse Rig Braves Elements From Thirty Feet

Perspective is a bit hard to grasp in this image, but all of this hardware is mounted thirty feet above the ground. This time-lapse photography box makes use of the sun and a Raspberry Pi to document the goings on. The rig is one of three that were built by [Patty Chuck] to record progress on a seventy acre construction site over the course of eighteen months. The gallery linked above shows off the project well, but a much more in-depth text description is found in his Reddit thread.

What’s not shown in the image is a solar array which powers the box. When they were installed there were no utilities on site. To guard against power-loss there’s a hardware RTC that keeps ticking. The Raspberry Pi uses GPIO pins to switch the Nikon D7100 camera on once every five minutes during the work day. It snaps a photo before powering it down again. It also monitors a temperature sensor and actuates circulation fans if necessary.

He’s planning to post the videos once the project’s done in 18 months. If you see them and remember this post, send us the link and we’ll post the update.

Scratch Built Camera Tripod

scratch-built-camera-tripod

We’re used to seeing hacked camera mounts but [CroBuilder] mentioned to us that nobody is really making plain old tripods themselves. He loves to work in his shop so he spent about ten hours building this tripod for himself.

We’d say it’s built to last, but that comes at the cost of weighing a lot. He used square tubing for the legs, which are tripled up in order to allow them to telescope. Each leg has two pipes mounted to the central hub that he fabricated out of hexagonal pipe. A bolt and wing nut acts as hinge and clamp. On the bottom section of the leg there’s a tab spanning the two pieces and another clamping mechanism to hold the adjustable bottom portion of the leg in position.

He finished up the project with black paint on many of the pieces, with the legs themselves polished until shiny. Will rust be a problem if he doesn’t use a clear coat?

The nice thing about a quality tripod is that you can use them for more than just cameras. For instance, add some components to make your own laser level.

Complex Camera Rig Controlled With Blender 3D

blender-3d-camera-control

This is a pretty intricate camera mount. Not only does it provide pan and tilt as the subtitles state, but it moves along a track and offers zoom and focus controls. Its great, but you’ll need an equally complex set of controls to do anything meaningful with it. That’s where the real hack comes into play. The entire system is controlled by its virtual model in Blender 3D.

You probably already know that Blender 3D is an open source 3-dimensional modeling suite. It’s got a mountain of features, which include a framework for animating virtual objects. The camera rig was replicated inside of the software, and includes a skeleton that moves just like the real thing. You can make an animation of how the camera should move, then export and play back those motions on the physical hardware.

Now if you need help making 3D models of your hardware perhaps you should try scanning them.

Continue reading “Complex Camera Rig Controlled With Blender 3D”