I received today a MKR1000 board but it did not came with cable neither adapter and I am afraid to plug it to my windows 7 because I readed this article
https://www.arduino.cc/en/Guide/MKR1000
I am not english but I understand that fisrt it says to use USB (that I think it tipically has 5V)
Windows (tested on 7, 8 and 10)
Connect the MKR1000 to your computer with a USB cable. Windows should initiate its driver installation process once the board is plugged in, but it won't be able to find the driver on its own. You'll have to tell it where the driver is. Click on the Start Menu and open the Control Panel Navigate to “System and Security”. Click on System, and open the Device Manager. Look for the listing named “Ports (COM & LPT)”. You should see an open port named “MKR1000”. Right click on the “MKR1000” and choose “Update Driver Software”.
But later says that 5V will damage the board...
Please Read...
The microcontroller on the MKR1000 runs at 3.3V, which means that you must never apply more than 3.3V to its Digital and Analog pins. Care must be taken when connecting sensors and actuators to assure that this limit of 3.3V is never exceeded. Connecting higher voltage signals, like the 5V commonly used with the other Arduino boards, will damage the MKR1000.
The only thing I can think that arduino would sugest initially to connect it to the pc's 5v source is because maybe the voltage is adjusted by software and the computer will constantly gives 3,6v? if this last case is true then I will plug it like the other arduinos but I dont want to find out breaking this one.
Thanks for any help.