OttoDIY / OttoDIYLib

Latest and official Libraries for Arduino Otto DIY robots
http://www..ottodiy.com/
GNU General Public License v3.0
111 stars 73 forks source link

Other Otto Robots BLE App Code #32

Closed nicholasnobile closed 1 year ago

nicholasnobile commented 1 year ago

Hello,

Per the powerpoints and things on the website, there used to be code available for all the different robots to be controlled via bluetooth at one point in the past (i.e. it has listed different bluetooth programs such as OttoW_APP as an example program that used to be provided by this library which I simply take to mean there was a version of app code that worked with Otto Wheels).

What happened? Now everything runs off of the Otto object defined in Otto.h and Otto.cpp which clearly only corresponds to the original Otto Starter. Whatever happened that got rid of these entirely?

cparrapa commented 1 year ago

Hi @Trajectory989 Yes we used to have that but for the Arduino Libraries manager, we simplified as much as possible the codes so that you can always add up libraries according to your robot or simply use Otto Blockly that comes with all of them pre installed.

The code you are looking for is attached here https://builders.ottodiy.com/question/hello-every-one-i-have-a-problem-with-my-otto-wheels-when-i-connect-it-with--624d6be139e578407e798ec4 but it was not perfect code, so further work needs to be done.

Only once we get some help on how to have a modular and functional set of libraries/code we can bring those examples back, it must be versatile for all the robots, we cant have them all here now because it was creating confusion on people and bad compilations or not working properly.