top of page

General Discussions

Public·229 members

2.0 odd/reset behavior

I just uploaded the 2.0 distribution code and it seems like bittle is error'ing out (is that what the beeps are?) frequently.


44 Views
Rongzhong Li
Rongzhong Li
Apr 04, 2022

It's not a resetting sound, but a low voltage alert. The current threshold LOW_VOLTAGE is set to trigger right before the battery's auto shutdown voltage.


However, when the robot is running fast, it will draw a lot of currents, temporarily reducing the battery's voltage.


You may comment out this line in OpenCat.ino:


#ifdef VOLTAGE_DETECTION_PIN
  //while (lowBattery()); //block the loop if battery is low
#endif

bottom of page