To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  Search Results: fred
 Results 121 – 140 of about 1900.
Search took 0.00 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  run two servo motors from your HB!
 
Hi all, I have written new servo code, creating two independent interrupt driven routines. each one can run its own servo motor, so you have full control of two servo motors from a basic HB, no expansion board required. Full info including source, (...) (28 years ago, 13-Sep-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.981)

  Re: IC on Tcomp?
 
Good question. In principle, the answer is yes. The base requirements for running IC are the 6811, 32K ram, and a serial port. In practice, no one has modified the pcode for a "generic" system configuration. One tricky part would be disabling the (...) (28 years ago, 17-Sep-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.980)

  Re: My HB does not want to charge file pcode_hb.s19
 
(...) This command line has two errors. First, it should be "-256", not "-216". Second, do NOT use the "-mb" flag. This is for the Mini Board---not the Handy Board. Also, you can try dl.exe. This might work better. (...) This is not a problem. As (...) (28 years ago, 19-Sep-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.980)

  SPI
 
|> 2) Can I just connect the 4 SPI pins to each other (SS to SS, MISO to MISO, |> MOSI to MOSI, SCLK to SCLK), or do I need to cross connect MISO and MOSI? |> Are there any termination requirements, etc? | |MISO = master in slave out |MOSI = master (...) (28 years ago, 20-Sep-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.980)

  Re: How do you convert a int to a long or float?
 
(...) Coercion is done by putting the type you want to convert it to in parens before the thing being converted; e.g.: float f = (float) 33; int i = (int) 10.; best, Fred (28 years ago, 26-Sep-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.980)

  using Buffalo with the HB
 
Ronan -- I don't think it's the LCD per se that is causing problems, but rather the fact that the HB runs the 6811 in special mode. The main effect of this is that the interrupt vectors, including the reset vector, live at $bfc0 to $bfff rather than (...) (28 years ago, 1-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.979)

  how to unsubscribe
 
Greetings everyone, This is a friendly reminder that I, Fred Martin, am the only one who can fulfill your request to be unsubscribed. Therefore, please send such messages to me directly. Remember, that's also how you subscribed in the first place. A (...) (28 years ago, 25-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.979)

  Re: Quick Question...
 
(...) Yes, that's right. -Fred (28 years ago, 5-Nov-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.979)

  Looking for SN754410s.
 
Richard Hughes sells individuals of the L293D. I don't know if that is good enough for you, but there aren't many places to buy onesies and twosies. (URL) (28 years ago, 9-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.978)

  Re: Connecting Sonar to the Handy Board
 
(...) See the "How to Get a Handy Board" page... (URL) look at the Ben Wirz entry. -Fred (28 years ago, 16-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.978)

  Re: Weird LCD problems
 
Fred, (et al) Actually I did test to make sure that the LCD was receiving the signal. And indeed it was. I did this before I posted and thought I made it clear. So I guess my problem should have been directed elsewehere since it is not entirely HB (...) (29 years ago, 22-Feb-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.978)

  Thanks, Fred
 
Fred, Thanks for giving us this great design. I appreciate it and I enjoyed building my Handy Board from a kit. I do have two corrections, though. No big deal, just typos. In the on-line assembly instructions, J15 is referred to as J14 at one point, (...) (28 years ago, 27-Dec-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.978)

  Re: Outputs
 
(...) Use the SPI pins. See the FAQ: (URL) for the answer "Does the Handy Board have any digital outputs?" -Fred (28 years ago, 20-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

  Re: Wrong port or boot mode.
 
Several possibilities: * sometimes serial port stuff breaks on the fastest machines. do you have a slower computer you can try? * the cable is straight-thru (a modem cable, actually). * did you check that the interface output voltages behaved (...) (28 years ago, 18-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

  Re: 68HC11 Pins
 
(...) These pins form the "Serial Peripheral Interface" (SPI) circuit, which can be used to link 6811s with a 1 megabaud network connection. They also are individually addressable I/O pins. See the FAQ (URL) look for the answer to "Does the Handy (...) (28 years ago, 20-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

  Re: HB assembly errors.
 
(...) OK, this indicates a particular problem. If the BATT LED is fully lit, it means that system voltage is less than 4.5v. Typically, if you are powering your system from the SIB, this indicates some kind of board short. I would remomve all (...) (28 years ago, 19-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

  Best way to capture rising and falling edges?
 
Hi, It's me again. If anyone has followed the questions I have been asking, you'll see that I am learning, slowly, how to get an interrupt routine trigger on both rising and falling edges of a PORTA line. After much help from this list and Fred (...) (29 years ago, 28-Feb-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

  Re: Fatal Internal Error
 
(...) Are you using the freeware DOS version of IC? If so, please see the FAQ on this problem at: (URL) problem has to do with text file linefeed termination. The FAQ should help you fix this. -Fred (28 years ago, 23-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

  Re: Bootstrap Mode, Problem
 
1. first, check if the board can go into DL mode when it is not attached to the host computer. power on with STOP held down, and it should go into DL mode, indicated by both the BATT and PWR LEDs lighting briefly and then turning off and staying (...) (28 years ago, 24-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

  Re: Bootstrap Mode, Problem
 
In your message you said: (...) (1) I assume when you say "miniboard," you actually mean the Serial Interface/Charger board. please be careful with your language because the Mini Board is a different specific project that is not part of the Handy (...) (28 years ago, 24-Oct-96, to lugnet.robotics.handyboard)
 

fred
(score: 0.977)

More:  Next Page >>


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