Handheld Slayer Exciter Wand Makes For Easy High Voltage Magic

It’s often said that any sufficiently advanced technology is indistinguishable from magic, and when a DIY device lets you light up fluorescent bulbs with a flick of the wrist, it’s certainly not hard to see why. The latest creation from [Jay Bowles], this high voltage wand is actually a Slayer Exciter coil that’s able to boost the output of a standard 9 V alkaline or rechargeable battery high enough to perform some of the wireless power tricks we usually associate with the more complex Tesla coil.

We really can’t overstate how simple it is to build one of these yourself. Sure you’ll still need to wind the coil, but if you can chuck the 1/2 inch acrylic tube into a electric drill you should be able to make short work of it. Once you’ve wound your secondary coil from 32 gauge magnet wire, you only need a couple turns of common doorbell wire to make up the primary.

Think there must be some complex electronics hiding in the handle? Far from it. All that’s hidden by that faux-leather wrapping is a transistor to do the high-speed switching, an LED functioning as both the power indicator and the circuit’s diode, and a resistor. [Jay] put it all together dead bug style, but you could do it on a scrap of perfboard if you’d like something a little more robust.

Being a big believer in STEM education, [Jay] says the wand was designed to be as kid-friendly as possible so he could gift it to his young niece and nephew. Inspiring the next generation is certainly something we respect around these parts, though we think there’s plenty of adults who wouldn’t have been disappointed if they unwrapped a gadget like this over the holidays.

If you’d like to play around with a Slayer but aren’t into the whole Harry Potter motif, you might be interested in the larger and more capable version [Jay] built earlier in the year.

source https://hackaday.com/2021/01/13/handheld-slayer-exciter-wand-makes-for-easy-high-voltage-magic/

Handheld Slayer Exciter Wand Makes For Easy High Voltage Magic

It’s often said that any sufficiently advanced technology is indistinguishable from magic, and when a DIY device lets you light up fluorescent bulbs with a flick of the wrist, it’s certainly not hard to see why. The latest creation from [Jay Bowles], this high voltage wand is actually a Slayer Exciter coil that’s able to boost the output of a standard 9 V alkaline or rechargeable battery high enough to perform some of the wireless power tricks we usually associate with the more complex Tesla coil.

We really can’t overstate how simple it is to build one of these yourself. Sure you’ll still need to wind the coil, but if you can chuck the 1/2 inch acrylic tube into a electric drill you should be able to make short work of it. Once you’ve wound your secondary coil from 32 gauge magnet wire, you only need a couple turns of common doorbell wire to make up the primary.

Think there must be some complex electronics hiding in the handle? Far from it. All that’s hidden by that faux-leather wrapping is a transistor to do the high-speed switching, an LED functioning as both the power indicator and the circuit’s diode, and a resistor. [Jay] put it all together dead bug style, but you could do it on a scrap of perfboard if you’d like something a little more robust.

Being a big believer in STEM education, [Jay] says the wand was designed to be as kid-friendly as possible so he could gift it to his young niece and nephew. Inspiring the next generation is certainly something we respect around these parts, though we think there’s plenty of adults who wouldn’t have been disappointed if they unwrapped a gadget like this over the holidays.

If you’d like to play around with a Slayer but aren’t into the whole Harry Potter motif, you might be interested in the larger and more capable version [Jay] built earlier in the year.

source https://hackaday.com/2021/01/13/handheld-slayer-exciter-wand-makes-for-easy-high-voltage-magic/

Stepping Down Voltage with Reliability

The availability of inexpensive electronics modules has opened up a world of opportunity for more complex projects to be completed quickly. Rather than designing everything from scratch, ready-made motor modules, regulators, computer vision modules, and control modules all ready to be put to work after arriving at one’s doorstep. Sometimes, though, these inexpensive electronics aren’t all they’re cracked up to be, so [Jan] decided to produce them from scratch instead.

[Jan] is the creator of several robots, and frequently makes use of 3.3V and 5V step down modules, but was not happy with the consistency offered by the prefab modules. The solution to this was to build them from scratch in a way that makes producing a large amount nearly as easy as ordering them. The boards are based around the SY8105 chip, and are built in two batches for the robotics shop based on the two most commonly needed output voltages. With their design they get exactly what they need every time, without worrying about reliability from a random board shop overseas.

The robotics shop is called RoboticsBrno and they have made the schematics available for anyone that wants to build their own. That being said, the design does not make considerations for low noise since it isn’t required for their use case, but if you’d prefer something simple and reliable this will get the job done. It’s also important to understand the limitations of the parts in a build that are built by a third party, although power supplies are a pretty common area to make improvements on.

source https://hackaday.com/2021/01/13/stepping-down-voltage-with-reliability/

Hacking a 3D Pen for Better Performance

When 3D pens first became available, many assumed them to be gimmicky or part of a general fad that would eventually die out. Like most revolutionary technologies, though, they’ve found a firm foothold, especially in the art community where the ability to 3D print in freehand is incredibly valuable. There are still some shortcomings with the technology, though, but [tterev3] recently tore into a 3doodler pen to make some necessary upgrades.

