Posts with «floppy» label

Arduino IDE Creates Bootable x86 Floppy Disks

Arguably the biggest advantage of the Arduino ecosystem is how easy it is to get your code running. Type a few lines into the IDE, hit the button, and in a few seconds you’re seeing an LED blink or some text get echoed back over the serial port. But what if that same ease of use didn’t have to be limited to microcontrollers? What if you could use the Arduino IDE to create computer software?

That’s exactly what boot2duino, a project developed by [Jean THOMAS] hopes to accomplish. As you might have guessed from the name, the code you write in the Arduino is turned into a bootable floppy disk image that you can stick into an old PC. After a few seconds of beeping and grinding your “Hello World” should pop up on the monitor, and you’ve got yourself the world’s biggest Arduino.

A minimal x86 Arduino sketch.

Now to be clear, this isn’t some kind of minimal Linux environment that boots up and runs a compiled C program. [Jean] has created an Arduino core that provides basic functionality on x86 hardware. Your code has full control over the computer, and there’s no operating system overhead to contend with. As demonstrated in a series of videos, programs written with boot2duino can display text, read from the keyboard, and play tones over the PC’s speaker.

The documentation for boot2duino says the project serves no practical purpose, but we’re not so sure. While the feature set is minimal, the low overhead means you could theoretically press truly ancient PCs into service. There’s certainly an appeal to being able to write your code on a modern OS and effortlessly deploy it on a retrocomputer, from somewhat modernized versions of early computer games to more practical applications. If any readers end up exploring this concept a bit further, be sure to let us know how it goes.

A Simple Floppy Music Controller

While playing music with floppy drives has been done many times over, making any device with a stepper motor play music still appeals to the hacker in all of us. [Tyler] designed an Arduino shield and a library which lets you get up and running in no time. [Tyler]‘s shield includes pin headers to connect 4 floppy drives, which plug directly into the shield. The drives don’t need any modification before being used.

While you could simply wire a few floppy drives up to an Arduino with some jumpers, this breakout shield makes connecting your drives trivial. In addition to designing the shield, [Tyler] released an Arduino library to make things even easier. The library lets you simply set the frequency you want each drive to play, which saves a bit of legwork.

The floppy-controlling Arduino library is available on GitHub and a video of the controller is included after the break.


Filed under: musical hacks
Hack a Day 12 Oct 12:00

Music + Floppy = Moppy

Moppy is a musical floppy controller program. By using an Arduino UNO as a translator, you can command an array of floppy drives with a musical keyboard. The head on each floppy drive is controlled by a stepper motor which will put out sounds when driven at the right frequency.

 

 

Here is a link to the Moppy project page.

Enjoy your musical floppy drives!

 

Via:[Hackaday]

 

Arduino Blog 29 May 12:40
arduino  floppy  hacks  keyboard  music  stepper  

Moppy lets you play your floppy drives

Get ready to join a band. Just follow the guide over at the Moppy project page and you’ll have your very own floppy drive instrument.

The name is a mashup between Musical and Floppy. By using an Arduino UNO as a translator, you can command an array of floppy drives with a musical keyboard (think piano). The head on each floppy drive is controlled by a stepper motor which will put out some sweet sounds if driven at just the right frequency. The lower notes tend to fair a bit better than the high range. One great example of this is the Imperial March theme as heard after the break.

Once you get the base system up and running, it’s time to think of some alternate interfaces. Sure, you can obvious things like toy keyboards. But wouldn’t it be more fun to make it fruit controlled?


Filed under: musical hacks
Hack a Day 26 May 18:01

SpamPoetry (or how to recycle spam)

Everyday, a lot of spam inevitably arrives to our mailboxes, forcing us to lose time in discerning fake emails from good ones, so everyone agrees on saying that spam is frustrating and completely useless.

This is almost true, since Varvara Guljajeva and Mar Canet Sola have taken advantage of spam coming from the Internet (more specifically, those messages “donated” by Eindhoven people) to make a very creative art project: first, they have recycled spam to algoritmically create poetry and, then, they have sent the result to a properly Arduino-hacked knitting machine (Arduino has been used to emulate the typing of the commands required to load the pattern).

From the authors:

Concerning the concept, we are interested in bringing together digital culture and traditional handicraft. To be more specific, the idea is to experiment with the form and meaning of SPAM. We turn SPAM into a romantic, funny or even sarcastic poetry and present it in unusual tangible form as knitted garment. To be more specific, we call final result dysfunctional wearable, because it reminds a sweater but is not really a one. Like SPAM, our dysfunctional wearable does not have a purpose.

The result is really impressive and it has been presented at two exhibitions, at Eindhoven and Malmö. Several pictures of the events can be found here. More information about the project can be found at Mar and Varvara‘s homepages.

[Via: Mar's Homepage and Varvara's Homepage]