Show Posts
|
|
Pages: [1] 2
|
|
5
|
Using Arduino / Installation & Troubleshooting / Re: Arduino restarts my computer
|
on: January 21, 2013, 03:10:29 am
|
this has happened to me twice with the Leonardo and Arduino 1.03 - once on a Mac Pro running 10.7 and once on a Macbook Pro running 10.8 - in the case of the latter the Leonardo was externally powered.
both times it was during the uploading phase - didn't get a kernel panic message, just a hard reboot all of a sudden
Uff, 'glad' I am not alone. I feel your pain!
|
|
|
|
|
11
|
Using Arduino / Installation & Troubleshooting / Arduino restarts my computer
|
on: January 07, 2013, 03:22:20 pm
|
|
Hey,
it happend to me few times already and I am really starting to hate it. I have few Arduino Boards (UNO, Duemanilove, Leonardo), and all of them sometimes restart my computer when uploading the program. I have Macbook Pro 13" mid 2010. No other devices are attached. Anyone has an idea?
Regards
|
|
|
|
|
14
|
Using Arduino / Programming Questions / Leonardo + MIDI + Interrupts
|
on: November 22, 2012, 07:36:21 pm
|
Hey guys, I am currently working on a piece of code generating MIDI clock signal and I got into some trouble after uploading code to Leonardo. It worked flawlessly on Uno, but no luck with Leonardo. Even the MIDI example from the library doesn't work. Link to the library: https://github.com/FortySevenEffects/arduino_midi_library/tree/release/4.0Could it be related to the new methods of dealing with serial communication? I don't see the TX/RX diodes blinking for example. Also I've read somewhere that Arduino 1.0 doesn't support software interrupts? Is that true? I am using Timer1 library in my code for purposes of precise clock and this would ruin my project. Thanks a lot for any help.
|
|
|
|
|