ESP8266 Monitor Keeps An Eye On OctoPrint

At this point, you’ve almost certainly heard of OctoPrint. The web-based control interface for 3D printers is especially popular for those who’s primary computers run on an operating system that has a penchant for occasionally imploding. Even if you aren’t laboring under that common software handicap, OctoPrint offers a wide away of compelling features. Perhaps chief among them the ability to monitor your printer over the network, and if you insist, over the Internet. But while OctoPrint provides the server side for getting your printer on the net, you’re on your own for the client.

Rather than using a web browser like some kind of peon, [David Payne] has come up with a very slick desktop OctoPrint monitor using the WeMos D1 Mini ESP8266 board. With an exceptionally low part count and housed in a (what else) 3D printed enclosure, this is a cheap and easy OctoPrint accessory that we suspect will be decorating many a hacker’s desk before too long.

The electronics are simple to the extreme, just hook the 4 wires of an 128×64 OLED I2C display to the appropriate pins of the ESP8266 board, and you’re ready to upload the Arduino code [David] has come up with.

His code is very polished, from using WiFiManager for initial network setup to providing its own web-based configuration menus to get the device linked up to your OctoPrint instance, [David] clearly wanted this to be as smooth an experience as possible for the end user. When the 3D printer isn’t working on a job, the monitor will even switch over to showing you the time and weather. We’ve seen commercial products that weren’t this user-friendly.

We also love the case design on this little gadget. While the aesthetics are perhaps debatable (sort of reminds us of the little fellows from Darwinia), we appreciate any functional print that doesn’t require supports. You’ll need to provide a couple of little screws to keep the back panel on, but other than that everything snaps into place.

Of course, you could always just use your smartphone to keep an eye on OctoPrint, and even if the remote management capabilities don’t grab your interest, there’s plenty of interesting plugins to keep you occupied.

Continue reading “ESP8266 Monitor Keeps An Eye On OctoPrint”

How The Sony PlayStation Was Hacked

Playgrounds were the comment sections of their day. Every weekday from exactly 1:17 PM until 1:43 PM there were swings to be swung, rumors to be spread, and debates to be settled by whomever was the loudest (some things never change). Allegiances were formed and battle lines were drawn based solely on what video game console you supported. It was this playground system that perpetuated the urban myths of the time.

For PlayStation fans there was the myth that you could save Aerith from her fate in Final Fantasy VII if you just cast the right spell, or the secret code in Tomb Raider that would let you see all of Lara Croft. There was the myth that no one could possibly copy a PlayStation game because all the bottoms of the discs were black. Even the very existence of the first PlayStation, the Super Nintendo PlayStation prototype, was an urban legend. The difference was that last one turned out to be true.

Let’s jump in and take a look at the cat and mouse game between modchip makers looking to defeat the original PlayStation’s copy protection, and Sony’s efforts to protect their castle.
Continue reading “How The Sony PlayStation Was Hacked”

Arachnid Ale Uses Yeast To Make Spider Silk

Many people who read Hackaday hold the title of “Webmaster” but [The Thought Emporium] is after slightly different credentials with the same title. He aims to modify a strain of yeast to produce spider silk. Charlotte’s Web didn’t go into great detail about the different types of silk that a spider can produce, but the video and screencap after the break give a rundown of how spiders make different types of silk, and that each species of spider makes a unique silk. For this experiment, the desired silk is “beta sheets” which the video explains are hard and strong.

Some of the points mentioned in the video rely on things previously mentioned in other videos, but if you are the type of person excited by genetic modifications or using modified yeast to produce something made by another lifeform, you will probably be just fine. This is one of the most technical videos made by [The Thought Emporium] as he goes into the mechanisms of the modifications he will be making to the yeast. It sounds like a lot of work and the financial benefit of being able to produce spider silk affordably could be great, but in true hacker form, the procedure and results will be made freely available.

For some background into this hacker’s mind, check out how he has hacked his own lactose intolerance and even produced graphene through electrochemical exfoliation.

Continue reading “Arachnid Ale Uses Yeast To Make Spider Silk”

Pint-sized Jacob’s Ladder Packs 10,000 Volts In A Pickle Jar

File this one away for your mad scientist costume next Halloween: [bitluni]’s Pocket Jacob’s Ladder is the perfect high voltage accessory for those folks with five dollars in parts, a 3D printer, and very big pockets.

[bitluni]’s video shows you all the parts you’ll need and guides you through the very simple build process. For parts, you’ll require a cheap and readily-available high-voltage transformer, a battery holder, some silver wire for the conductors, and a few other minor bits like solder and a power switch.

