Search the web
Sign In
New User? Sign Up
handyboard · Handy Board
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2070 - 2101 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2070
Dear all, Is it prosible to use more than two SRF04. Matthew...
mhomo2000
Offline Send Email
Jan 2, 2004
6:16 am
2071
Hi there, I need more digital outputs in my HB. I don't want to use the Expansion board. And every other output (even the motor outputs) is occupied. I need it...
vogt31337
Offline Send Email
Jan 2, 2004
8:12 pm
2072
... Thats the sonar sensor, right? If you are using IC4, no. The port for the sonar sensor is hard coded into the firmware. (Yet another reason everyone...
Eric Kincl
hobadee
Offline Send Email
Jan 3, 2004
1:39 am
2073
ldaa 0x00 ; load accumulator A with value 0x00 staa 0x4000 ; store accumulator A to memory location 0x4000 use assembly not that c variant...
kevin
ding82
Offline Send Email
Jan 3, 2004
8:24 am
2074
... Thanks, but I'm using IC4 and I have no Idea of M68HC11 assembly. If you can tell me how to write a small program, which is able to do so and which I can...
vogt31337
Offline Send Email
Jan 3, 2004
3:28 pm
2075
... I'm using IC4 with two SRF04 without an expansion board. Nothing is hardcoded. Its just some files needed to be replaced. More than two will get pretty...
vogt31337
Offline Send Email
Jan 3, 2004
3:32 pm
2076
ok, i haven't used IC4 before, but have learned c and c++. u wanted a reset signal, right? Is this a pulse, and if so how long should it be. You'd be able to...
kevin horne
ding82
Offline Send Email
Jan 3, 2004
5:16 pm
2077
The IC4 equivalent to the ldaa staa sequence is poke(0x4000,0);. The term "write to memory" is any modification of that storage. THe question of the required...
Jim Peterson
jcpjimcp
Offline Send Email
Jan 3, 2004
9:08 pm
2079
Hello, For my robotics term project I want to use handyboard as a microcontroller. I have already an assembled one. I have some problems with downloader...
bahadirakyildiz
Offline Send Email
Jan 5, 2004
1:33 am
2080
Hello, For my robotics term project I want to use handyboard as a microcontroller. I have already an assembled one. I have some problems with downloader...
bahadirakyildiz
Offline Send Email
Jan 5, 2004
1:36 am
2081
Bahadir, You need to download the new IC4.21 from http://www.kipr.org/ic/download.html This software has a built in windows downloader and works great in XP. ...
Dan Gates
topazx2
Offline Send Email
Jan 5, 2004
6:16 am
2082
That is free for educational use, Donations toward its continued support and availability are graciously accepted by the site. Linux and OsX versions at the...
Jim Peterson
jcpjimcp
Offline Send Email
Jan 5, 2004
1:39 pm
2083
Hey, Last semester, a friend of mine programmed his own downloader/talker to be used with the handyboard. He made it so that we could could stuff and compile...
Andrew Chanler
orlot.rm
Offline Send Email
Jan 5, 2004
2:06 pm
2084
What are the SCI control regesters? The M68HC11 Reference manual has: BAUD $102B SCCR1 $102C SCCR2 $102D SCSC $102E SCDR $102F The 6811regs.asm has: BAUD $2B ...
journeya2
Offline Send Email
Jan 5, 2004
10:51 pm
2085
Is your question where are the SCI control Registers? What do they mean? what are they used for? What is the code you are using to display the value of SCCR1?...
Jim Peterson
jcpjimcp
Offline Send Email
Jan 6, 2004
4:22 am
2086
The SCI control registers control the SCI, lol. Thats the SCCR1, SCCR2,and BAUD. I forget exactly what each bit means in the registers. They control things...
kevin horne
ding82
Offline Send Email
Jan 6, 2004
2:46 pm
2087
what are you trying to do? are you just trying to change the baud rate using the SCI control registers? What are you going to be communicating with after you...
paul paulson
np2699
Offline Send Email
Jan 6, 2004
4:11 pm
2088
I am selling my handyboard with the expansion board. If any one is interested, please post or email me junoon_hai_mujhe@.......
junoon_hai_mujhe
junoon_hai_m...
Offline Send Email
Jan 6, 2004
9:17 pm
2089
Does anyone know how to read the information off the serial port from the handy board using Visual C++ 6.0? I can use hyperterminal to see my data, but I need...
paul paulson
np2699
Offline Send Email
Jan 11, 2004
9:11 pm
2091
Dear all.... i connected the computer to the handyboard at COM2...when i started the IC program in Windows, it tried to connect to COM1 only...and when i tried...
Mike
fongwuji
Offline Send Email
Jan 13, 2004
5:53 pm
2092
Assuming you are running IC 4, it is windows only. The settings display in IC will show only the enabled com ports configured on the computer. You apparently...
Jim Peterson
jcpjimcp
Offline Send Email
Jan 13, 2004
10:59 pm
2093
Dear all, Why the servo is shaking when I execute the "motor(0,100)", If I want to control the servo, I should have to stop all the motor motion. Does any way...
mhomo2000
Offline Send Email
Jan 16, 2004
12:03 pm
2094
Depending on the power draw of the motor and the servo, you are probably exceeding the capacity of the batteries. That change in voltage will cause the servo...
Jim Peterson
jcpjimcp
Offline Send Email
Jan 16, 2004
2:37 pm
2095
Jan, I'd like to see your code for the SRF08/I2C, I've had a lot of people ask me if the HB supports that sonar. Any and all info and code you're willing to...
Dan Gates
topazx2
Offline Send Email
Jan 16, 2004
8:17 pm
2096
Hi Jim, I try to use extenal power, but the probem still exic. Thank you Matthew ... probably ... will ... What ... want ... ...
mhomo2000
Offline Send Email
Jan 17, 2004
2:13 pm
2097
Could be a faulty or dirty electrical connection. Unless you have some code that disables interrupts for a "long time" in hardware terms. It sounds like some...
Jim Peterson
jcpjimcp
Offline Send Email
Jan 17, 2004
5:32 pm
2098
Jim, mhomo2000 wrote - Why the servo is shaking when I execute the "motor(0,100)", My comment - Why is he using a "motor()" command to control a servo ? John...
John Edwards
robomaster47
Offline Send Email
Jan 17, 2004
6:02 pm
2099
The servo shake is a glitch in the software, make sure you have the latest version of IC. The motor control lines are interconnected with the servo control...
Dan Gates
topazx2
Offline Send Email
Jan 17, 2004
10:19 pm
2100
Hi, I am using IC 4.21G. Does it has the latest version of pcode. Something I have found today, when I disconnect the donwload cable from the HB (RJ11...
mhomo2000
Offline Send Email
Jan 18, 2004
2:52 pm
2101
Hi, I am using IC 4.21G. Does it has the latest version of pcode. Something I have found today, when I disconnect the donwload cable from the HB (RJ11...
mhomo2000
Offline Send Email
Jan 18, 2004
2:53 pm
Messages 2070 - 2101 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help