Prototype Proves Wii was Two Gamecubes Taped Together All Along
https://hackaday.com/2018/10/29/prototype-proves-wii-was-two-gamecubes-taped-together-all-along/
https://hackaday.com/2018/10/29/prototype-proves-wii-was-two-gamecubes-taped-together-all-along/
Hackaday
Prototype Proves Wii was Two Gamecubes Taped Together All Along
Say what you will about Nintendo’s little purple lunchbox, the Gamecube, but it was home to many delightful experiences from Super Smash Bros. Melee to The Legend of Zelda: Twilight Princess.…
Low-cost Autonomous Rover will Drive your Projects
https://hackaday.com/2018/10/29/low-cost-autonomous-rover-will-drive-your-projects/
https://hackaday.com/2018/10/29/low-cost-autonomous-rover-will-drive-your-projects/
Hackaday
Low-cost Autonomous Rover will Drive your Projects
[Miguel] wanted to get more hands-on experience with Python, so he created a small robotic platform as a testbed. But as such things sometimes go, it turns out the robot he created is a worthy enou…
New Part Day: ST’s New 3D Printer Motor Driver
https://hackaday.com/2018/10/29/new-part-day-sts-new-3d-printer-motor-driver/
https://hackaday.com/2018/10/29/new-part-day-sts-new-3d-printer-motor-driver/
Hackaday
New Part Day: ST’s New 3D Printer Motor Driver
ST has released a new evaluation board for a stepper motor driver. It’ll plug right into your 3D printer, and if you’re looking for a chip to build a cheap 3D printer controller board a…
Short Length of Wire Turns STM32 Microcontroller into Good-enough Wireless UART Blaster
https://hackaday.com/2018/10/29/short-length-of-wire-turns-stm32-microcontroller-into-good-enough-wireless-uart-blaster/
https://hackaday.com/2018/10/29/short-length-of-wire-turns-stm32-microcontroller-into-good-enough-wireless-uart-blaster/
Hackaday
Short Length of Wire Turns STM32 Microcontroller into Good-enough Wireless UART Blaster
Hackaday regular [befinitiv] wrote into the tip line to let us know about a hack you might enjoy, wireless UART output from a bare STM32 microcontroller. Desiring the full printf debugging experien…
Lessons in Disposable Design from a Cheap Blinky Ball
https://hackaday.com/2018/10/30/lessons-in-disposable-design-from-a-cheap-blinky-ball/
https://hackaday.com/2018/10/30/lessons-in-disposable-design-from-a-cheap-blinky-ball/
Hackaday
Lessons in Disposable Design from a Cheap Blinky Ball
Planned obsolescence, as annoying as it is when you’re its victim, still has to be admired. You can’t help but stand in awe of the designer who somehow managed to optimize a product to …
Burn Some Time with this Arduino Reddit Browser
https://hackaday.com/2018/10/30/burn-some-time-with-this-arduino-reddit-browser/
https://hackaday.com/2018/10/30/burn-some-time-with-this-arduino-reddit-browser/
Hackaday
Burn Some Time with this Arduino Reddit Browser
If you’re like us, you probably spend more time browsing Reddit than you’d like to admit to your friends/family/boss/therapist. A seemingly endless supply of knowledge, wisdom, and meme…
Relativity Space’s Quest to 3D Print Entire Rockets
https://hackaday.com/2018/10/30/relativity-spaces-quest-to-3d-print-entire-rockets/
https://hackaday.com/2018/10/30/relativity-spaces-quest-to-3d-print-entire-rockets/
Hackaday
Relativity Space’s Quest to 3D Print Entire Rockets
While the jury is still out on 3D printing for the consumer market, there’s little question that it’s becoming a major part of next generation manufacturing. While we often think of 3D …
Want to Learn Ethernet? Write Your Own Darn AVR Bootloader!
https://hackaday.com/2018/10/30/want-to-learn-ethernet-write-your-own-darn-avr-bootloader/
https://hackaday.com/2018/10/30/want-to-learn-ethernet-write-your-own-darn-avr-bootloader/
Hackaday
Want to Learn Ethernet? Write Your Own Darn AVR Bootloader!
There’s a school of thought that says that to fully understand something, you need to build it yourself. OK, we’re not sure it’s really a school of thought, but that describes a h…
Oliver Heaviside: Rags to Recognition, to Madness
https://hackaday.com/2018/10/30/oliver-heaviside-rags-to-recognition-to-madness/
https://hackaday.com/2018/10/30/oliver-heaviside-rags-to-recognition-to-madness/
Hackaday
Oliver Heaviside: Rags to Recognition, to Madness
Like any complex topic, electromagnetic theory has its own vocabulary. When speaking about dielectrics we may refer to their permittivity, and discussions on magnetic circuits might find terms like…
Wavetable General MIDI For Everyone
https://hackaday.com/2018/10/30/wavetable-general-midi-for-everyone/
https://hackaday.com/2018/10/30/wavetable-general-midi-for-everyone/
Hackaday
Wavetable General MIDI For Everyone
There are only so many ways to generate music with a computer, and by far the most popular method is MIDI. It’s been around for thirty-five years, and you don’t get to be a decades-old …
Apple Introduces What We’ve All Been Waiting For
https://hackaday.com/2018/10/30/apple-introduces-what-weve-all-been-waiting-for/
https://hackaday.com/2018/10/30/apple-introduces-what-weve-all-been-waiting-for/
Hackaday
Apple Introduces What We’ve All Been Waiting For
The biggest news this week comes from Apple. There’s a new Mac Mini (the press copy says it makes a great digital signage platform but we’ll stick to our Raspberry Pis), a gigantic iPad…
Kepler Closes Eyes After a Decade of Discovery
https://hackaday.com/2018/10/30/kepler-closes-eyes-after-a-decade-of-discovery/
https://hackaday.com/2018/10/30/kepler-closes-eyes-after-a-decade-of-discovery/
Hackaday
Kepler Closes Eyes After a Decade of Discovery
Since its launch in March 2009, the Kepler Space Telescope has provided us with an incredible amount of data about exoplanets within our galaxy, proving these worlds are more varied and numerous th…
A Bluetooth Upgrade For An Unusual Set Of Headphones
https://hackaday.com/2018/10/30/a-bluetooth-upgrade-for-an-unusual-set-of-headphones/
https://hackaday.com/2018/10/30/a-bluetooth-upgrade-for-an-unusual-set-of-headphones/
Hackaday
A Bluetooth Upgrade For An Unusual Set Of Headphones
We will have all picked up something from a junk pile or swap meet in our time that caught our eye not because we needed it but because it looked cool. [Quinn Dunki] did just that with an irresisti…
Learn to Optimize Code in Assembly… for Android
https://hackaday.com/2018/10/30/learn-to-optimize-code-in-assembly-for-android/
https://hackaday.com/2018/10/30/learn-to-optimize-code-in-assembly-for-android/
Hackaday
Learn to Optimize Code in Assembly… for Android
When programming a microcontroller, there are some physical limitations that you’ll come across much earlier than programming a modern computer, whether that’s program size or even proc…
LED Stick Person Costume Lights Up the Night
https://hackaday.com/2018/10/31/led-stick-person-costume-lights-up-the-night/
https://hackaday.com/2018/10/31/led-stick-person-costume-lights-up-the-night/
Hackaday
LED Stick Person Costume Lights Up the Night
Sometimes a simple idea can yield fantastic results. A few runs of LED strips fastened to a black hoody and sweatpants and just like that…a LED stick person costume for Halloween. The creator…
Helium can Stop Your iPhone — Maybe Other MEMS, Too
https://hackaday.com/2018/10/31/helium-can-stop-your-iphone-maybe-other-mems-too/
https://hackaday.com/2018/10/31/helium-can-stop-your-iphone-maybe-other-mems-too/
Hackaday
Helium can Stop Your iPhone — Maybe Other MEMS, Too
Sometimes hacking isn’t as much about building something, it’s about getting to the root of a particularly difficult problem. [Erik Wooldrige] was facing a problem like that. He’s…
When Good Software Goes Bad: Malware In Open Source
https://hackaday.com/2018/10/31/when-good-software-goes-bad-malware-in-open-source/
https://hackaday.com/2018/10/31/when-good-software-goes-bad-malware-in-open-source/
Hackaday
When Good Software Goes Bad: Malware In Open Source
Open Source software is always trustworthy, right? [Bertus] broke a story about a malicious Python package called “Colourama”. When used, it secretly installs a VBscript that watches th…
Spooky Animated Eyes for Your Frightening Needs
https://hackaday.com/2018/10/31/spooky-animated-eyes-for-your-frightening-needs/
https://hackaday.com/2018/10/31/spooky-animated-eyes-for-your-frightening-needs/
Hackaday
Spooky Animated Eyes for Your Frightening Needs
Unless you have an incredibly well-stocked parts bin, it’s probably too late to build these spooky animated eyes to scare off the neighborhood kiddies this year. But next year… It’…
Ask Hackaday: What are Your Less Extreme Brain Hacks?
https://hackaday.com/2018/10/31/ask-hackaday-what-are-your-less-extreme-brain-hacks/
https://hackaday.com/2018/10/31/ask-hackaday-what-are-your-less-extreme-brain-hacks/
Hackaday
Ask Hackaday: What are Your Less Extreme Brain Hacks?
Kahn — perhaps Star Trek’s best-hated villain — said: “Improve a mechanical device and you may double productivity, but improve man and you gain a thousandfold.” In fa…