The Fab Lab Next Door: DIY Semiconductors

You think you’ve got it going on because you can wire up some eBay modules and make some LEDs blink, or because you designed your own PCB, or maybe even because you’re an RF wizard. Then you see that someone is fabricating semiconductors at home, and you realize there’s always another mountain to climb.

We were mesmerized when we first saw [Sam Zeloof]’s awesome garage-turned-semiconductor fab lab. He says he’s only been acquiring equipment since October of 2016, but in that short time he’s built quite an impressive array of gear; a spin-coating centrifuge, furnaces, tons of lab supplies and …read more

Continue reading The Fab Lab Next Door: DIY Semiconductors

Ask Hackaday: Dude, Where’s My MOSFET?

Transistors versus MOSFETs: both have their obvious niches. FETs are great for relatively high power applications because they have such a low on-resistance, but transistors are often easier to drive from low voltage microcontrollers because all they require is a current. It’s uncanny, though, how often we find ourselves in the middle between these extremes. What we’d really love is a part that has the virtues of both.

The ask in today’s Ask Hackaday is for your favorite part that fills a particular gap: a MOSFET device that’s able to move a handful of amps of low-voltage current without losing …read more

Continue reading Ask Hackaday: Dude, Where’s My MOSFET?

Faux-AI Clapper Almost Seems to be Listening

When a job can be handled with a microcontroller, [devttys0] likes to buck the trend and build a circuit that requires no coding. Such was the case with this “Clapper”-inspired faux-AI light controller, which ends up being a great lesson in analog design.

The goal was to create a poor man’s JARVIS – something to turn the workshop lights on with a free-form vocal command. Or, at least to make it look that way. This is an all-analog circuit with a couple of op amps and a pair of comparators, so it can’t actually process what’s being said. “Aziz! Light!” …read more

Continue reading Faux-AI Clapper Almost Seems to be Listening

Faux-AI Clapper Almost Seems to be Listening

When a job can be handled with a microcontroller, [devttys0] likes to buck the trend and build a circuit that requires no coding. Such was the case with this “Clapper”-inspired faux-AI light controller, which ends up being a great lesson in analog design.

The goal was to create a poor man’s JARVIS – something to turn the workshop lights on with a free-form vocal command. Or, at least to make it look that way. This is an all-analog circuit with a couple of op amps and a pair of comparators, so it can’t actually process what’s being said. “Aziz! Light!” …read more

Continue reading Faux-AI Clapper Almost Seems to be Listening

R/C Bot Takes Your Strawberries Away

Don’t let the friendly smile on this RC cart fool you, it will take your strawberries away — though that’s kinda the point. It’s an RC car that [transistor-man] and a few friends modified for carrying freshly picked strawberries at strawberry fields so that you don’t have to.

They started with an older Traxxas Emaxx, a 4-wheel drive RC monster truck. The team also bought a suitable sized water cooler at a local hardware store. A quick load test showed that 5lbs collapsed the springs and shock absorbers, causing the chassis to sink close to the ground. The team had …read more

Continue reading R/C Bot Takes Your Strawberries Away

Raspberry Pi Gets Turned On

The Raspberry Pi and other similar Linux-based single board computers simplify many projects. However, one issue with Linux is that it doesn’t like being turned off abruptly. Things have gotten better, and you can certainly configure things to minimize the risk, but–in general–shutting a Linux system down while it is running will eventually lead to file system corruption.

If your project has an interface, you can always provide a shutdown option, but that doesn’t help if your application is headless. You can provide a shutdown button, but that leaves the problem of turning the device back on.

[Ivan] solved this …read more

Continue reading Raspberry Pi Gets Turned On