I am a new starter with Arduino and I want to use it for educational purposes. When i even use an example sketch such as "Blink" and start the compilation the compilation doesn't complete and appear a message: Arduino:1.8.15 (Windows 7), Scheda:"Arduino Uno"
open NUL: Impossibile trovare il file specificato.
Errore durante la compilazione per la scheda Arduino Uno. (italian)
open NUL: Impossible to find specified file
Error during compilation Arduino Board (english)
This happens for ALL example sketch so I believe it is a problem related to the IDE installation. My operation system is Windows 7 Professional
It sounds like you need to change your home folder for the Arduino IDE. With Arduino IDE open, go to the top menu bar and select Arduino / Preferences (MAC)
Next, change the "Sketchbook Location" to wherever you have the folder stored on your device (its named "Arduino")
Thankyou Kgrey9,
my interface IDE seems different from yours. Im using Windows 7. In the picture you see my IDE and all sketces are located in the folder. I put the sketch in the prefered folder but still doesnt work.
Thank you truss-dk
I unistalled completely Arduino and delated all folders also folders with Arduino data and installed again the IDE but I obtain the same problem. I will try with a different PC. Thank you for the help
I installed the IDE on a newer portable PC and everythings seems now to work. I tested the "Blink" software changing times of led lighting and everything works. Thanks to everybody for helping. I will post something else if i'll have new problems