To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  *3623 (-20)
  Are these codes proprietary
 
Hi: I was wonderig if the codes such as analog(), digital(), process() etc are proprietary. If not how can I see the C/assembly version of them. I need them to learn how Motorola 68hc11 assembly works and also I am a bit curious. Any help would be (...) (26 years ago, 14-Apr-98, to lugnet.robotics.handyboard)
 
  Are these codes proprietary
 
Hi: I was wonderig if the codes such as analog(), digital(), process() etc are proprietary. If not how can I see the C/assembly version of them. I need them to learn how Motorola 68hc11 assembly works and also I am a bit curious. Any help would be (...) (26 years ago, 14-Apr-98, to lugnet.robotics.handyboard)
 
  Are the codes proprietary
 
Hi: I was wonderig if the codes such as analog(), digital(), process() etc are proprietary. If not how can I see the C/assembly version of them. I need them to learn how Motorola 68hc11 assembly works and also I am a bit curious. Any help would be (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Re: re-download problem
 
Try turning off the board and holding down the start button while re-powering the board. Hope it works for you. Terry P. Gathright ---...--- (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Re: re-download problem
 
Hold down the START button while powering on. This will prevent the board from running main(). Fred In your message you said: (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Servo Routines
 
When I see the servo chatter, the knob is returning the same value. In fact I can just set a constant unchanging value without using the knob and get the chatter. I've tried this on two HB's and get the same results. The servos are small Futabas. (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Servo Routines
 
can you ascertain whether the knob is returning the same value every time through the loop? i wasn't clear if "even when the knob is not changing" meant just that you weren't turning the knob, or whether you were sure it was always producing the (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  re-download problem
 
I forgot to unload the program that I was running on my handyboard before I quit out of ic. and it won't let me putting the board on bootstrap mode. as soon as I power up the board, it starts running the last program. can anyone tell me how to clear (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Servo Routines
 
Question. I've been playin with the servo routines available from the HB page. One thing I've noticed. The servo's seem to chatter a lot. Is this normal. A routine that does nothing but loop, read the knob and output a value based on the knob to the (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Vector V2x Compass
 
Hi Armeen, I have the same problem as you. I thought my HB was faulty or it doesn't work with the 68hc11E processor I use or something. So what I did was: I wrote a very simple IC-Routine. You have to load this program with "load v2x.c" and call the (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Re: 16 digital outputs as Fred suggested
 
1. please read the Appendix B documentation in (URL) explains this in more detail than the FAQ. 2. you must the even-numbered Yx signals for output latches. Since Y6 is taken (by the on-board latch for the motor drivers), you're left with Y0, Y2, (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Help - Cannot download!
 
try using DL.EXE (part of the Interactive C distribution) after following the serial port options directions given the FAQ (under downloading problems). fred In your message you said: (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Vector V2x Compass
 
Hello: I have a V2x compass and I was trying to hook it into my handyboard using Tom Brusehaver's .icb, .c and instructions as described in the contributed section. I have also grounded the M/S pin on the compass. The EOC pin is sent to the HB thru (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  Analog Encoders
 
Hi, when I compile fencdr0.asm, I get "xxxjunk.c"(68): Warning --- Value Truncated "xxxjunk.c"(70): Warning --- Value Truncated "xxxjunk.c"(68): Warning --- Value Truncated "xxxjunk.c"(70): Warning --- Value Truncated Does everyone else get this (...) (26 years ago, 13-Apr-98, to lugnet.robotics.handyboard)
 
  >1A adapter?
 
Hello folks, I am currently using the HB to control a robot tethered to a PC (via the serial/charger board), as I'm using genetic algorithms to evolve controllers. The robot pulls about an amp (with motors, servo, sonar etc.), and I'm running it off (...) (26 years ago, 12-Apr-98, to lugnet.robotics.handyboard)
 
  RE: Multitasking (fwd)
 
I duno... I fergot. Sorry. :( It was a long time ago (milage-wise). I didn't use that method of mutitaking anymore and I didn't save the old code. But, I don't think so, I can't imagine that would be my style. I would set a global variable from (...) (26 years ago, 12-Apr-98, to lugnet.robotics.handyboard)
 
  16 digital outputs as Fred suggested
 
Hi guys, I needed 16 digital outputs for my handyboard, so I put up a very simple expansion board the way Fred suggested in his handboard FAQ: I connected two more hc374 with their d-inputs to LCD-display's data bus (d0 - d7). Then I connected the (...) (26 years ago, 12-Apr-98, to lugnet.robotics.handyboard)
 
  Rere: Smooth PWM in IC 3.1?
 
At 08:17 PM 4/11/98 -0600, I wrote: <snip> (...) <snip> Correction: You'll also need Julian's lib_hb.c to go with it. Again, rename your current version first so you don't overwrite it. Put the new one in the libs directory where the old one was, (...) (26 years ago, 12-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Smooth PWM in IC 3.1?
 
(...) Yes, it is possible. It must be, 'cause I've been doing it. You simply need to download Julian's pcode_hb.s19 (rename your other one first) and put it in the IC31\libs directory (or whatever you call it). IC 3.1 ought to automatically load it (...) (26 years ago, 12-Apr-98, to lugnet.robotics.handyboard)
 
  Re: SPI?
 
(...) this is correct... (...) but this is not. the Handy Board communicates with the desktop computer using the SCI: serial communications interface. The SPI is for high speed (up to 1 megabaud) sychronous (i.e., separate clock signal) transfer to (...) (26 years ago, 11-Apr-98, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR