Skip to main content

Plastic Cleanup via Retrobrighting

If you work on old radios, electronics is only one of the skills you need. The other is wood or metal working to restore the cabinets and chassis. However, more recent electronics have plastic and old plastic tends to turn yellow. [Odd Experiments] shows how to whiten plastic using a UV light source, aluminum foil, and hydrogen peroxide. Generally, ABS is the plastic at fault, especially those mixed with bromine as a fire retardant. You can see the results in the video below.

Note the peroxide in use was 12% — much stronger than what’s probably in your medicine cabinet. That’s usually only 3% solution, although you can get different strengths including some over 30% if you shop. However, if you search you’ll find that people have used 12%, 6%, and even 3% successfully, although we’d imagine it takes more time with 3%.

You’ll also need some patience. Best results apparently occur in 24 to 48 hours. We’ve seen other people use small amounts of TAED (tetraacetylethylenediamine; a laundry additive) to accelerate the process. The TAED mixes with hydrogen peroxide to form peroxyacetic acid.

We’ve also seen people do this with hydrogen peroxide-based hair bleaching creams that they can apply like a paste. We can’t promise any of this doesn’t weaken the plastic, but it does seem like it works, for the most part.

We have looked at this process before, and that post explains some of the chemistry occurring. If you want to restore old knobs, maybe try Neosporin.



from Hackaday https://ift.tt/33dBIbY

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...