Korg Introduced the Monotron analog mini-synthesizer back in 2010. They also dropped the schematics for the synth. Hackers wasted no time modifying and improving the Monotron. [Harry] incorporated several of these changes into his build. The Low-Frequency Oscillator (LFO) has been changed over to an envelope generator. The ribbon controller is gone, replaced with a CV/gate interface to sound notes.
The CV/gate interface, in turn, is connected to an ATMega328P which converts it to MIDI. MIDI data comes from one of two sources: A two-octave full-sized keyboard pulled from a scrapped MIDI controller or a MIDI connector at the back.
The user interface doesn’t stop with the keyboard. The low-cost pots on the original Monotron have been replaced with much higher quality parts on the front panel. The tuning pot is a 10-turn device, which allows for precision tuning. All the mods are mounted on a single board, which is connected to the original Monotron board.
Sometimes the best way to get a hacker to do something is to tell them that they shouldn’t, or even better can’t, do it. Nothing inspires the inquisitive mind quite like the idea that they are heading down the road less traveled, if for nothing else to say that they did it. A thrown gauntlet and caffeine is often all that stands between the possible and the impossible.
Preparing the PCB for epoxy injection
So when [Drygol] heard a friend comment he had an old Atari 800 XL that was such poor shape it couldn’t be repaired, he took on the challenge of restoring the machine sight unseen. Luckily for us, his pride kept him from backing down when he saw the twisted and dirty mess of a computer in person. He’s started documenting the process on his blog, and while this is only the first phase of the restoration, the work he’s done already is impressive enough that we think you’ll want to follow him along on his quest.
There’s no word on what happened to this miserable looking Atari, but we wouldn’t be surprised if it was run over by a truck. The board was cracked and twisted, with some components missing entirely. The first step in this impossible restoration was straightening the PCB, which [Drygol] did by clamping it to some aluminum bar stock and heating the whole board up to 40C (104F) for a few days. Once the got most of the bend out, he used a small drill bit to put holes in the PCB laminate and inject epoxy to add some strength. It’s an interesting technique, and the results seem to speak for themselves.
Once the board was straight, he went through replacing blown passive components and broken chip sockets. All the ICs were pulled and treated to an isopropyl alcohol and acetone bath in an ultrasonic cleaner to get them looking like new again. The CPU was cooked and needed to get swapped out, but otherwise it was smooth sailing, and before long he had the machine booted up. While most would have been satisfied to just get this far, [Drygol] considers this to be the easy part.
He next straightened out the metal shielding with a mallet, sanded it down, and sprayed it with a new zinc coating. The plastic around the keyboard and the metal trim pieces were also removed, cleaned, and refinished where necessary. Rather than going for perfection, [Drygol] intentionally left some issues so the machine didn’t look 100% pristine. It’s supposed to be a functional computer, not a museum piece behind glass.
We’ll have to wait until the next entry in this series to see how he repairs the absolutely devastated case. Any rational person would just use a case from a donor machine, but we’ve got a feeling [Drygol] might have something a little more impressive in mind.
[SeanHodgins] has a project in mind where he needs to sample over 500 analog sensors. To get ready, he made a breakout board for 32-channel analog multiplexer device he wants to use. He put the project out on Hackaday.io and also has a video tutorial you can see below.
There are five input pins to the chip which lets you connect one analog pin to any one of 32 analog pins. Of course, in addition to the five control lines, you need some handshaking lines, too so you could use as many as eight digital pins to control the device.
Have you ever seen something and instantly knew it was something you wanted, even though you weren’t aware it existed a few seconds ago? That’s how we felt when we received a tip about Zynthian, a fully open source (hardware and software) synthesizer. You can buy the kit online directly from the developers, or build your own from scratch using their documentation and source code. With a multitude of filters, effects, engines, and essentially unlimited upgrade potential, they’re calling it a “Swiss Army Knife of Synthesis”. We’re inclined to agree.
At the most basic level, the Zynthian is a Raspberry Pi 3 with a touch screen, a few rotary encoders, a dedicated sound card, and MIDI support. Software wise the biggest feature is arguably the real-time Linux kernel for the lowest latency possible. There’s also a custom web interface so you can control the Zynthian from another machine on the network if you want. As a matter of course, it also includes a wide array of pre-installed audio packages to experiment and create with.
Kits are offered at various prices from $420 USD for the top of the line model down to unpopulated PCBs for a few bucks. We like that they broke things down this way; allowing users of various skill (and or patience) to pay what they want. If you just want to buy the custom boards and roll your own case and Pi solution, you can do that.
If you want to go all in, you can build one entirely from scratch as well. Everything from the CAD files for the case to their custom rotary encoder library is completely open (most licensed under GPL v3) for anyone to use however they see fit. There’s even a page in the wiki for listing hardware which isn’t officially supported by the project, but remain as options for those looking to cut their own path.
For those of us who grow up around natural swimming holes, algae are the reason we have to wash after taking a dip. Swimmer’s itch* or just being covered in green goop is not an attractive way to spend an afternoon. Lumping all algae together is not fair, some of it is nasty but some of it is delicious and humans have been eating it for generations.
If you are thinking that cases of algae cuisine are not widespread and that algae does not sound appealing, you are not alone. It is a tough sell, like convincing someone to try dandelions for the first time. It may not warrant a refrigerator section in the grocery store yet, but algae can produce protein-rich food which doesn’t require a lot of processing.
Currently, there is a lot of work to be done to bring up the efficiency of algae farms, and Qualitas has already started. The leaps they are making signify just how much room we have for improvement. The circulating paddle wheels, which can be seen in the video below the break, use one-third of the energy from their previous version. Their harvester uses one-thirtieth! Right now, their biggest cost comes from tanks of carbon dioxide, which seems off given that places such as power plants pay to get rid of the stuff. That should give some food for thought.
Putting everything on the Internet is getting easier and easier, what with the profusion of Internet-ready appliances as well as cheap and plentiful IoT modules to integrate legacy devices. Think IoT light bulbs, refrigerators and dishwashers that can be controlled from a smartphone, and the ubiquitous Sonoff modules. But once these things are on the net, what are they talking about? Are they saying things behind your back? Are they shipping data about your fridge contents off to some foreign land, to be monetized against your will?
Maybe, maybe not, but short of a tinfoil helmet the only way to protect yourself is to build your own system. This IoT control for ceiling fans is a good example, with the added benefit that most wireless ceiling fan remotes are kind of lousy. [microentropie] didn’t like the idea of going the Sonoff route, so his custom controller is based on that IoT workhorse, the ESP8266. There are two versions, one switching the light and fan loads with relays, and one with triacs. The ESP serves up its own web page for control rather than using a cloud service, and is capable of setting up the fan to turn on and off automatically at preset times or temperatures. Everything sits in an unobtrusive box on the ceiling near the fan, but we bet this could be miniaturized enough to fit right inside the fan housing.
If some of [microentropie]’s code looks familiar, it might be because he borrowed it from his IoT rice cooker project.
Now that most of what we do revolves around our phones and/or the internet, it’s nearly impossible to take a short break from work to check the ol’ calendar without being lured by the sirens on the shore of social media. Well, [samvanhook] was tired of being drawn in when all he really needs is a vague idea of what’s coming up for him in the next 12 hours. Enter the CalClock.
Thanks to color-coded segments, [sam] can tell at a glance if he has something coming up soon in Google Calendar, or if he can dive back into work. When nothing is scheduled, the segments are simply unlit.
We love the mid-century minimal look and craftsmanship of CalClock. This beauty runs on a Raspi Zero W, which fetches the 411 through the gooCal API and lights up the appropriate NeoPixels arrayed behind standard clock movement-driven hands. [sam] could have diffused the NeoPixels with a single sheet of acrylic, but he went the extra mile to route and sand little acrylic ice cubes for all 24 segments.