Alternative Uses For Nuclear Waste

Nuclear power is great if you want to generate a lot of electricity without releasing lots of CO2 and other harmful pollutants. However, the major bugbear of the technology has always been the problem of waste. Many of the byproducts from the operation of nuclear plants are radioactive, and remain so for thousands of years. Storing this waste in a safe and economical fashion continues to be a problem.

Alternative methods to deal with this waste stream continue to be an active area of research. So what are some of the ways this waste can be diverted or reused?

Fast Breeders Want To Close The Fuel Cycle

The Superphénix reactor in France is one of a handful of operational fast-neutron reactor designs.

One of the primary forms of waste from a typical nuclear light water reactor (LWR) is the spent fuel from the fission reaction. These consist of roughly 3% waste isotopes, 1% plutonium isotopes, and 96% uranium isotopes. This waste is high in transuranic elements, which have half-lives measured in many thousands of years. These pose the biggest problems for storage, as they must be securely kept in a safe location for lengths of time far exceeding the life of any one human society.

The proposed solution to this problem is to instead use fast-neutron reactors, which “breed” non-fissile uranium-238 into plutonium-239 and plutonium-240, which can then be used as fresh fuel. Advanced designs also have the ability to process out other actinides, also using them as fuel in the fission process. These reactors have the benefit of being able to use almost all the energy content in uranium fuel, reducing fuel use by 60 to 100 times compared to conventional methods.

Continue reading “Alternative Uses For Nuclear Waste”

Stylish Thermometer Is DIY Hardware Perfection

Over the last few years, we’ve seen a steady improvement in the sort of custom hardware a dedicated individual can produce. With affordable desktop 3D printers and PCB fabrication services, the line between store bought and home built can get very blurry. This slick MQTT-connected thermometer created by [Martin Cerny] is a perfect example.

The case for the device, which [Martin] calls Temper, is printed in a stone-look PLA filament and has been carefully designed so that LEDs shining behind it illuminate perfect square “pixels” on the front. There’s a living hinge button on the left side, and on the right, an opening for the SHT30 temperature and humidity sensor. Some may say that the look of the sensor aperture could be improved with a printed grille, but there was likely a concern about reduced airflow.

Inside the case is a 13×7 array of SMD LEDs, a few 74HC595 shift registers, a TP4054 charging chip to keep the internal 250 mAh battery topped off via USB, and some passives to round out the party. The ESP-12E module that brings it all together and the battery are on the flip side of the PCB. At a press of the button, the display fires up for 5 seconds and Temper publishes temperature, humidity and battery percentage through MQTT. If you’re looking for more granular data, it can also be configured to publish regular updates at the cost of increased energy consumption.

The physical product is gorgeous on its own, but we’re happy to report that the firmware and documentation have been handled with a similar attention to detail. The project’s GitHub repo has a Wiki to help others build and configure their very own Temper, and the device’s web configuration portal is easily just as nice as anything you’d find in a piece of modern consumer electronics (if not moreso).

We’ve seen plenty of ESP8266-based environmental monitoring devices here at Hackaday, but we think this one really pushes the state-of-the-art forward. This is a device that wouldn’t be out of place on the shelf at a Big Box electronics retailer, and while [Martin] says he has no interest in building and selling them himself, we don’t doubt that folks out there will be spinning up their own Temper clones before too long.

Harmonicade Is A High-Scoring MIDI Controller

When [KOOP Instruments] started learning the piano, he wasn’t prepared for the tedium of learning chords and their relationships on the standard keyboard layout. But instead of killing his desire to tickle the ivories, it inspired him to explore alternative layouts that are easier to play. He converted to Isomorphism, started building MIDI controllers, and hasn’t looked back.

The latest incantation is Harmonicade, a dual-decked number arranged Wicki-Hayden style. Both decks have 5½ octaves, are (electrically) identical, and run off a single Teensy 3.6. We admire [KOOP]’s use of DB25 connectors to wrangle the wiring between the decks and the Teensy — quite a neat solution. Almost as neat as his beautifully-commented code.

Although the button decks and control boxes are all printed and open source, they are designed to be easily made from acrylic or plywood instead. [KOOP] is going to keep iterating until he’s totally happy with the control locations and layout, and the ease of breakdown and reassembly. We’ve got a double shot of videos for you after the break — one of [KOOP] playing Harmonicade, and a longer one exploring and playing its precursor, the Melodicade.

Tired of conventional-looking MIDI controllers? We hear your bellows and offer this MIDI controller in a concertina.

Continue reading “Harmonicade Is A High-Scoring MIDI Controller”

Dad Makes Xbox And Nintendo Work Together To Bridge The Accessibility Gap

