Subject:
|
Re: **handyboard**
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Wed, 6 May 1998 14:08:32 GMT
|
Original-From:
|
Wong Sy Ming <smwong@STOPSPAMpost1.com>
|
Reply-To:
|
smwong@post1AVOIDSPAM.com
|
Viewed:
|
1440 times
|
| |
| |
BMajik5127 wrote:
> hello,
> i was wondering if anyone can help me.i dont own a handyboard yet, how do you
> program it, i am worried that it is very compicated to do. please if you could
> send me some simple code say to move both drive motors fwd, how would you do
> it?
> i am just trying to get a feel for it so i can decide if the handyboard is
> for me, also where do i get one with motors sensors etc...
> thanks -mike
No it's actually quite easy, the only thing is you have to do a lot of soldering.
Be careful of the HC373 which is mounted directly onto the board as if it is
damaged by heat, then you will have a "nice" time desoldering it...
To drive both forward, all you need to do is:
void BothForward() {
fd(0);
fd(1);
}
This will drive the motors on outputs 1 and 2 forward. Why don't you go download
the manual?
|
|
Message is in Reply To:
| | **handyboard**
|
| hello, i was wondering if anyone can help me.i dont own a handyboard yet, how do you program it, i am worried that it is very compicated to do. please if you could send me some simple code say to move both drive motors fwd, how would you do it? i (...) (27 years ago, 4-May-98, to lugnet.robotics.handyboard)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|