The maxibot sonar isn’t in The maxibot sonar isn’t in use yet. But when I was testing it, it works fine. Similiar as to the IR, only longer range. I actually like the IR better.
yeah IR is definitely simpler. Sonar is more difficult, but when you do try it, tell me if it was any good and how easy it was to use. Those Maxtobotics are fairly new and look interesting
Those maxbotics all have an analog pin as well as PWM and rs232 level serial out. If you choose the analog they`re just as easy to plug in as an IR sensor.
I use the PWM though, just to save some analog in pins.
It works very well, I’m It works very well, I’m really pleased with it. No it does not go 100% straight forward. It’s more than enough powerfull for indoor use.
Nice! I really like that chassis. What voltage/pwm are the motors running at in the video? Are the gearboxes very noisy, compared to say a solarbotics motor?
I have a similar drive function on my bot too, makes it easy saying mGo(LEFT, 300); etc etc.
I don’t get how the drive function works. Precisely, it’s the time variable i don’t get. Say you call Drive(0, 25); the drive function jumps to “if direction==0” and time becomes 24, but once it reaches the end does it loop back from the start of the “Drive” function? If yes, then when does it come out of it (there’s no return in the “if time==0” part).
I mean…no, why should it auto-loop. But then how does it wait the, say, 25 seconds called by the Drive(0, 25) command?
Yes, since It gives a new Yes, since It gives a new Drive command everytime it sees something, the timer wont reach the end. But it’s not seconds, it’s counting loops. Anyhow, it’s kind of useless