Peep These Ultra-Real 3D-Printed Eyeballs

For humans, life is in the eyes. Same deal with automatons. The more realistic the eyes, the more lifelike (and potentially disturbing) the automaton is. [lkkalebob] knows this. [lkkalebob] is so dedicated to ocular realism in his ultra-real eyeballs that he’s perfected a way to make the minuscule veins from a whisper of cotton thread.

First he prints an eyeball blank out of ABS. Why ABS, you ask? It has a semi-translucence that makes it look that much more real. Also, it’s easier to sand than PLA. After vigorous sanding, it’s time to paint the iris and the apply the veins. [lkkalebob] shaves strands of lint from red cotton thread and applies it with tweezers to smears of super glue.

Here comes our favorite part. To make the whole process easier, [lkkalebob] designed a jig system that takes the eyeballs all the way through the stages of fabrication and into the sockets of the automaton. The hollow eye cups pressure fit on to prongs that hold it in place. This also gives the eyeball a shaft that can be chucked into a drill for easy airbrushing. In the build video after the break, he uses the eye-jig to cast a silicone mold, which he then uses to seal the eyes in resin.

Don’t have a printer or any desire to make human automata? It doesn’t take much to make mesmerizing mechanisms.

Continue reading “Peep These Ultra-Real 3D-Printed Eyeballs”

The Basics Of Persistence Of Vision Projects

Persistence of Vision (POV) is a curious part of the human visual system. It’s the effect by which the perception of an image lingers after light has stopped entering the eye. It’s why a spinning propeller appears as a disc, and why a burning sparkler appears to leave a trail in the air. It’s also commonly used as a display technology, where a series of flashing LEDs can be used to create messages that appear to float in the air. POV displays are a popular microcontroller project, and today, we’ll explore the basic techniques and skills required in such builds.

Continue reading “The Basics Of Persistence Of Vision Projects”

Planting 20 Million Trees, Using Drones, Cannons, And More Unconventional Ways

When YouTuber MrBeast hit 20 million subscribers, it kicked off the promise to plant 20 million new trees by 2020. While seeming rather mad for a single person to attempt such a feat, the channel has begun an organized effort under the banner of ‘Team Trees‘. With many famous and less famous YouTubers and other online personalities pitching in, along with a number of companies and organizations, it seems like it’s not as far-fetched of an idea as it first seemed.

We’ve embedded MrBeast’s video after the break where you’ll also find a video by Mark Rober, who teamed up a company called DroneSeed, who use large flying drones to distribute seeds contained in nutrition pods over large areas. Their focus is on reforestation after large wildfires and other events that leave the land devoid of trees. Of course, this being seeds, it will take quite a while for results to become visible.

The impatient Canadians over at Linus Media Group figured that they’d rather plant tree seedlings at a breakneck pace, cobbling together a nitrogen cannon that fires a nutrition pellet into the soil, creating the hole for the seedling, or alternately firing the pellet and seedling into the soil in one go from the breach-loading cannon. Obviously the results from the latter method are decidedly more questionable, taking a bit chunk out of the about 300 seedlings they were planning to add to the local nature.

Regardless of the method chosen, any significant reforestation around the world could be a crucial part of reducing the global increase of atmospheric CO2, and the climate challenges this creates.  With sources putting the total number of trees in the world today at about 3 trillion, 20 million more doesn’t seem like a lot, yet techniques we’re learning today to speed up the process of reforestation might play a major role in the near future.

Continue reading “Planting 20 Million Trees, Using Drones, Cannons, And More Unconventional Ways”

Unix Tell All Book From Kernighan Hits The Shelves

When you think of the Unix and C revolution that grew out of Bell Labs, there are a few famous names. Dennis Ritchie, Ken Thompson, and Brian Kernighan come to mind. After all, the K in both K&R C and in AWK stand for Kernighan. While Kernighan is no stranger to book authorship — he’s written several classics including “the white book” for C and Unix — he has a new book out that is part historical record and part memoir about the birth of Unix.

