Hi! After I calibrated Nybble and pushed OpenCat to the robot I played around with the remote. I soon realized that Nybble was not standing or moving correctly because the back servos were moving in the opposite direction than usual. I have re-downloaded the code and libraries, but the issue still persists.
top of page
![](https://static.wixstatic.com/media/9337c3_044ddc1503014c638ff3741e54db8e6f~mv2_d_2501_1282_s_2.png/v1/fill/w_1920,h_984,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/9337c3_044ddc1503014c638ff3741e54db8e6f~mv2_d_2501_1282_s_2.png)
bottom of page
Hi, you need to modify the OpenCat.h and define the robot as Nybble rather than Bittle (the dog), then redo the WriteInstinct.ino and calibration.
//#include "InstinctBittle.h" //activate the correct header file according to your model #include "InstinctNybble.h"