Softly To Sleep, My Raspberry Pi

For all their capacity, shutting down a Raspberry Pi can be a bothersome routine depending on how you have it set up — historically and abrupt cut to the power risks corrupting the SD card. [madlab5] had to make a few changes to a Pi running in headless mode, requiring them to access it externally to shut it down to prevent any damage from pulling the plug. So, why not take the opportunity to whip up a soft shut-down switch?

This is a great beginner project to get one accustomed to working with a Pi. With this in mind, [madlab5] …read more

Continue reading Softly To Sleep, My Raspberry Pi

Amazon Dash Reboots Your Pi

We all know feature creep can be a problem in almost any project. A simple idea can often become unusable if a project’s scope isn’t clearly defined in the beginning. However, the opposite problem sometimes presents itself: forgetting to include a key feature. [Zach] had this problem when he built a Raspberry Pi magic mirror and forgot to build a physical reset/shutoff switch. Luckily he had a spare Amazon Dash button and re-purposed it for use with his Pi.

The Raspberry Pi doesn’t include its own on/off switch. Without installing one yourself, the only way to turn off the device …read more

Continue reading Amazon Dash Reboots Your Pi

Electroloom Throws In The Towel

The once successful Kickstarter and National Science Foundation (NSF) research grant winner Electroloom is saying “Thanks and Farewell” to its backers, supporters, and sponsors. The startup ran out of funding while developing printer-like machine that uses electrospinning to automatedly produce ready-to-use garments.

Electroloom has been an ambitious project to explore if electrospinning could be made viable for garment manufacturing. The process that uses a high voltage to transform a resinous liquid into non-woven fabric was originally invented for textile fabrication, although its low throughput has always been a limiting factor. The method was mostly used in laboratory and medical applications. …read more

Continue reading Electroloom Throws In The Towel

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