TI-Robot E3 test #1 - forward, march !
Channel:
Subscribers:
499
Published on ● Video Link: https://www.youtube.com/watch?v=mnkfIHnnpRo
1st test.
Let's address the 1st issue; the following code doesn't trigger both wheels simultaneously.
So the TI-Robot E3 is going to change direction before going forward.
Send("CONNECT DIGITAL.OUT 1 BB1
Send("CONNECT DIGITAL.OUT 3 BB3
Send("SET DIGITAL.OUT 1 1
Send("SET DIGITAL.OUT 3 1
Wait 5
Send("SET DIGITAL.OUT 1 0
Send("SET DIGITAL.OUT 3 0
Send("DISCONNECT DIGITAL.OUT 1
Send("DISCONNECT DIGITAL.OUT 3