Hello community! I'm a computer science teacher about to hold a two-day session for my high school students using a collect of Byttle robots, and we're so excited! We're using the kits supplied by Petoi, and it's going to be a great event! There are a few advanced robotics students that immediately wanted to know the software we'll be using, so I've been toying around with OpenCat to see if it's usable with other four-limbed robots and non-Nyboards.
I'm hoping someone might be able to point me in the right direction for how to best/easiest customize OpenCat to work with an Arduino nano compatible board. I'm able to load the software just fine, but the Serial Manager loops on the question for resetting joints, and I receive two prompts to change my model and board settings and a second prompt to set EPPROM. I'm new to robotics, so I'm not sure what these mean.
In OpenCat.ino, I set the board to the latest version for NyBoard by uncommenting the line. Should I be setting something different since I'm not technically using a NyBoard? And the model I selected was Nyblle since it's closest to what I'm trying to do.
I've scoured the documentation and online, and I'd appreciate any tips or resources folks might have! Thank you!
Thanks again for the help! Still experimenting and trying to get OpenCat installed on an arduino of some type. I'm currently trying an Arduino Nano ESP32 and am now getting an error when compiling in the Arduino IDE. I don't suppose anyone might be able to steer me in the right direction for this one? Error message: In file included from C:\Users\bryan\OneDrive\Documents\OpenCat-nano\OpenCat\OpenCat.ino:83:
C:\Users\bryan\OneDrive\Documents\OpenCat-nano\OpenCat\src\OpenCat.h:380:10: fatal error: avr/wdt.h: No such file or directory
#include <avr/wdt.h> // https://create.arduino.cc/projecthub/rafitc/what-is-watchdog-timer-fffe20
^~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: avr/wdt.h: No such file or directory