hello! it happens to me randomly, my code gets like bugged and it doesn't let me upload the code into my arduino UNO (not wifi), even using the base code with only voidSetup and voidLoop takes way too long, here is a screenshot of what the console says:
It seems that you haven’t taken the time to read the forum guidelines. I value my time as much as you do yours, and I cannot provide assistance without the necessary information in the proper format. Please refer to the forum guidelines and post your information accordingly. How to get the best out of this forum
I’m not sure I can help without seeing exactly what you have in front of you. To assist you effectively, please provide the following:
Annotated Schematic: Post a detailed schematic of your setup exactly as you have it wired, showing all connections, including power, ground, and power supplies.
Technical Information Links: For all hardware devices in your circuit, provide links to technical information. Be aware that many items in the Arduino/Pi world may have the same name but function differently. Links to sales pages like Amazon often lack the necessary technical details, so ensure the links you provide contain the correct specifications and data sheets.
Be Thorough: It’s your problem, and the more precise and detailed information you provide, the faster we can help you troubleshoot. This saves everyone time and helps us give you the best possible assistance.
ok, sorry for the late response, but what I meant is that usually, I use the New Sketch setup to reset my arduino uno before a new code, and it only takes a few seconds, 3 seconds max, but now it takes around 10 seconds just to run the reset code, I don't think that is normal, thats all
I don't use the web editor often. In my opinion it always has been a little slow. I tested this morning and the verify/upload of a blank sketch took a total of roughly 30 seconds. Successive attempts were faster (probably cache, even after logout/login) with the compilation (verify) taking 13 seconds and the upload 4 seconds; these are times in line with my earlier use of the web editor.
I have never seen a 3 second verify/upload of a blank sketch with the web editor.
Be aware that the network connection between your PC and the Arduino server can influence your experience.
If you want it fast, use the normal IDE; I'm aware that it might not be an option for you. The verify/upload of a blank sketch in IDE 2.3.3 takes roughly 4 seconds (not cached).