Balancing robot for dummies

What do you think about it so far?

Possible options for speeding the transmital process:

  • reduce number of parameters to be tansmitted
  • transmit parameter only when value have changed
  • if you have 50 data to transmit, split the information and try sending 10 values per cycle.
    all info will be passed within 5 cycles = 500ms, which is acceptable
  • Combine these options