In the last few years, console and controller manufacturers have been making great strides in accessibility engineering in order to improve the inclusiveness of people with different motor disabilities into the gaming world. One such example is the Xbox Adaptive Controller, which [Rory Steel] has used to build his daughter a fully customized controller to allow her to play Breath of the Wild on the Nintendo Switch.

His build plan is outlined in just a few Twitter videos, and sadly we don’t have a detailed walkthrough on how to build our own just yet, though he mentions plans on making such guide in the future. In the mean time, it’s not too hard to speculate on some specifics. The Adaptive Controller can use USB-C for communication, as the Switch also does with its Pro controller in wired mode. Interfacing the two is as simple as using an adapter to bridge the gap between the two vendors.

The joysticks are each wired into generic gamepads which act as the left and right sticks, each one being a separate USB input into the Adaptive Controller, while each one of the button inputs is broken out to 3.5mm jacks on its back, making them dead simple to wire to the sixteen arcade buttons surrounding the sticks. The layout might look unconventional to us, and [Rory] mentions this is simply a prototype that will be improved upon in the future after real-world testing. The size of his daughter’s smile tells us this is already a success in her eyes.

This is not the first time we’ve seen a build with the Xbox Adaptive Controller, and it’s nice to see just how well it enables parents to build their kids controllers they can use more easily, seeing as how before its introduction these kinds of controllers usually required the expertise for tearing expensive official controllers apart in ways the manufacturers never expected. We can only hope that going forward, this sort of accessibility becomes more the norm and less the exception.

[via Kotaku, thanks Itay for the tip!]

[Eric] Talks Crystal Radios

The AM broadcast band doesn’t have a lot of mainstream programming on it across much of the United States today. That’s a shame because a lot of kids got their first taste of radio and electronics by building simple crystal radios. [Eric Wrobbel] has a well-done page discussing some of the crystal radio kits and toys that have been around.

[Eric] should know, as he’s written two books on toy crystal radios. The pictures range from a 1945-era “Easy Built Radio Kit” which looks like a piece of masonite with a coil, some Fahnestock clips, and a cat whisker, to a very slick looking Tinymite from 1949. Honestly, though, the one we really want is the X-50 Space Helmet Radio that comes in a box marked “For Young Moon Travelers.”

Continue reading “[Eric] Talks Crystal Radios”

ESP32-Cam Does Time Lapse

Just a few years ago, had someone asked you how much a digital camera with WiFi would cost, you probably wouldn’t have said $6. But that’s about how much [Bitluni] paid for an ESP32-CAM. He wanted to try making the little camera do time lapse, and it turns out that’s pretty easy to do.

Of course, the devil is in the details. The camera starts out needing configuration on the USB interface and that enables the set up of Arduino integration and WiFi configuration. Because it stores each frame of the image on an SD card, the board can’t take rapid-fire pictures. [Bitluni] reports a 3-second delay was about the shortest he could manage, but for most purposes, he was using at least ten seconds.

The program has a live preview window to help you set up the shot, but before your recordings start that should be turned off so as not to overload the little processor and the I/O buses. The result is a bunch of JPG images that you can easily convert to a video on a PC if you wish.

This might be a good way to fit a camera on a 3D printer, especially if the time lapse effect was desired. Otherwise, you might sync to a layer change. Now all [bitluni] needs is an orbital rig.

Continue reading “ESP32-Cam Does Time Lapse”

Flicker Detector Lets You Hear What You Can’t See

Have you ever looked at modern LED lighting and noticed, perhaps on the very edge of your perception, that they seemed to be flickering? Well, that’s because they probably are. As are the LEDs in your computer monitor, or your phone’s screen. Pulse width modulation (PWM) is used extensively with LEDs to provide brightness control, and if it’s not done well, it can lead to headaches and eyestrain.

Looking to quantify just how much flashing light we’re being exposed to, [Faransky] has created a simple little gadget that essentially converts flashing light into an audio tone the human ear can pick up. Those LEDs might be blinking on and off fast enough to fool our eyes, but your ears can hear frequencies much higher than those used in common PWM solutions. In the video after the break, you can see what various LED light sources sound like when using the device.

The electronics here are exceptionally simple. Just connect a small solar panel to an audio amplifier, in this case the PAM8403, and listen to the output. To make it a bit more convenient to use, there’s an internal battery, charger circuit and USB-C port; but you could just as easily run the thing off of a 9 V alkaline if you wanted to build one from what’s already in the parts bin.

Who knows? If you carry this thing around long enough, you might even hear the far less common binary code modulation in action (but probably not).

Continue reading “Flicker Detector Lets You Hear What You Can’t See”