To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.handyboardOpen lugnet.robotics.handyboard in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Handy Board / *7554 (-20)
  Ic 2.8 system requirements?
 
Hi Im currently using IC 2.8 and was wondering what its minimum system requirements are?(ram, speed,processor,system etc.) By the way Im a mac user so Is there acopy out there for a 68k mac? Thanx in advance and for quick responses? -Alex Ps- (...) (24 years ago, 29-Mar-00, to lugnet.robotics.handyboard)
 
  Using IC2/3 inputs w/interrupts in ASM?
 
One of my students wants to use the IC2/3 lines for a function on his LEGO robot. He needs to write an ISR for this particular line. I've done this many times with the 6811 under the BUFFALO monitor, but I don't know the "side effects" likely if we (...) (24 years ago, 28-Mar-00, to lugnet.robotics.handyboard)
 
  How to hack the sonar module from a Polaroid 3500 Camera
 
Anyone know how to hack the sonar module out of a Polaroid Sonar 3500 camera? Or got any good links? Thanks, Bill Denzel (24 years ago, 28-Mar-00, to lugnet.robotics.handyboard)
 
  Re: InterActive C 3.2 or Interactive C 2.8 freeware
 
Oups, I thought this message was lost - Sorry about this (24 years ago, 27-Mar-00, to lugnet.robotics.handyboard)
 
  Rebuilding Pcoder
 
Hi, has anybody ever manage to rebuild a pcoder, using Kent Farnsworth's routines? I just tried, but I am usure about the compiler switches. Next to the startbutton I found the remark "rev. 1.2A", Kent just mentioned REV2 or REV 2.1 board. (...) (24 years ago, 27-Mar-00, to lugnet.robotics.handyboard)
 
  Re: InterActive C 3.2 or Interactive C 2.8 freeware
 
(...) Just try printf("\n %f",4.1/4.1); and see the surprising result with the free version (2.). You should be really careful, when using floating point operations, 'cause there seem to be loads of these errors. I am not sure, if this problem is (...) (24 years ago, 27-Mar-00, to lugnet.robotics.handyboard)
 
  Re: InterActive C 3.2 or Interactive C 2.8 freeware
 
(...) Actually I am using the free version, but you have to be very careful, if you need reliable floating point operations. For example try printf("\n%f",4.1/4.1); and have a look at the surprising result (2.). This is just an example, there loads (...) (24 years ago, 27-Mar-00, to lugnet.robotics.handyboard)
 
  Re: A few questions.
 
Hi Todd, I'll answer the best I can. (...) As long as the relay doesn't require more current than the motor driver chip can handle. You can always bridge the motor outputs together for higher current. The motor chip has the built in diode, so you (...) (24 years ago, 27-Mar-00, to lugnet.robotics.handyboard)
 
  (canceled)
 
 
  Re: A few questions.
 
(...) I don't know about the other questions, but with Interactive C if you write a function called main it will be executed on power up. This just uses the reset interrupt, which can be set manually if you're using a different compiler/assembler; (...) (24 years ago, 27-Mar-00, to lugnet.robotics.handyboard)  
 
  A few questions.
 
Can the motor outputs be used to close a relay instead of running a motor? As an example to control a motor that needs 120v AC? As far as the inputs go, are the digital inputs for switch type sensors (high or low value only), and the analog inputs (...) (24 years ago, 27-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Sonar
 
The hardware is limited to 31.5' (~ 10 meters). The limitation is on the design of the receive amplifier's gain module (and noise floor). Generally scaling this to an integer of 32767 results in a precision of just over 1 tenth of an inch (or 1/3 (...) (24 years ago, 26-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Sonar
 
(...) Martin, I noticed a similar result as well. Maybe someone else can say for sure, but I seem to remember that there may be a way to slow down your interrupt counter, so that it won't overflow (a timer setup register). I don't have my 'HC11 book (...) (24 years ago, 26-Mar-00, to lugnet.robotics.handyboard)
 
  Re: sonar mapping with evidence grid
 
(...) Yep, about 30 degrees. There's a pretty good article about how to deal with it on the Seattle Robotics Society web site: (URL) it out before somebody decides to delete it! One thing they don't really discuss in the article is how much extra (...) (24 years ago, 26-Mar-00, to lugnet.robotics.handyboard)  
 
  Re: Sonar
 
(...) That sounds correct. Someone else asked about that last year. Try searching the mailing list archives. The problem is not just that the result is an integer, but that it's a signed integer. You effectively only get 15 bits of information out (...) (24 years ago, 26-Mar-00, to lugnet.robotics.handyboard)
 
  Sonar
 
Hi I've a Polaroid Sonar Ranging Modul. The longest distance I can mesaure is about 2,7 meters. In my opinion it's not the hardware, but as the result is an integer, so it can't be greater than 32768. Right? Has anybody developed another programm, (...) (24 years ago, 26-Mar-00, to lugnet.robotics.handyboard)
 
  sonar mapping with evidence grid
 
Hi, I have connected sonar to my HB and it is time to analyse the data. Is it true that the sonar range reading is in a cone shape at 30 deg. and not at point form ? I just can't find any information from the Polaroid home page. Is anyone there (...) (24 years ago, 26-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Handyboard Upload
 
Ive used the serial routines on the Hb site with moderate success. You can send data byte by byte along the line through the interface board and back to your serial port. A simple way to test the incoming data is to run a terminal program on the (...) (24 years ago, 24-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Handyboard Upload
 
(...) I've done this. Kind of. I hooked up a Handyboard to listen to a GPS, and to send commands and data to a terminal node controller (an amateur radio modem) to send my position out over the radio. In order to do this, I told Interactive-C to (...) (24 years ago, 24-Mar-00, to lugnet.robotics.handyboard)
 
  Re: Handyboard Upload
 
Here is a RS232 com driver that you can use to send serial data to other devices. It's on the Handy Board Site. (URL) is more info similar to the above, also from the Handy Board site: (URL) there is the attached from George Musser's Advanced (...) (24 years ago, 24-Mar-00, 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