OttoNinja Code from Github .. doesn't work?! [SOLVED NOW]
Hi Camilo Parra Palacio, hi Sebastian Coddington,
I am trying to commission the Ninja with the OttoDIY ESP8266 Board. The first attempt with preinstalled code and remoteXY wasn't that nice.. So downloading the newest Arduino libraries
First: The Arduino IDE 1.8.13 refuses "OttoNinja-master.zip" as non valid library, so ist doesn't work as described at Github.
Second: fixed
Third: Extracted OttoNinja-master.zip and moved the directories under "src" into the Arduino library folder and the "examples" content to the sketchbook folder. Restart Arduino IDE.
The OttoNinja_APP.ino is the only example I could compile.
And it works much better, then the pre installed code.
Deleted text.
Anyone here who got the solution?
Please share - thanks in advance.
Hi Camilo Parra Palacio, hi Sebastian Coddington,
I am trying to commission the Ninja with the OttoDIY ESP8266 Board. The first attempt with preinstalled code and remoteXY wasn't that nice.. So downloading the newest Arduino libraries
First: The Arduino IDE 1.8.13 refuses "OttoNinja-master.zip" as non valid library, so ist doesn't work as described at Github.
Second: fixed
Third: Extracted OttoNinja-master.zip and moved the directories under "src" into the Arduino library folder and the "examples" content to the sketchbook folder. Restart Arduino IDE.
The OttoNinja_APP.ino is the only example I could compile.
And it works much better, then the pre installed code.
Deleted text.
Anyone here who got the solution?
Please share - thanks in advance.
1. Did you Install ESP8266 Board in Arduino IDE? without the board setup it won't work
2. You mean this one? https://github.com/OttoDIY/OttoNinja/blob/master/examples/App/OttoNinja_APP/OttoNinja_APP.ino this is the main example you need
3. This examples are the ones for Ninja https://github.com/OttoDIY/OttoNinja/tree/master/examples
It looks from the error that you are mixing with other libraries like Otto9.h that is outdated, it was designed for avr not ESP and is depreciated code.