Hacked Diamond Makes Two-Atom Radio

It used to be pretty keen to stuff a radio receiver into an Altoid’s tin, or to whip up a tiny crystal receiver from a razor blade and a pencil stub. But Harvard researchers have far surpassed those achievements in miniaturization with a nano-scale FM receiver built from a hacked diamond.

As with all such research, the experiments in [Marko Lončar]’s lab are nowhere near as simple as the press release makes things sound. While it’s true that a two-atom cell is the minimal BOM for a detector, the device heard belting out a seasonal favorite from [Andy Williams] in the video below uses billions of nitrogen-vacancy (N-V) centers. N-V centers replace carbon atoms in the diamond crystal with nitrogen atoms; this causes a “vacancy” in the crystal lattice and lends photoluminescent properties to the diamond that are sensitive to microwaves. When pumped by a green laser, incident FM radio waves in the 2.8 GHz range are transduced into AM fluorescent signals that can be detected with a photodiode and amplifier.

The full paper has all the details, shows that the radio can survive extreme pressure and temperature regimes, and describes potential applications for the system. It’s far from a home-gamer’s hack at this point, but it’s a neat trick and one to watch for future exploitation. In the meantime, here’s an accidental FM radio with a pretty small footprint.

Continue reading “Hacked Diamond Makes Two-Atom Radio”

Real-Time Planet Tracker With Laser-Point Accuracy

Space. The final frontier. Unfortunately, the vast majority of us are planet-locked until further notice. If you are dedicated hobbyist astronomer, you probably already have the rough positions of the planets memorized. But what if you want to know them exactly from the comfort of your room and educate yourself at the same time? [Shubham Paul] has gone the extra parsec to build a Real-Time Planet Tracker that calculates their locations using Kepler’s Laws with exacting precision.

An Arduino Mega provides the brains, while 3.5-turn-pan and 180-degree-tilt servos are the brawn. A potentiometer and switch allow for for planet and mode selection, while a GPS module and an optional MPU9250 gyroscope/magnetometer let it know where you are. Finally a laser pointer shows the planet’s location in a closed room. And then there’s code: a lot of code.

The hardware side of things — as [Shubham Paul] clarifies — looks a little unfinished because the focus of the project is the software with the intent to instruct. They have included all the code they wrote for the RTPT, providing a breakdown in each section for those who are looking to build their own.

Continue reading “Real-Time Planet Tracker With Laser-Point Accuracy”

No-Etch Circuit Board Printing

If you’ve ever tried to build a printed circuit board from home, you know how much of a pain it can be. There are buckets of acid to lug around, lots of waiting and frustration, and often times the quality of the circuits that can be made traditionally with a home setup isn’t that great in the end. Luckily, [Rich] has come up with a way that eliminates multiple prints and the acid needed for etching.

His process involves using a laser printer (as opposed to an inkjet printer, as is tradition) to get a layer of silver adhesive to stick to a piece of paper. The silver adheres to the toner like glitter sticks to Elmer’s glue, and allows a single pass of a laser printer to make a reliable circuit. From there, the paper can be fastened to something more solid, and components can be reflow soldered to it.

[Rich] does post several warnings about this method though. The silver is likely not healthy, so avoid contact with it, and when it’s applied to the toner an indeterminate brown smoke is released, which is also likely not healthy. Warnings aside, though, this is a great method for making home-made PCBs, especially if you don’t want tubs of acid lying around the house, however useful.

Thanks to [Chris] for the tip!

Continue reading “No-Etch Circuit Board Printing”

Sintering Sand WIth A Laser Cutter

We are all used to Fused Deposition Modeling, or FDM, 3D printers. A nozzle squirts molten material under the control of a computer to make 3D objects. And even if they’re usually rather expensive we’re used to seeing printers that use Stereolithography (SLA), in which a light-catalysed liquid monomer is exposed layer-by layer to allow a 3D object to be drawn out. The real objects of desire though are unlikely to grace the average hackspace. Selective Laser Sintering 3D printers use a laser on a bed of powder to solidify a 3D object layer by layer.

The laser creating a ring.
The laser creating a ring.

While an SLS printer may be a little beyond most budgets, it turns out that it’s not impossible to experiment with the technology. [William Osman] has an 80 W laser cutter, and he’s been experimenting with it sintering beach sand to create 2D objects. His write-up gives a basic introduction to glassmaking and shows the difference between using sand alone, and using sodium carbonate to reduce the melting point. He produces a few brittle barely sintered tests without it, then an array of shapes including a Flying Spaghetti Monster with it.

