CoderBotOrg Backend Versions Save

Python backend exposing an API to control, configure and program CoderBot.

4.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/CoderBotOrg/backend/compare/4.0.0...4.2.0

4.1.0

1 year ago

CoderBot backend server. Can be run only on CoderBot hardware v5.0.

New features:

Upgrades:

  • Python 3.7 => 3.9
  • Base image is now Raspbian Bullseye (Raspberry PI OS)
  • OpenCV 4.0 => 4.5
  • TensorFlow dropped in favor of TensorFlow Lite (CNN training API are still there, but need to be converted to the new TFLite API or removed)
  • Support for external I/O (ATMega328P) either plain Analog Input, Digital I/O and Led control chip ws2812b

What's Changed

New Contributors

Full Changelog: https://github.com/CoderBotOrg/backend/compare/4.0.0...4.1.0

4.0.0

3 years ago

CoderBot backend server. Can be run on both CoderBot hardware v5.0 or v4.0. New features (encoders, MPU, atmega) are available on the new hardware only.

New features:

  • MPU (Accelerometer, Gyroscope, Magnometer) #52
  • Motor encoder #64
  • CNN generic classifier and generic object detection support #63

Upgrades:

  • Python 3.4 => 3.7
  • Base image is now Raspbian Buster (Raspberry PI OS)
  • Tensorflow 1.14 => 2.1
  • OpenCV 3.4 => 4.0

3.0

4 years ago

This update includes:

Changelog

Frontend:

  • Link to the local build of the documentation in the Sidebar and Landing

Backend:

  • refactoring program store
  • fix #110
  • fix #111
  • fix cnn_classify

3.0.1-rc1

5 years ago

This update includes:

Can be applied to following CoderBot full images:

3.0.0, 3.0.1 -> 3.0.0. Brings the coderbot version to 3.0.0.

Changelog

Frontend:

Backend:

  • Add routes and methods to implement new features in frontend.
  • UpdateFromPackage Route
  • cachetools, cache info
  • [...]