Once the electronics are soldered together, they’re stuffed inside a 3d printed case that [bitluni] designed with FreeCAD. The FreeCAD and STL files are all available on Thingiverse. We’re not sure what type of jar [bitluni] used to enclose the electrodes. If your jar isn’t a match, you’ll have to get familiar with FreeCAD or start from scratch with your favorite CAD package.

Either way, we enjoy the slight nod toward electrical safety and the reuse of household objects for project enclosures.

If you’re interested in a Jacob’s Ladder with significantly higher voltage we’ve got you covered, or we’ve also written about another tiny portable Jacob’s Ladder.

The full video is embedded after the break.

Continue reading “Pint-sized Jacob’s Ladder Packs 10,000 Volts In A Pickle Jar”

Living Hinges At The Next Level

First of all, a living hinge is not a biological entity nor does it move on its own. Think of the top of a Tic Tac container where the lid and the cover are a single piece, and the thin plastic holding them together flexes to allow you to reach the candies disguised as mints. [Xiaoyu “Rayne” Zheng] at Virginia Tech designed a method of multimaterial programmable additive manufacturing which is fancy-ese for printing with more than one type of material.

The process works under the premise of printing a 3D latticework, similar to the “FILL” function of a consumer printer. Each segment of material is determined by the software and mixed on the spot by the printer and cured before moving onto the next segment. Like building a bridge one beam at a time, if that bridge were meant for tardigrades and many beams were fabricated each minute. Mixing up each segment as needed means that a different recipe results in a different rigidity, so it is possible to make a robotic leg with stiff “bones” and flexible “joints.”

We love printing in different materials, even if it is only one medium at a time. Printing in metal is useful and could be consumer level soon, but you can print in chocolate right now.

Via Phys.org. Thank you again for the tip, [Qes].

Quick And Dirty MIDI Interface With USBASP

[Robson Couto] recently found himself in need of MIDI interface for a project he was working on, but didn’t want to buy one just to use it once; we’ve all been there. Being the creative fellow that he is, he decided to come up with something that not only used the parts he had on-hand but could be completed in one afternoon. Truly a hacker after our own hearts.

Searching around online, he found documentation for using an ATtiny microcontroller as a MIDI interface using V-USB. He figured it shouldn’t be too difficult to adapt that project to run on one of the many USBASP programmers he had laying around, and got to work updating the code.

Originally written for the ATtiny2313, [Robson] first had to change around the pin configuration so it would work on the ATmega8 in the USBASP, and also updated the USB-V implementation to the latest version. With the code updated, he programmed one of the USBASP adapters with a second one by connecting them together and putting a jumper on the J2 header.

He had the software sorted, but there was still a bit of hardware work to do. To provide isolation for the MIDI device, he put together a small circuit utilizing a 6N137 optoisolator and a couple of passive components on a piece of perf board. It’s not pretty, but it does fit right into the programming connector on the USBASP. He could have fired up his PCB CNC but thought it was a bit overkill for such a simple board.

[Robson] notes that he hasn’t implemented MIDI output with his adapter, but that the code and the chip are perfectly capable of it if you need it for your project. Finding the schematic to hook up to the programmer’s TX pin is left as an exercise for the reader.

If you don’t have a USBASP in the parts bin, we’ve seen a very similar trick done with an Arduino clone in the past.

Weather Station Is A Tutorial In Low Power Design

Building your own weather station is a fun project in itself, but building it to be self-sufficient and off-grid adds another set of challenges to the mix. You’ll need a battery and a solar panel to power the station, which means adding at least a regulator and charge controller to your build. If the panel and battery are small, you’ll also need to make some power-saving tweaks to the code as well. (Google Translate from Italian) The tricks that [Danilo Larizza] uses in his build are useful for more than just weather stations though, they’ll be perfect for anyone trying to optimize their off-grid projects for battery and solar panel size.

When it comes to power conservation, the low-hanging fruit is plucked first. [Danilo] set the measurement intervals to as long as possible and put the microcontroller (a NodeMCU) to sleep in between. Removing the power from the sensors when the microcontroller was asleep was another easy step, but the device was still crashing overnight. Then he turned to a hardware solution and added a more efficient battery charger to the setup, which saved even more power. This is all the more impressive because the station communicates via WiFi which is notoriously difficult to run in low-power applications.

Besides the low power optimizations, the weather station itself is interesting for its relative simplicity. It could be built with things most of us have knocking around. Best of all, [Danilo] published the source code on his site, so most of the hard work has been done already. If you’re thinking he seems a little familiar, it’s because we’ve featured some of his projects before, like his cheap WiFi extender antenna and his homemade hybrid tube amplifier.