I am attempting to use my nano as a UDPI programmer using jtag2udpi sketch from here.
Mentioned in the readme and in other tutorials, opening the file jtag2updi.ino, should result in the IDE populating the other sketch files into tabs in the arduino IDE, but I am left with just a blank first sketch and no other tabs with the remaining sketch files in the folder.
The same thing happens if i try an arduino IDE 1.x
Is there a way to force the IDE to open all sketch files?
I have dowwnloaded the zip file from the code green drop down menu on the page.
Exported all the contents to a folder within my arduino IDE directory.
Used double click on the .ino file and file>open and had the same results
You can see from this video tutorial at this time stamp that the jtagupdi file is intended to be blank when opened in the IDE, and the sketch code is contained in the associated files. problem is i dont know how to get the associated files to open with it.
After some experimenting, I have realised it is due to how the zip file has been structured when compiled from the github. The jtag2udpi.ino file is in a subdirectory from the associated sketch files and doesnt pull them in. the associated files must be moved into the subdirectory to successfully open!
i realise that this is probably something trivial for a experienced user to identify but this is my first time coming across multi sketch files