First, this pen has some design choices that are curious, to say the least. The cooling fan runs regardless of temperature, and it has pushbuttons for start and stop rather than a momentary button that controls the extrusion. To fix these issues, as well as change the filament size, improve the cooling, and provide greater control over the extrusion speed, [tterev3] completely rewrote the firmware, changed the microcontroller on the PCB, and made several hardware upgrades to accommodate these changes. He also went ahead and installed a USB-C port for charging, which should be standard practice on all low-voltage consumer electronics by now anyway.

The detail work on this project is impressive, given the small size of the pen itself and the amount of precision hardware needed to make the changes. Especially regarding the replacement of the microcontroller on the board itself, which is an impressive feat even without the incredibly small dimensions. The firmware upgrade is available on his GitHub page as well if you have your own 3doodler that needs modifications, and if you’re still struggling to find uses for these handy devices, we’ve seen them used with interesting effect to build drones.

source https://hackaday.com/2021/01/13/hacking-a-3d-pen-for-better-performance/

Hex Matrix Clock Does It With Six Sides

LED matrixes were once a total headache, requiring careful consideration to make the most of limited I/O pins and available microcontroller resources. These days, addressable LED strings have made it all a cinch. Thus, going a little out of the box isn’t so daunting. [w.r.simpson] did just that with this hex-matrix clock.

Relying on hexes instead of a normal Cartesian grid requires some attention to how the rows and columns are laid out, but the Instructable goes through the necessary coordinate system to address the display. The whole display was built without a 3D printer, instead relying on some basic craft skills and a picture frame as the enclosure. Strips of WS2812B LEDs were used to build the hexagonal matrix, run by a Adafruit Metro Mini 328. To give each hexagonal pixel, or hexel, a crisp outline, a shadow grid was built using black paper to stop the light bleeding between the display segments when switched on. Smoked plexiglas wasn’t available, so instead, tinted window film was used to darken the front of the display.

The result is impressive; while some glue marks from the shadow grid are visible closeup, from a distance the final product looks incredibly futuristic thanks to the hexagonal layout. We can imagine this would make a great set dressing in a futuristic film clip; we fully expect to see this concept in the background of the next Ariana Grande single. If this build isn’t enough six-sided fun to sate your appetite, consider getting into Super Hexagon too!

source https://hackaday.com/2021/01/13/hex-matrix-clock-does-it-with-six-sides/

Sand Plotter Built With 3D Printer Parts

Sand plotters are beautiful machines. They can make endless patterns, over and over again, only to wipe away their own creation with each new pass. Having seen the famous Sisyphus sand sculpture online, [Simon] decided to make his own.

The build came together quickly, thanks to [Simon]’s well-stocked workshop and experience with CNC motion platforms. The frame was built out of wood, with a combination of hand-cut and lasercut parts. After fabric-wrapping the outer rim turned out poorly, rope was substituted instead for a stylish, organic look. LEDs were installed inside to light the sand for attractive effect. The metal ball is moved through the sand via a magnet attached to an XY platform mounted on the back of the table. The platform is built out of old 3D printer parts, with a Creality CR10S Pro chosen for its ultra-quiet stepper drivers. Initial attempts to make the system near-silent were hung up by the crunching sound of the ball rolling over the sand; this was fixed by instead mounting the ball on a foam pad. While the ball is now dragged instead of rolling, the effect is one of blissful quiet instead of crunching aggravation.

The final build is incredibly attractive, and something we’d love to have as a coffee table as a conversation piece. We’ve seen [Simon]’s work around here before, too – with the water-walking RC car a particular highlight. Video after the break.

source https://hackaday.com/2021/01/13/sand-plotter-built-with-3d-printer-parts/

Custom Coil Lets Mouse Charge Without Wires

It’s 2021, shouldn’t all of our devices be able to pull the power they need from the ether? [Sasa Karanovic] certainly thinks so, which is why he recently took it upon himself to add wireless charging capabilities to his desktop computer peripherals. The Qi transmitter and receiver modules are relatively cheap and easy to come by, the trick is in getting them installed.

The keyboard gets non-invasive Qi charging.

For the keyboard, [Sasa] took the path of least resistance. The receiver coil lives inside a little 3D printed box attached to the back, and power is routed through a hacked up right-angle USB cable. It’s a simple addition that doesn’t make any permanent changes to the keyboard; perfect for those who don’t want to risk toasting their gear.

But that wasn’t really an option for the mouse. Obviously the Qi hardware would have to go on the inside, but at a glance it was clear there wasn’t enough room to mount the stock coil. So [Sasa] pulled the original coil apart and rewound it around a small 3D printed jig. This resulting coil was perfectly sized to fit inside the flat area on the left side of the mouse with no apparent degradation in charging ability. Wiring the module up to an unpopulated pad on the PCB allowed him to easily inject the 5 V output into the device’s existing charging circuitry.

We’ve seen plenty of aftermarket Qi charging coils take up permanent residence in various gadgets, but rewinding the coil is a neat trick that we’ve only seen pulled off a couple times in the past. Something to file away mentally should you ever want to wirelessly power up one of your projects.

source https://hackaday.com/2021/01/13/custom-coil-lets-mouse-charge-without-wires/

Custom Coil Lets Mouse Charge Without Wires

