Tinc un Arduino MKR1000 WIFI.
Tinc un programa bàsic, que no fa res.
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
I'm having trouble loading the program. By double-clicking the reset button on the board, selecting a new port from it, I can sometimes load the program, which does nothing.
I don't know why it happens.
But it is even more strange, once the program is loaded, the port always tells me that it is open "Port busy".
Don't know why it happens? It happens to me on both a W11 and a W10.