I suspect this isue is simple to resolve. I have found a project on this website which I think might be helpful to a project I am working on. The sketch code is displayed on the web page and I see Copy the code and Download buttons, but I am unsure how to copy the code to Arduino IDE on my PC
Hi @cds-23. Please provide the link to the specific Project Hub project you are interested in. That will allow me to give you detailed instructions for downloading the code and opening it in Arduino IDE. There might be some variation in the specific instructions from one project to another depending on how the project author attached the code and what exactly that code consists of.
Click "copy" that you see on the project, and the code will be on your (hidden, windows) clipboard.
Open the IDE, which will open with your last sketch (or the "minimal" with today's date as the title).
Save the opened sketch to a new sketch name.
"Paste" (control-v or right-click-paste) the copied code into the IDE.
Save the code again.
Fin.
I'll post screenshots if you need more help, but see if you can do it with the above information.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.