Can please anyone help me, my Arduino MKR1000 is not working. (I have not good English)
I bought it yesterday and when I plug it in, I wait 5sec., then my computer makes the soun of plgging in, but when I look in the device manager, there is not my MKR1000. On an another computer he found the MKR1000, but I can´t upload a sketch and now he is writing that he can not read this device, and he has a problem with it. And he says that I have to plug out and in, but then he is writing the same. Please help, because it cost many money and I want to program something with the Wifi module
. Please help,
-Artem
You could start be looking in the correct MKR1000 section.
Lets get this moved for you.
It's just my think..
1.check that your cable is usb 2.0 port
2.using hourly ide(you can use latest version, but I thought hourly would be better)
3.tool>board manager>"MKR1000"
you can see samd~~
4.intall package in board manager(3)
5.In my case, who is using WIN10, the step that requires usb install, win10 did update on my usb automatically
(If not, check your device manager - usb/lpt part or serial bus device part. case will be two that you must check when your usb didn't installed well.
a)unknown device-refer the tutorial on arduino.cc
you need to do some update in your computer driver(driver will be in the dir where you installed ide)
b)usb/lpt
I think this case is just for check. do update and you can see "device is already installed"
)
-
now, you can see optimal port on tool menu
-
library-wifi101-> you need to check your firmware version with this library first
from it, you can see
"NOT PASSED" :this means library requires != your firmware
"PASSED":this means library requires==your firmware
7-1. now, you can upload "~~updater(from wifi101 example)" to your mkr1000
7-2.next, there will be "WIFI 101~~" on tool menu
click it, and do firmware update and update your ssl certificate on your board
(I can't remember the link, but there were gui software that you need to check again about update certification)
Go for it! It will work!