Hi,
I am trying to get the SKI Guide Codes into the Arduino IDE software. the instruction say to unzip and copy files on PC to: Local Disk (C) > Program Files > Adurino > Examples, and on a Mac: Adurino > Contents > Java > Examples. I have both a PC and a Mac and neither has those folders in the app install. I did locate the folders that contain the examples but they are deep in the file structure and also contain a examples.json file. I can read the .json file with a text editor but cannot edit the file. Also, I am not sure the SKI Guide Codes files should be placed in this folder? Any help would be greatly appreciated.
Thanks,
Jose Aravena
You may need to enable “view hidden files/items”; do the examples appear in the Arduino IDE if you load it and try to navigate to one? https://learn.sparkfun.com/tutorials/sp … d-sik-code
Thanks TS-Russell,
Yes I double check that view hidden file is selected. I can see were the examples are stored but not in the file path that was indicated by the instructions. Also the same is true for the Mac version of the software. I attached a couple of screen shots.
Thanks,
Jose
Figured out the issue with the app software. The version I installed was the Arduino IDE 2.2.1. This build does not have the same file structure. The instruction in the kit and on the website is for Arduino 1.8.19 version that is called the legacy version. Not sure if the instruction should be updated of clearer instruction on installing the old version of the software.
Glad to hear you resolved it! That a good point; I’ll bring it up
It would be great if proper instructions were provided for the new Arduino IDE 2.
I got the SIK code 4.1 to work on Arduino IDE 2.3.2 on Windows. General steps below (see attached screenshots as well):
-
Start with the Arduino IDE closed
-
Download the SIK code and rename the main folder to 00.SIK_Guide_Code and replace the “-” (dash) or " " (space) with “_”(underscore) in any subfolder/file name
-
The example folder is now located in: C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\Examples
-
Copy the (unzipped) SIK code to the examples folder
-
Use Notepad (or Notepad++) to edit the examples.json file to add the SIK code
-
Open the Arduino IDE