It’s 2021, shouldn’t all of our devices be able to pull the power they need from the ether? [Sasa Karanovic] certainly thinks so, which is why he recently took it upon himself to add wireless charging capabilities to his desktop computer peripherals. The Qi transmitter and receiver modules are relatively cheap and easy to come by, the trick is in getting them installed.

The keyboard gets non-invasive Qi charging.

For the keyboard, [Sasa] took the path of least resistance. The receiver coil lives inside a little 3D printed box attached to the back, and power is routed through a hacked up right-angle USB cable. It’s a simple addition that doesn’t make any permanent changes to the keyboard; perfect for those who don’t want to risk toasting their gear.

But that wasn’t really an option for the mouse. Obviously the Qi hardware would have to go on the inside, but at a glance it was clear there wasn’t enough room to mount the stock coil. So [Sasa] pulled the original coil apart and rewound it around a small 3D printed jig. This resulting coil was perfectly sized to fit inside the flat area on the left side of the mouse with no apparent degradation in charging ability. Wiring the module up to an unpopulated pad on the PCB allowed him to easily inject the 5 V output into the device’s existing charging circuitry.

We’ve seen plenty of aftermarket Qi charging coils take up permanent residence in various gadgets, but rewinding the coil is a neat trick that we’ve only seen pulled off a couple times in the past. Something to file away mentally should you ever want to wirelessly power up one of your projects.

source https://hackaday.com/2021/01/13/custom-coil-lets-mouse-charge-without-wires/

It isn’t Rocket Science — Wait, Maybe it is

We don’t know why, but for some reason, the more dangerous something is, the more hacker appeal it seems to have. We like to deal with high temperatures, high voltages, dangerous chemicals, and powerful lasers. So [Tech Ingredient’s] recent video about homemade rocket motors certainly caught our attention. You may need a little commitment, though. The first video (yes, there isn’t just one) is over an hour long.

Turns out, [Tech] doesn’t actually want to use the rockets for propulsion. He needed a source of highly-ionized high-velocity plasma to try to get more power from his magnetohydrodynamic project. Whatever you want to use it for, these are serious-sized motors. [Tech] claims that his design is both powerful and easy to build. He also has a “secret” rocket fuel that he shares. What is it? We won’t spoil the video for you, but it is a sweet surprise.

The video isn’t just a how-to. There is a lot of discussion about how rocket motors work, which isn’t as intuitive as you might think. Of course, when you build rockets, weight is everything. There’s generous use of epoxy to provide strong barriers and seals without a lot of weight. If you just want to see the pyrotechnics, you can start with the second video — a smaller investment at less than 12 minutes.

The largest motor was roughly an H-class motor, which is very powerful. A top-end commercially available model rocket engine is usually an F-class and each letter is double the amount of thrust, so these are serious size motors.

If you want a better look at what happens inside a motor, try building this one. Surprisingly, you can even 3D print a liquid engine.

source https://hackaday.com/2021/01/13/it-isnt-rocket-science-wait-maybe-it-is/

Smart Power Delivery For Long LED Strips

Addressable LED strips, most commonly using the WS2812B, have revolutionized the pursuit of the glowiest and flashiest of builds. No longer does a maker have to compromise on full RGB color or number of LEDs due to the limitations of their chosen microcontroller, or fuss around with multiplexing schemes. However, the long strips of bright LEDs do have an issue with voltage drop on long runs, leading to dimming and color irregularities. Thankfully, [Jan Mrázek] has come up with a useful solution in the form of the Neopixel Booster.

The device consists of a small PCB which packs a 5 volt regulator capable of putting out up to 4 amps. It’s designed with pads that match typical Neopixel strips, such that it can be neatly soldered in every 50cm or every 60 LEDs or so. Each booster PCB is fed with a set of fat power wires, at between 6-18 volts. This allows electricity to be fed to the full length of the strip at higher voltage, and thus lower current, greatly reducing resistive power losses. By having several regulators along the length of the strip, it helps guarantee that the whole length of a long run is receiving plenty of voltage and current and can light up the correct color as desired.

It’s a well thought out solution to a frustrating problem, and [Jan’s] efforts on the design front mean that a 5 meter long waterproof strip can be converted in around about an hour. We can imagine this could be manufactured into strips in future, too. If you’re wondering what to do with all those LEDs, consider making yourself a custom display.

source https://hackaday.com/2021/01/12/smart-power-delivery-for-long-led-strips/

Smart Power Delivery For Long LED Strips

Addressable LED strips, most commonly using the WS2812B, have revolutionized the pursuit of the glowiest and flashiest of builds. No longer does a maker have to compromise on full RGB color or number of LEDs due to the limitations of their chosen microcontroller, or fuss around with multiplexing schemes. However, the long strips of bright LEDs do have an issue with voltage drop on long runs, leading to dimming and color irregularities. Thankfully, [Jan Mrázek] has come up with a useful solution in the form of the Neopixel Booster.

The device consists of a small PCB which packs a 5 volt regulator capable of putting out up to 4 amps. It’s designed with pads that match typical Neopixel strips, such that it can be neatly soldered in every 50cm or every 60 LEDs or so. Each booster PCB is fed with a set of fat power wires, at between 6-18 volts. This allows electricity to be fed to the full length of the strip at higher voltage, and thus lower current, greatly reducing resistive power losses. By having several regulators along the length of the strip, it helps guarantee that the whole length of a long run is receiving plenty of voltage and current and can light up the correct color as desired.

