First I installed the Digistump core with the Board Manager .
I can select the Core in Boards and upload the Start/Blink example.
I can change the Blink speed of the LED.
(http://drazzy.com/package_drazzy.com_index.json)
When I try to Install the Core from DrAzzy with the Board Manager .
I get a error that the Micronucleus file already exists and cannot be exstracted.
Then the Installation stops.
Is it possible to have both Cores on the PC.
Please post the full and exact text of the error message in a reply here.
Please also tell us which version of Arduino IDE you are using (e.g., "2.0.1")? The version is shown on the window title bar and also in the Help > About dialog.
I don't have any reason to think the problem is specific to a version of Arduino IDE, but the information might be useful in the end.
Definitely. I just installed both of them to be certain.
This is the error but I cannot Copy or Copy to Forum.
My Aduino version is 1.8.19
I did solve some of the problems.
I downloaded the zip file and paste the exstracted folder in Arduino15/hardware but the core did not show up in the Board selection.
Then I installed with the Board Manager and got the error.
I deleted the unzipped folder from Arduino/hardware and then the installation worked.
But only one core shows up in the Board Selection menu.
You must install it into a very specific location under that folder. Arduino15/hardware is not the correct location.
Something you should note is that Arduino IDE 1.8.19 only recognizes "cores" that are installed under the Arduino15 folder when the "Additional Boards Manager URL" for that "core" is present in the "Additional Boards Manager URLs" field of the Arduino IDE "Preferences" dialog. Even if you have the "core" installed in the correct location under Arduino15, it won't show up in the Tools > Board menu of Arduino IDE without the correct URL in the preferences.
You can add multiple URLs to your preferences by separating them with commas:
Thanks this makes a lot of sense
The last one I install is alwys the only one that I can see , because the URL Link is still in the Preference dialog.
I will test this later and report back.
Something I didn't mention is that you also need to open the Arduino IDE Boards Manager once while those URLs are in your preferences. This causes the JSON file that is the target of the URL to be downloaded to your computer.
Try this:
Select Tools > Board > Boards Manager from the Arduino IDE menus.
A "Boards Manager" dialog will appear.
Wait for the updates to finish, as shown by the messages printed at the bottom of the "Boards Manager" dialog.
Click the Close button on the "Boards Manager" dialog.
After performing those instructions, check to see whether both "cores" are shown under the Tools > Board menu in Arduino IDE. Hopefully all will be well now.
We identified this behavior of not recognizing the cores when the URL or JSON file was missing as a poor user experienced and changed the behavior in Arduino IDE 2.x. Arduino IDE 2.x will always recognize the installed cores even when you don't have the URL in your preferences, or if the JSON file went missing. So even though there is some pain when using the older IDE version, at least hopefully our future present is a bit more happy.