Coder Social home page Coder Social logo

Floppy drives current about moppy2 HOT 4 CLOSED

sammy1am avatar sammy1am commented on August 20, 2024
Floppy drives current

from moppy2.

Comments (4)

Sammy1Am avatar Sammy1Am commented on August 20, 2024

Hmm, yeah, something definitely doesn't sound right there. I can nearly guarantee you that it's unrelated to Moppy 2, since none of the hardware or wiring has changed between the versions; and as a side note, the green light often changes brightness on drives even under normal operating conditions (so that's not necessarily a sign of low power in itself).

Is there any way you could post a picture of your wiring for us to take a look at? Maybe a wiring diagram? Where is your Arduino getting its power from?

Some thoughts in the meantime: If the drive tried to pull more power than the PS could supply, the PS would shut off (short circuit protection); some will even shut off for over or under voltage conditions. Since it doesn't sound like your PS is shutting down, it seems more likely the issue is somewhere between the PS and the drive, something with the drive itself, or an issue with the Arduino/drive that's unrelated to power.

4.5v on a 5v rail might indicate something drawing a lot of current, but is potentially close enough to spec that things would still work (ATX specifies +/-5%, and you're at -10%, but floppy drives aren't super complex, so there's a decent change they'd operate fine)

from moppy2.

antoniosavio96 avatar antoniosavio96 commented on August 20, 2024

Hey man!
You're right.. those problems are now solved... Maybe the main problem was the USB cable for the arduino, and also there was a problem of ground in the ATX plug, that maybe will cause those problems with strange current....

After this, because the ATX is pretty old (made in 2002), I plugged the floppy plug in the wrong way and the cables litterally burned my fingers. Old school short-circuit protection? Maybe...

Now all seems work good. But I really miss some feature from Moppy classic, like the tempo change and the single channel selector, that was on the right... I'm not so friendly with the new interface, I didn't know anything about the new features and an easy wiki about them will be really appreciated!

After this, if I plug the mega and select the COM on Moppy2, the sub-addresses are from 1 to 8.... Why?
Mega has a lot of outputs... Why is recognized like a normal arduino uno?

If you can kindly reply to my questions, this trouble will be closed.
This is not a threat lol
And thanks again for your brilliant works here!

P.S.: I issued a couple of freezes while using Moppy2 with some others MIDI outputs...

from moppy2.

Sammy1Am avatar Sammy1Am commented on August 20, 2024

Glad you got it working! The tempo can still be changed using the MIDI file, but there's not a slider for it (feel free to open a new issue requesting that if you'd like). As for channel selection, you can do anything you could with the previous version and more, but you'll need to know a teensy bit of Javascript. I just explained some channel mapping in this issue that might help put things in perspective. If you want just a single channel, can set the Condition script to e.g. c==2 if you wanted only channel 2.

There's no way for the Arduino to detect how many drives are hooked up to it, so out of the box the code just assumes 8 drives. You'll change the MoppyConfig.h file to specify the min and max drive subaddresses (again see the linked issue above for more details). The code only currently supports 9 drives though (the max supported by the Uno), so you'll need to make some small changes to run more drives on a Mega.

from moppy2.

Sammy1Am avatar Sammy1Am commented on August 20, 2024

You mentioned freezes; if they're reproducible, you can open new issues for those and we can try to resolve them.

from moppy2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.