It’s a well thought out solution to a frustrating problem, and [Jan’s] efforts on the design front mean that a 5 meter long waterproof strip can be converted in around about an hour. We can imagine this could be manufactured into strips in future, too. If you’re wondering what to do with all those LEDs, consider making yourself a custom display.

source https://hackaday.com/2021/01/12/smart-power-delivery-for-long-led-strips/

Extremely simple Tesla Coil with only 3 Components

Tesla Coils are a favourite here at Hackaday – just try searching through the archives, and see the number of results you get for all types of cool projects. [mircemk] adds to this list with his Extremely simple Tesla Coil with only 3 Components. But Be Warned — most Tesla coil designs can be dangerous and ought to be handled with care — and this one particularly so. It connects directly to the 220 V utility supply. If you touch any exposed, conductive part on the primary side, “Not only will it kill You, it will hurt the whole time you’re dying”. Making sure there is an ELCB in the supply line will ensure such an eventuality does not happen.

No prizes for guessing that the circuit is straight forward. It can be built with parts lying around the typical hacker den. Since the coil runs directly off 220 V, [mircemk] uses a pair of fluorescent lamp ballasts (chokes) to limit current flow. And if ballasts are hard to come by, you can use incandescent filament lamps instead. The function of the “spark gap” is done by either a modified door bell or a 220 V relay. This repeatedly charges the capacitor and connects it across the primary coil, setting up the resonant current flow between them. The rest of the parts are what you would expect to see in any Tesla coil. A high voltage rating capacitor and a few turns of heavy gauge copper wire form the primary LC oscillator tank circuit, while the secondary is about 1000 turns of thinner copper wire. Depending on the exact gauge of wires used, number of turns and the diameter of the coils, you may need to experiment with the value of the capacitor to obtain the most electrifying output.

If you have to look for one advantage of such a circuit, it’s that there is not much that can fail in terms of components, other than the doorbell / relay, making it a very robust, long lasting solution. If you’d rather build something less dangerous, do check out the huge collection of Tesla Coil projects that we have featured over the years.

source https://hackaday.com/2021/01/12/extremely-simple-tesla-coil-with-only-3-components/

Vertical Mill Completes Scrapyard Lathe Build

One thing’s for sure: after seeing [Roland Van Roy] build a vertical mill from industrial scrap, we’ve got to find a better quality industrial scrapyard to hang around.

The story of this build started, as many good shop stories do, at the lathe, which in this case was also a scrapyard build that we somehow managed to miss when it first posted. This lathe is decidedly different from the common “Gingery method” we’ve seen a few times, which relies on aluminum castings. Instead, [Roland] built his machine from plate stock, linear slides, and various cast-off bits of industrial machines.

To make his lathe yet more useful, [Roland] undertook this build, which consists of a gantry mounted over the bed of the lathe. The carriage translates left and right along the bed while the spindle, whose axis lines up perfectly with the center axis of the lathe, moves up and down. [Roland] added a platform and a clever vise to the lathe carriage; the lathe tool post and the tailstock are removed to make room for these mods, but can be added back quickly when needed. Digital calipers stand in for digital read-outs (DROs), with custom software running on a Picaxe and a homebrew controller taking care of spindle speed control.

[Roland] reports that the machine, weighing in at about 100 kg, exhibits a fair amount of vibration, which limits him to lighter cuts and softer materials. But it’s still an impressive build, and what really grabbed us was the wealth of tips and tricks we picked up. [Roland] used a ton of interesting methods to make sure everything stayed neat and square, such as the special jig he built for drilling holes in the T-slot extrusions to the use of cyanoacrylate glue for temporary fixturing.

source https://hackaday.com/2021/01/12/vertical-mill-completes-scrapyard-lathe-build/

Remote Control Robot Deals Dominoes

Oh, dominoes — the fun of knocking them down is inversely proportional to the pain of setting them all up again. [DIY Machines] is saving loads of time by automating the boring part with a remote control domino-laying machine. If only it could pick them back up.

This machine can be driven directly over Bluetooth like an R/C car, or programmed to follow a predetermined path via Arduino code. Here’s how it works: an Arduino Uno drives two servos and one motor. The 1:90 geared motor drives the robot around using a 180° servo to steer. A continuous servo turns the carousel, which holds nearly 140 dominoes. We love that the carousel is designed to be hot-swappable, so you can keep a spare ready to go.

[DIY Machines] really thought of everything. Every dozen or so dominoes, the machine leaves a gap in case one of the dominoes is tipped prematurely. There are also a couple of accessories for it, like a speedy domino loading stick and a fun little staircase bridge to add to your domino creations. Though all the machine files are freely available, [DIY Machines] requests a small donation for the accessories files. Check out the complete build video after the break, followed by a bonus video that focuses on upgrading the machine with an HM10 Bluetooth module for controlling it directly with a phone.

This certainly isn’t the first domino-laying device we’ve seen, though it might be the most accessorized. [Matthias Wandel]’s version uses only one motor to move and deal the dominoes.

