I had succeeded in controlling 3 12v solenoids via Max/msp sending serial to the arduino.
I was using 2 9v batteries in series and an irf520 mosfet along with a diode for each switch.
So basically everything went fine until I removed my third solenoid and tried to replace it with another solenoid (exact same type) with much longer wires on it. I wanted to
test if this was possible and if it didn't take too much current.
As soon as I plugged the first wire into my battery positive side, my whole system went down including my macbook rebooting.
When I had it back on, everything appeared to be fine (arduino internal LED's lighting normally), but I couldn't get even my old setup without the long wires to work.
So I tried uploading the sketch again (to see if the data had somehow been erased in the shutdown), but when trying this, the arduino IDE just tells me:
avrdude: stk500_recv(): programmer is not responding
and the usual blinking-when-uploading is not there. So I guess I fried the chip, no?
I have no living idea how this could happen.. I mean, everything worked before and I didn't apply any more voltage to the circuit. Could the resistance of the long wires be enough to kill the circuit somehow? The wires are aprox 2 meters each.
I've attached two pictures of the circuit, and hope it's possible to make some sense out of it.
I could write a schematic if it would be easier.
Basically all I did was to follow the pictures in the bottom of this link Power Supplies and then just doing the same thing 3 times with arduino digital out pins 9, 10 and 11.
Any kind of clue would be very much appreciated. I'm not the biggest electronic-wiz, sorry.
If you added and removed components while the circuitry had power there is a good chance you fried something. That sort of thing is really not recommended.
Check which comms port the arduino is on the reboot may have changed the comms port. I'd unplug the USB restart he IDE and the plug in the USB and try again. (unplug all that other hardware fist).
@ laadams
auch, I wasn't aware of that! but shouldn't the transistor do so that the power only connects when it's "triggered"? or am I misunderstanding something?
@ holmes
thanks for the tip, but I tried all that - without luck
As soon as I plugged the first wire into my battery positive side, my whole system went down including my macbook rebooting.
Always connect the ground first.
But it sounds like you had a short circuit somewhere. Often that is OK but it depends on what path is causing the short.
Try the loop back test first. It might be just one of the chips that has gone.
thanks for the tip!
I tried doing a loopback test, but nothing shows up in the serial monitor, and it doesn't seem like it's reseting all the time as it's supposed to. not even if I hold down the reset button. hm..
I have done something similar and it turned out that somehow the bootloader was just lost. I erased the chip and relaoded the bootloader and all was fine again. Of course, I had to do this with a programmer since the serial was not working without the bootloader.
Obviously (if you haven't already done this) I would disconnect your circuit and just work on getting the arduino talking again.