Usually, when a famous person writes a retrospective like this, it is full of salacious details, but we don’t expect much of that here. The book talks about Bell Labs and Multics, of course. There’s serious coverage of the first, sixth, and seventh editions with biographies of people integral to those releases.

Continue reading “Unix Tell All Book From Kernighan Hits The Shelves”

Simple Seismic Sensor Makes Earthquake Detection Personal

When an earthquake strikes, it’s usually hard to miss. At least that’s the case with the big ones; the dozens or hundreds of little quakes that go largely unnoticed every day are interesting too, and make sense to track. That’s usually left to the professionals, with racks of sensitive equipment and a far-flung network of seismic sensors. That doesn’t mean you can’t keep track of doings below your feet yourself, with something like this DIY seismograph.

Technically, what [Alex] built is better called a “seismic detector” since it’s not calibrated in any way. It’s just a simple sensor for detecting ground vibrations, whether they be due to passing trucks or The Big One. [Alex] lives in California, wedged between the Hayward, Calaveras, and San Andreas faults in San Jose, so there is plenty of opportunity for testing his device. The business end is a simple pendulum sensor, with a heavy metal bob hanging from a long wire inside a length of plastic pipe. Positioned close to the bob is a copper plate; the bob and the plate form an air-dielectric variable capacitor that controls the frequency of a simple 555 oscillator. The frequency is measured by a PIC microcontroller and sent to a Raspberry Pi, which displays the data on a graph. You can check in on real-time seismic activity in San Jose using the link above, or check out historical quakes, like the 7.1 magnitude Ridgecrest quake in July. [Alex]’s sensor is sensitive enough to pick up recent quakes in Peru, Fiji, and Nevada, and he even has some examples of visualizing the Earth’s core using data from the sensor. How cool is that?

We’ve seen other seismic detectors before, like this piezo-based device, or even one made from toilet parts. We like the simplicity of the capacitive sensor [Alex] used, though.

Chisel Away At FPGA Development

Most of the time if you were to want to develop for an FPGA, you might turn to Verilog or VHDL. Both of these are quite capable, but they are also firmly rooted in languages that are old-fashioned by today’s standards. There have been quite a few attempts to treat those languages as an output to some other tool — either a higher-level language or a graphical tool. One recent effort is a toolchain that starts with Chisel.

The idea behind Chisel is to provide Scala with Verilog-like constructs. If you want, you can use it as a “super Verilog” taking advantage of classes and other features. However, Chisel also allows you to create generators that produce different output Verilog depending on how you call them. True, you can do some of this with Verilog modules, but it is much easier with Chisel. Chisel uses Firrtl to convert what you ask it to do into Verilog for different FPGA and ASIC targets.

Continue reading “Chisel Away At FPGA Development”

3D Printing New Cases For The TS100 Soldering Iron

About a year back, [BogdanTheGeek] found himself in need of a new case for this TS100 soldering iron. Unfortunately, while the product is often billed as being open source friendly (at least in the firmware sense), he was surprised to discover that he couldn’t find the detailed dimensions required to 3D print his own replacement case. So he took it upon himself to document the case design and try to kick off a community around custom enclosures for the popular portable iron.

The main goals while designing the replacement case was to make it printable without support, and usable without additional hardware. He also wanted it to be stronger than the original version, and feature a somewhat blockier design that he personally finds more comfortable. The case was designed with PLA in mind, and he says he’s had no problems with the lower-temperature plastic. But if you’re still concerned about the heat, PETG would be an ideal material to print yours in.

It took him many attempts to get the design to where it is today, and still, there are improvements he’d like to make. For one, there’s no protective cover over the iron’s OLED screen. He’d also like to make the switch from SolidWorks over to FreeCAD so the project is a bit more accessible, and says he’d appreciate anyone who wants to chip in. We’re excited to see what develops once the hacking world realizes that there are accurate open source CAD files for the TS100 floating around out there.

Our very own [Jenny List] put the TS100 through its paces not so long ago, and found a decidedly solid little tool. While it won’t replace your high-end soldering station, it’s very convenient for quick repairs and simple tasks, especially if you find yourself away from the workbench proper.