source https://hackaday.com/2021/01/12/remote-control-robot-deals-dominoes/

Remote Control Robot Deals Dominoes

Oh, dominoes — the fun of knocking them down is inversely proportional to the pain of setting them all up again. [DIY Machines] is saving loads of time by automating the boring part with a remote control domino-laying machine. If only it could pick them back up.

This machine can be driven directly over Bluetooth like an R/C car, or programmed to follow a predetermined path via Arduino code. Here’s how it works: an Arduino Uno drives two servos and one motor. The 1:90 geared motor drives the robot around using a 180° servo to steer. A continuous servo turns the carousel, which holds nearly 140 dominoes. We love that the carousel is designed to be hot-swappable, so you can keep a spare ready to go.

[DIY Machines] really thought of everything. Every dozen or so dominoes, the machine leaves a gap in case one of the dominoes is tipped prematurely. There are also a couple of accessories for it, like a speedy domino loading stick and a fun little staircase bridge to add to your domino creations. Though all the machine files are freely available, [DIY Machines] requests a small donation for the accessories files. Check out the complete build video after the break, followed by a bonus video that focuses on upgrading the machine with an HM10 Bluetooth module for controlling it directly with a phone.

This certainly isn’t the first domino-laying device we’ve seen, though it might be the most accessorized. [Matthias Wandel]’s version uses only one motor to move and deal the dominoes.

source https://hackaday.com/2021/01/12/remote-control-robot-deals-dominoes/

Remote Control Robot Deals Dominoes

Oh, dominoes — the fun of knocking them down is inversely proportional to the pain of setting them all up again. [DIY Machines] is saving loads of time by automating the boring part with a remote control domino-laying machine. If only it could pick them back up.

This machine can be driven directly over Bluetooth like an R/C car, or programmed to follow a predetermined path via Arduino code. Here’s how it works: an Arduino Uno drives two servos and one motor. The 1:90 geared motor drives the robot around using a 180° servo to steer. A continuous servo turns the carousel, which holds nearly 140 dominoes. We love that the carousel is designed to be hot-swappable, so you can keep a spare ready to go.

[DIY Machines] really thought of everything. Every dozen or so dominoes, the machine leaves a gap in case one of the dominoes is tipped prematurely. There are also a couple of accessories for it, like a speedy domino loading stick and a fun little staircase bridge to add to your domino creations. Though all the machine files are freely available, [DIY Machines] requests a small donation for the accessories files. Check out the complete build video after the break, followed by a bonus video that focuses on upgrading the machine with an HM10 Bluetooth module for controlling it directly with a phone.

This certainly isn’t the first domino-laying device we’ve seen, though it might be the most accessorized. [Matthias Wandel]’s version uses only one motor to move and deal the dominoes.

source https://hackaday.com/2021/01/12/remote-control-robot-deals-dominoes/

Visualizing Ionizing Radiation With DIY Plastic Scintillators

Although most types of radiation are invisible, except for the visible part of the EM spectrum, there are many ways that we can make various types of radiation visible. One of these methods is called ‘scintillation’, which can be used to make ionizing radiation visible. Recently [Lukas Springer] demonstrated how to make scintillators out of what is essentially plastic: bisphenol-A (E45, ‘epoxy’) resin with hardener and other additives.

The essential principle of operation behind a scintillator is its sensitivity to ionizing radiation, along with the tendency to absorb the energy and re-emit it in the form of light, i.e. luminescence. This is akin to the luminescence of LEDs, except that in their case the underlying principle is that of electro-luminescence. In the case of a plastic scintillator, the scintillating material is suspended in the solid polymer matrix base.

As [Lukas] points out, plastic scintillators are hardly ideal when it comes to their sensitivity to ionizing radiation, but they compensate for this by being easy to shape and produce, while being very durable. For this experiment, he used regular epoxy as the scintillator matrix, p-Terphenyl as primary scintillator and Coumarin 102 as the wavelength shifter. These three compounds act as a reaction chain, with the matrix absorbing the radiation and transferring it to the primary scintillator, which in turns emits the energy as light.

As the primary scintillator tends to radiate in the deep UV part of the EM spectrum, a wavelength shifter (i.e. secondary scintillator) which ‘shifts’ the emitted UV radiation into the visible part of the spectrum.

After producing a batch of plastic scintillators following the above recipe, [Lukas] irradiated them with gamma radiation, and found them to perform worse than some already not remarkable Russian PS-based scintillators. [Lukas’s] guess is that the matrix may be absorbing the primary scintillator’s output, or a mismatch between the primary and second scintillator.

While tricky to get right, it does seem like a fun hobby if one has some interesting in chemistry. [Lukas] (@GigaBecquerel on Twitter) provides a basic recipe as well as many other compounds to use for the primary and secondary scintillator, as well as the matrix compound. Enough to get started with.

source https://hackaday.com/2021/01/12/visualizing-ionizing-radiation-with-diy-plastic-scintillators/

Spacing Out: Launch Successes And Failures, Next Stop Mars, Rocket Catching, & Space Stations

As large sections of the globe have seen themselves plunged into further resurgences of the pandemic over the past few weeks there has been no let-up in the world of space exploration even for the Christmas holidays, so here we are with another Spacing Out column in which we take a look at what’s going up, what’s flying overhead, and what’s coming down.

