OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
114 stars 80 forks source link

Otto Expansion Humanoid setup and blocks #122

Closed brendonhatcher closed 2 years ago

brendonhatcher commented 2 years ago

There are a few gaps that make the humanoid expansion hard to use:

  1. No installation manual - I had to find the pins by adding the block and then previewing the arduino code.
  2. Not included in the calibration code or app
  3. Inconsistent blocks - the legs require the pins to be defined using a block in setup, but the arm block has the pins hardcoded
  4. There is no "Home" block, or option for "home" for the arms
cparrapa commented 2 years ago

Hi @Pawka

  1. Manual in progress check the guide here and let me know what you think https://docs.google.com/presentation/d/1VRzc4KMxjN2FYakP-p0wuHSYh6-RGmXOqKiz24fdLck/edit#slide=id.gf5d44e4b6b_0_62 PDF here https://www.ottodiy.com/academy
  2. The arms are not so sensitive to the calibration if you assemble in the center. Do you really need to calibrate them?
  3. We will add block for the arms pins setup
  4. Good idea we can add that option

Thanks

cparrapa commented 2 years ago

image

@brendonhatcher like this?

cparrapa commented 2 years ago

solved for https://github.com/OttoDIY/blockly/releases/tag/v1.4.4