arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.18k stars 7.01k forks source link

MKRZero freezes when using Scheduler #5916

Closed simplecast closed 6 years ago

simplecast commented 7 years ago

I have 2 new Arduino mkr 2 i was looking for a way to do multi-tasking i used this in my my code and tried it twice to confirm now both mkrzeros wont upload, won,t been seen by Arduino IDE but the computer sees it, i can't upload a empty sketch nothing everything i tried has failed

shiftleftplusone commented 7 years ago

which Scheduler lib? there are at least 3 different ones, all named "Scheduler"!

and what happens when you are removing your scheduler lib from your installation folder and you then try simple test sketches,e.g. the Blink sketch? Do compile+upolad work then well?

cmaglie commented 7 years ago

won't been seen by Arduino IDE but the computer sees it

Try this: push quickly the reset button two times, this should put the board into "bootloader" mode and allow you to upload again.

per1234 commented 7 years ago

@simplecast did you try the instructions that cmaglie provide? If so, did they solve the issue for you?

per1234 commented 6 years ago

Closing due to lack of response from @simplecast.