Not today, Paul. r2hox from Madrid, Spain, CC BY-SA 2.0.
Not today, Paul. r2hox from Madrid, Spain, CC BY-SA 2.0.

December was eventful, with China returning lunar samples and Japan doing the same with asteroid dust. And it was reported that we  might just possibly have detected radio waves from ET. The truth may be out there and we sincerely want to believe, but this widely reported signal from Proxima Centauri probably isn’t the confirmation of alien life we’ve all been waiting for.

There has been no shortage of launches over the last month from the usual agencies and companies, with a first launch from China of their Long March 8 heavy lift rocket from the Wenchang launch site in Hainan Province. Its payload of five satellites made it safely to orbit, and we expect the rocket will be a workhorse of their future exploration programme. Meanwhile SpaceX conducted a high-altitude test of their Starship SN8 vehicle, which proceeded according to plan until the craft was approaching the landing pad, at which point the failure of one of its engines to fire caused a spectacular crash. This does not equate to an unsuccessful test flight as it performed faultlessly in the rest of its manoeuvres, but it certainly made for some impressive video.

On the subject of SpaceX and Starship, Elon Musk has said he will sell all his personal property to fund a Martian colony. This will require a fleet of up to 1000 Starships, with three launches a day to ferry both colonists and supplies to the Red Planet. He attracted controversy though by saying that interplanetary immigration would be open to people of all means with loans available for the estimated $50,000 one-way travel cost, and Martian jobs on offer to enable the debt to be paid. Many critics replied to his Tweets likening the idea to indentured servitude. It’s worth remembering that Musk is the master of the grand publicity stunt, and while it seems a good bet that SpaceX will indeed reach Mars, it’s also not inconceivable that his timeline and plans might be somewhat optimistic.

A more tangible story from SpaceX comes in their super heavy booster rocket, which is to be reusable in the same manner as their existing Falcon 9, but not landing on its own legs in the manner of the earlier rocket. It will instead dock with its launch tower, being caught by the same support structures used to stabilise it before launch. At first glance this might seem too difficult to succeed, but no doubt people expressed the same doubts before the Falcon 9s performed their synchronised landings.

Finally away from more troubling developments in the political field, The Hill takes a look at some of those likely to have a hand in providing a commercial replacement for the ISS when it eventually reaches the end of its life. They examine the likely funding for NASA’s tenancy on the station, and looked at the cluster of Texas-based companies gearing up for space station manufacture. That’s right — space station modules from the likes of Axiom Space will become a manufactured assembly rather than one-off commissions. The decades beyond the ISS’s current 2030 projected end of life are likely to have some exciting developments in orbit.

The coming year is likely to be an exciting one, with a brace of missions heading to Mars for February as well as a new space station to catch our attention. The Chinese aren’t content to stop at the Moon, with their Tianwen-1 Mars mission due to start exploring our planetary neighbour, and the first Tianhe module of what will become their much larger space station taking to the skies in the coming year. Meanwhile the Red planet will see NASA’s Perseverance rover also reaching its surface, taking with it the Ingenuity helicopter. Finally, the United Arab Emirates’ Hope probe will go into orbit, making the second month one that should have plenty of news.

Wherever you are, keep yourself safe from Earth-bound viruses, and keep looking at the skies in 2021.

source https://hackaday.com/2021/01/12/spacing-out-launch-successes-and-failures-next-stop-mars-rocket-catching-and-new-space-stations/

3D Printing in Five Axes Makes the World Flat

Just when you thought your 3D printer was hot stuff, along comes a 5D printer. Two doctoral students at Penn State want to add two more axes to get rid of overhangs. This means that instead of supports or breaking objects into pieces, the printer simply orients the print so each region of the part is printing as if it were flat. Of course, 5D printers aren’t really new, even though you don’t hear much about them. However, the paper details a new algorithm that eliminates manually defining print regions and rotations.

You do this all the time manually when you’re setting the print up. For example, if you want to print a letter T, you could print it with supports under the cross pieces or flip it upside down and print it with no support at all. The difference here is the printer can flip the workpiece itself to different angles and can change it on the fly during printing. The printer might print the shaft of the T, rotate it to draw half of the crossbar, then rotate it 180 degrees to print the other half. In all three zones, the print head is depositing materials flat with no overhang. In a simple case like a T that doesn’t really require a special machine or an algorithm, but in the general case, you often can’t just rotate a model to avoid using supports.

The proposed algorithm can take into account how much overhang angle the printer can handle so that it can reorient the model as few times as possible. Presumably, rotating the print is relatively time-consuming compared to just laying down a new layer.

We really wanted to see a picture of the 5D machine in operation, but we didn’t find any actual pictures. However, the video below is of a commercial 5D machine — presumably, you have to set it up manually — and it also shows a good example of how a part rotates to get flat prints. We honestly aren’t sure if the algorithm in the paper has actually been applied to real prints yet. The photos don’t look like the models are actually 3D printed.

We have to wonder if 5D will make it to the consumer 3D printing market. Then the marketing hype will kick in and we’ll have 20D printers driven by the marketing department.

This reminded us of 2.5D printing, but it isn’t really the same thing. If your part is spinning around, it probably adds a whole new level of grief for bed adhesion.

 

 

 