The results are more decorative than useful at the moment, however it is entirely possible that the technique could be refined. After all, this is beach sand rather than a carefully selected material, and it is quite possible that a finer and more uniform sand could give better results. He says that he’ll be investigating its use for 3D work in the future.

We’ve put his video of the whole process below the break, complete with worrying faults in home-made laser wiring. It’s worth a watch.

Continue reading “Sintering Sand WIth A Laser Cutter”

Neural Network Keeps It Light

Neural networks ought to be very appealing to hackers. You can easily implement them in hardware or software and relatively simple networks can perform powerful functions. As the jobs we ask of neural networks get more complex, the networks require more artificial neurons. That’s why researchers are pursuing dense integrated neuron chips that could do for neural networks what integrated circuits did for conventional computers.

Researchers at Princeton have announced the first photonic neural network. We recently talked about how artificial neurons work in conventional hardware and software. The artificial neurons look for inputs to reach a threshold which causes them to “fire” and trigger inputs to other neurons.

To map this function to an optical device, the researchers created tiny circular waveguides in a silicon substrate. Light circulates in the waveguide and, when released, modulates the output of a laser. Each waveguide works with a specific wavelength of light. This allows multiple “inputs” (in the form of different wavelengths) to sum together to modulate the laser.

The team used a 49-node network to model a differential equation. The photonic system was nearly 2,000 times faster than other techniques. You can read the actual paper online if you are interested in more details.

There’s been a lot of work done lately on both neural networks and optical computing. Perhaps this fusion will advance both arts.

Cheap Dual Mirror Laser Projector

[Stanley] wanted to make a laser projector but all he could find online were one’s using expensive galvanometer scanners. So instead he came up with his own solution that is to be admired for its simplicity and its adaptation of what he could find.

At its heart is an Arduino Uno and an Adafruit Motor Shield v2. The green laser is turned on and off by the Arduino through a transistor. But the part that makes this really a fun machine to watch at work are the two stepper motors and two mirrors that reflect the laser in the X and Y directions. The mirrors are rectangles cut from a hard disk platter, which if you’ve ever seen one, is very reflective. The servos tilt the mirrors at high speed, fast enough to make the resulting projection on the wall appear almost a solid shape, depending on the image.

He’s even written a Windows application (in C#) for remotely controlling the projector through bluetooth. From its interface you can select from around sixteen predefined shapes, including a what looks like a cat head, a heart, a person and various geometric objects and line configurations.

There is a sort of curving of the lines wherever the image consists of two lines forming an angle, as if the steppers are having trouble with momentum, but that’s probably to be expected given that they’re steppers controlling relatively large mirrors. Or maybe it’s due to twist in the connection between motor shaft and mirror? Check out the video after the break and let us know what you think.

Continue reading “Cheap Dual Mirror Laser Projector”

A Laser Effect Projector Built With Safety In Mind

There’s just something about wielding a laser pointer on a dark, foggy night. Watching the beam cut through the mist is fun – makes you feel a little Jedi-esque. If you can’t get enough of lasers and mist, you might want to check out this DIY “laser sky” effect projector.

The laser sky effect will probably remind you of other sci-fi movies – think of the “egg scene” from Alien. The effect is achieved by sweeping a laser beam in a plane through swirling smoke or mist. The laser highlights a cross section of the otherwise hidden air currents and makes for some trippy displays. The working principle of [Chris Guichet]’s projector is simplicity itself – an octagonal mirror spun by an old brushless fan motor and a laser pointer. But after a quick proof of concept build, he added the extras that took this from prototype to product. The little laser pointer was replaced with a 200mW laser module, the hexagonal mirror mount and case were 3D printed, and the mirrors were painstakingly aligned so the laser sweeps out a plane. An Arduino was added to control the motor and provide safety interlocks to make sure the laser fires only when the mirror is up to speed. The effect of the deep ruby red laser cutting through smoke is mesmerizing.

If laser sky is a little too one-dimensional for you, expand into two dimensions with this vector laser projector, and if monochrome isn’t your thing try an RGB vector projector.

Continue reading “A Laser Effect Projector Built With Safety In Mind”