Buy an Axon, Axon II, or Axon Mote and build a great robot, while helping to support SoR.
0 Members and 1 Guest are viewing this topic.
I typed a huge post and attached an image (that exceeded the boards limit in size) and lost the whole thing
That is to control the 18 servos at least some of them would have to have software generated pulses, would eat up a reasonable amount of processing power.
QuoteI typed a huge post and attached an image (that exceeded the boards limit in size) and lost the whole thingHmmmm Chrome, and I think Firefox also, allows you to just hit the back button and it restores your typed text.QuoteThat is to control the 18 servos at least some of them would have to have software generated pulses, would eat up a reasonable amount of processing power.WebbotLib uses interrupts to trigger pulses, and not do-nothing delays which would waste processing power (like in my old original Axon code). Simply put, its not a concern