source https://hackaday.com/2021/01/12/3d-printing-in-five-axes-makes-the-world-flat/

Make Room For A New Arduino Competitor – With Native Brainf*ck!

With so many smaller and more capable microcontroller boards on the market it’s now fairly safe to say that the classic Arduino footprint and form factor is rather outdated. That’s not to say that there’s no fight left in the old contender though, and to prove it here’s a new platform in the familiar style set by the venerable Atmel-based board. [Eduardo Corpeño]’s Brainfuino is an Arduino competitor that runs everyone’s favourite esoteric programming language, Brainf*ck. (Keeping it SFW, folks.)

And in case you mistake it for a Brainf*ck emulator on a PCB then stand ready to be corrected, for this board runs the language natively in a Brainf*ck softcore on a Lattice MachXO2 FPGA. This is the real deal, on which only a true genius or masochist would dare to code.

The board itself is very neatly executed with a graphical style that presents more than a nod to the original Arduino. On this board is the FPGA, 256 kB ROM and 138 kB RAM, an STM32 to provide a USB serial port and an analogue input, and a level shifter to provide Arduino-style 5 V logic on the pins. We can see it’ll provide hours of fun to anyone interested in learning Brainf*ck, but besides that it has potential as an Arduino-shaped FPGA board. We like the joke, we like the graphical and engineering design, but underneath that lies quite the technical achievement.

Brainf*ck has made it to Hackaday before, not least in this jaw-dropping relay computer.

source https://hackaday.com/2021/01/12/make-room-for-a-new-arduino-competitor-with-native-brainfck/

Growing Opals In The Lab

Opals are unique amongst gemstones, being formed from tiny silica nanospheres arranged in precise structures that give them their characteristic shifting color when seen from different angles. [The Thought Emporium] loves a challenge, so set about growing some himself.

It’s not the hardest gemstone synthesis ever, but it’s no cakewalk either. The process requires tetraethyl orthosilicate, or TEOS, which can be difficult to find, but the rest of the chemicals required are commonly available. The initial phase involves mixing the TEOS with reactants to form nanoscale silica spheres in the range of 200-350 nanometers wide. With the spheres in solution, the mixture must then be carefully dried in such a way as to create the right structure to produce opal’s famous color effects. At this stage, industrial producers add further silica to stabilize the matrix, though [The Thought Emporium] wasn’t able to find literature that explained how to do this. Instead, he relied on resin, which while imperfect, did allow the specimens to be stabilised and shown off for the purposes of the video.

The video notes that many of the steps in this process were perfected decades ago, but remain held as trade secrets, making replication an exercise in experimentation. Nonetheless, success was had in producing recognisably opalescent specimens, and we can’t wait to see further refinement of the DIY process.

We’ve seen similar work from [The Thought Emporium] before, exploring structural color and holograms. Video after the break.

source https://hackaday.com/2021/01/11/growing-opals-in-the-lab/

Starlink Satellite Dish X-Rayed to Unlock RF Magic Inside

When [Kenneth Keiter] took apart his Starlink dish back in November, he did his best to explain the high-level functionality of the incredibly complex device in a video posted to his YouTube channel. It was a fascinating look at the equipment, but by his own admission, he wasn’t the right person to try and explain the nuances of how the phased array actually functioned. But he knew who could do the technology justice, which is why he shipped the dismembered dish over to [Shahriar Shahramian] of The Signal Path.

Don’t be surprised if you can’t quite wrap your head around his detailed analysis after your first viewing. You’ll probably have a few lingering questions after the second re-watch as well. But that’s OK, as [Shahriar] still has a few of his own. Even after cutting out a section of the dish and putting it under an X-ray, it’s still not completely clear how the SpaceX engineers managed to cram everything into such a tidy package. Though there seems to be no question that the $500 price for the early-access hardware is an absolute steal, all things considered.

The layered antenna works on multiple frequencies.

Most of the video is spent examining the stacked honeycomb construction of the phased antenna array, which as expected, holds a number of RF secrets if you know what to look for. Put simply, there’s no such thing as an insignificant detail to the trained eye. From the carefully sized injection molded spacer sheet that keeps the upper array a specific distance from the RF4-like radome, to the almost microscopic holes that have been bored through each floating patch to maintain equalized air pressure through the stack up, [Shahriar] picks up on fascinating details which might otherwise seem like arbitrary design decisions.

But a visual inspection will only get you so far. Eventually [Shahriar] has to cut out a slice of the PCB so he can fit it into the X-ray machine, but don’t feel too bad, the dish was long dead before he got his hands on it. While he hasn’t yet completed his full analysis, an initial examination indicates that each large IC and the eight chips surrounding it make up a 16 channel beam forming module. Each channel is further split into two RX and TX pairs, which provides the necessary right and left hand polarization. That said, he admits there’s some room for interpretation and that further work would be necessary before any hard conclusions could be made.

Between this RF analysis and the initial overview provided by [Kenneth], we’ve already learned a lot more about this device than many might have expected considering how rare and expensive the hardware is. While we admit it’s not immediately clear what kind of hijinks hardware hackers could get into once this device is fully understood, we’re certainly eager to find out.

