[quote=“MathiasW”]Salut,
I removed the Sparki fork of the Arduino IDE and did a clean install of the Arduino IDE.
I then imported the library into the IDE using the IDE itself and connected the Sparki. It is recognized as an Arduino Leonardo.
I loaded the “Wall avoiding” sketch, fixed the errors and was able to upload to Sparki.
Ciao, Mathias[/quote]
Salut et bon matin.
I did similar to Mathias.
[ul]
[li] saved board.txt from SparkiDuino (only the top part is needed)[/li]
[li] Removed SparkiDuino[/li]
[li] did a clean install of Arduino IDE[/li]
[li] imported the library through the IDE[/li]
[li] prepended the lines from SparkiDuino’s board.txt to the Arduino’s one - that one turned out to be tougher than expected as the file is read-only, and Windows would not play nice and let me change it. I’m running Windows 8.1 I almost took a hammer to it. [/li]
[li] was unable to find anything to do with sparki.ini (in fact I never saw that file ever)[/li][/ul]
Most of it is now working. The one thing I’m working on right now is Melody. It requires a header file to compile, but I don’t see where to get it from. So almost set up properly. We do need an easier way.