source https://hackaday.com/2021/01/11/starlink-satellite-dish-x-rayed-to-unlock-rf-magic-inside/

Starlink Satellite Dish X-Rayed to Unlock RF Magic Inside

When [Kenneth Keiter] took apart his Starlink dish back in November, he did his best to explain the high-level functionality of the incredibly complex device in a video posted to his YouTube channel. It was a fascinating look at the equipment, but by his own admission, he wasn’t the right person to try and explain the nuances of how the phased array actually functioned. But he knew who could do the technology justice, which is why he shipped the dismembered dish over to [Shahriar Shahramian] of The Signal Path.

Don’t be surprised if you can’t quite wrap your head around his detailed analysis after your first viewing. You’ll probably have a few lingering questions after the second re-watch as well. But that’s OK, as [Shahriar] still has a few of his own. Even after cutting out a section of the dish and putting it under an X-ray, it’s still not completely clear how the SpaceX engineers managed to cram everything into such a tidy package. Though there seems to be no question that the $500 price for the early-access hardware is an absolute steal, all things considered.

The layered antenna works on multiple frequencies.

Most of the video is spent examining the stacked honeycomb construction of the phased antenna array, which as expected, holds a number of RF secrets if you know what to look for. Put simply, there’s no such thing as an insignificant detail to the trained eye. From the carefully sized injection molded spacer sheet that keeps the upper array a specific distance from the RF4-like radome, to the almost microscopic holes that have been bored through each floating patch to maintain equalized air pressure through the stack up, [Shahriar] picks up on fascinating details which might otherwise seem like arbitrary design decisions.

But a visual inspection will only get you so far. Eventually [Shahriar] has to cut out a slice of the PCB so he can fit it into the X-ray machine, but don’t feel too bad, the dish was long dead before he got his hands on it. While he hasn’t yet completed his full analysis, an initial examination indicates that each large IC and the eight chips surrounding it make up a 16 channel beam forming module. Each channel is further split into two RX and TX pairs, which provides the necessary right and left hand polarization. That said, he admits there’s some room for interpretation and that further work would be necessary before any hard conclusions could be made.

Between this RF analysis and the initial overview provided by [Kenneth], we’ve already learned a lot more about this device than many might have expected considering how rare and expensive the hardware is. While we admit it’s not immediately clear what kind of hijinks hardware hackers could get into once this device is fully understood, we’re certainly eager to find out.

source https://hackaday.com/2021/01/11/starlink-satellite-dish-x-rayed-to-unlock-rf-magic-inside/

Dangerous Greeting Cards You Probably Shouldn’t Send Anyone

Regular paper greeting cards are pricey for what they are, and of course the annoying musical variety are even more so. If you really want to go all out, however, you’ve got to go custom made. That’s what [Xyla] and [Ian] did, though we’d stop short of recommending you build or send these to anyone!

Two variants of the “dangerous cards” were built. One repurposed an electric shocking circuit from a handheld buzzer, tucking it inside a shiny Disney greeting card. Using a switch from a musical greeting card, when opened, the shocking circuit is activated. With the circuit connected to aluminium tape electrodes hidden in the shiny foil design, when the user opens the card, they receive a painful shock. The flamethrowing variant was triggered by the same mechanism, though instead sent power to an electric match, shooting a fireball with flash cotton when the card was opened.

These cards make excellent pranks, though we’d be wary about sending them by mail for obvious reasons. We’ve seen [Xyla’s] work before too, with her glowing kayak a particular highlight. Video after the break.

 

source https://hackaday.com/2021/01/11/dangerous-greeting-cards-you-probably-shouldnt-send-anyone/

Laser Blasts Out High-Quality PCBs

With how cheap and how fast custom PCBs have gotten, it almost doesn’t make sense to roll your own anymore, especially when you factor in the messy etching steps and the less than stellar results. That’s not the only way to create a PCB, of course, and if you happen to have access to a 20-Watt fiber laser, you can get some fantastic homemade PCBs that are hard to tell from commercial boards.

Lucikly, [Saulius Lukse] of Kurokesu fame has just such a laser on hand, and with a well-tuned toolchain and a few compromises, he’s able to turn out 0.1-mm pitch PCBs in 30 minutes. The compromises include single-sided boards and no through-holes, but that should still allow for a lot of different useful designs. The process starts with Gerbers going through FlatCAM and then getting imported into EZCAD for the laser. There’s a fair bit of manual tweaking before the laser starts burning away the copper between the traces, which took about 20 passes for 0.035-mm foil on FR4. We have to admit that watching the cutting proceed in the video below is pretty cool.

Once the traces are cut, UV-curable solder resist is applied to the whole board. After curing, the board goes back to the laser for another pass to expose the pads. A final few passes with the laser turned up to 11 cuts the finished board free. We wonder why the laser isn’t used to drill holes; we understand that vias would be hard to connect to the other side, but it seems like through-hole components could be supported. Maybe that’s where [Saulius] is headed with this eventually, since there are traces that terminate in what appears to be via pads.

Whatever the goal, these boards are really slick. We usually see lasers used to remove resist prior to traditional etching, so this is a nice change.

source https://hackaday.com/2021/01/11/laser-blasts-out-high-quality-pcbs/