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 / *8274 (-20)
  Re: download .s19 problem
 
(...) Ok, i searched a bit in the net and found out that S0 is a header record (with no usefull information, or!?). So it seems to me that dl from Randy Sargent doesn´t work with *.s19 files with a S0 header (or does it work for anyone else?). So (...) (23 years ago, 7-Jun-01, to lugnet.robotics.handyboard)
 
  Re: download .s19 problem
 
(...) Heyho! Hmmm, are you sure? But why does it work then when i change S0 to S1? I don´t change the memory map with this. But can somebody tell me a site, where the different S Types are explained? I know S1 (a normal dataset) and S9 (the last (...) (23 years ago, 7-Jun-01, to lugnet.robotics.handyboard)
 
  Polaroid 6500 Works Only When Phonecord is Connected
 
Hello everyone, I think my post subject is self-explanatory, but let me broaden a little more. I've connected the P6500 to the expansion board which uses and external 9V battery connected to J13 as it's power source. Now, I can only get valid (...) (23 years ago, 5-Jun-01, to lugnet.robotics.handyboard)
 
  Troubles with Hamamatsu P3062-01 IR photo reflector / P5587
 
Hi, Can anyone help me. I’m trying to use Hamamatsu P3062-01 IR photo reflector) as a shaft encoder ( which is compatible to the P5587) with my Handy Board. The P3062-01 is connected to a digital input. But it doesn’t work: the digital input doesn’t (...) (23 years ago, 4-Jun-01, to lugnet.robotics.handyboard)
 
  Handy Board web site ISP switch
 
Hi all, I'm switching to a new ISP to host the Handy Board web site. During the next few days, the URL might not resolve properly. If you have trouble loading handyboard.com, you can use (URL) . This works now. Hopefully the switch-over will be (...) (23 years ago, 31-May-01, to lugnet.robotics.handyboard)
 
  Re: download .s19 problem
 
the target of your code is probably the zero page of RAM, where the downloader bootstrap routine lives. so as your code is being downloaded, you're over-writing the hc11-ram-based dl comms code and the host side ultimately fails. fred (...) (23 years ago, 29-May-01, to lugnet.robotics.handyboard)
 
  download .s19 problem
 
Hy! I have problems downloading a self compiled file to my Handyboard (with 68HC11A1). I just wrote a little test programm: int main() { int foo = 0; while (foo < 1000) { foo++; } return(0); } and compiled it to a .s19 file with the gnu gcc 68hc11 (...) (23 years ago, 28-May-01, to lugnet.robotics.handyboard)
 
  simpleRTJ servo or encoder code for HandyBoard?
 
Hi, I'm trying to use simpleRTJ on my HandyBoard with expansion board. The servo code needs some work as the servos chatter alot. Has anyone cleaned up the servo code? Also, I'm looking for code for encoders for the HandyBoard using simpleRTJ. Any (...) (23 years ago, 25-May-01, to lugnet.robotics.handyboard)
 
  RE: More about bumper problem and HB turn itself off
 
Hi Patrick, When I connect the bumper circuit to the HB, the HB turns itself off and doesn’t reset until I disconnect the circuit. After disconnecting the circuit , the HB resets without any problems. I’ve tried another thing: when I connect only (...) (23 years ago, 24-May-01, to lugnet.robotics.handyboard)
 
  Re: Need help with bumpers connected to the HB
 
Hello, Can you describe more about "HB turns itself off ?" Does the HB reset itself? The analog inputs for HB have pull-up resistors. This pull-up resistor may cause the problem. Thanks. Patrick Hui (URL) Original Message ----- From: "Haberlag" (...) (23 years ago, 23-May-01, to lugnet.robotics.handyboard)
 
  Outputs
 
Right now I've got one Sharp GP2D05 IR Ranger rigged to TO3 and another to digital in 9. Those are working fine, but I'd like to add a servo motor, which needs one of those two ports for a signal. The FAQ mentions using the J6 SPI pins, might I be (...) (23 years ago, 23-May-01, to lugnet.robotics.handyboard)
 
  Need help with bumpers connected to the HB
 
Hi, I’ve got a problem in getting started with the Handy Board. I’d like to connect a bumper detection circuit to the analog0 of my HB. But when I connect the bumper circuit to my HB , the HB turns itself off. Can anybody help me? Any help would be (...) (23 years ago, 23-May-01, to lugnet.robotics.handyboard)
 
  Re: Will not keep P-Code.....
 
Rmoving every chips except 62256 RAM and 74HC132, and try it again if it works. Besides the memory chip (62256), please also check the 74HC373 (under-neath the 62256 RAM). Patrick Hui (URL) Original Message ----- From: "Kurt Telep" <kt25@drexel.edu> (...) (23 years ago, 22-May-01, to lugnet.robotics.handyboard)
 
  Will not keep P-Code.....
 
Well, I recently got a hold of a handyboard from a |friend of mine who swore it was "junk and didnt' work" | After cleaning up some ugly looking solder joints on |the board, it powered right up and began to work |great. Well, when I went to screw it (...) (23 years ago, 22-May-01, to lugnet.robotics.handyboard)
 
  huip@hkstar.com
 
Hi, I have two question. 1. I received my IR transmitter from you, but I'm not sure how to attach it (in what direction). 2. I also received the Polaroid sonar system. I wonder if there are any more info available about it beside the datasheet which (...) (23 years ago, 21-May-01, to lugnet.robotics.handyboard)
 
  Is the Handy Board compatible with Windows ME?
 
I have a Gateway Performance (933Mhz) using Windows Millenium Edition. The Handy Board works on other computers (work, school, etc) but not with this one. I follow the HyperTerminal steps & get the message: "Unable to open COM1. Please check your (...) (23 years ago, 19-May-01, to lugnet.robotics.handyboard)
 
  Re: gcc hb lib
 
Kai Schlamp writes: > Can somebody tell me what the assembler directive ".follow" means in the > GCC Handyboard Library written by Curt Mills? I can´t find it in the > documentation of the up to date as6811 version 3.0 and as6811 also > doesn´t (...) (23 years ago, 18-May-01, to lugnet.robotics.handyboard)
 
  gcc hb lib
 
Hy! Can somebody tell me what the assembler directive ".follow" means in the GCC Handyboard Library written by Curt Mills? I can´t find it in the documentation of the up to date as6811 version 3.0 and as6811 also doesn´t assemble the files with this (...) (23 years ago, 17-May-01, to lugnet.robotics.handyboard)
 
  Re: generating waves
 
In lugnet.robotics.handyboard, Matthias Weber writes: I think your best bet would be to create an external oscillator that could be controlled using one of the TOC's. I mention the TOC's in case you need to pulse the oscillation (infrared remote (...) (23 years ago, 17-May-01, to lugnet.robotics.handyboard)
 
  Re: NiMh batteries
 
You are correct, the NiCd batteries are a dying breed. HOWEVER, NiCds will retain their charge on the shelf whereas NiMh batteries will continually discharge slowly. After a couple of weeks your battery will not have any charge. The best of both (...) (23 years ago, 17-May-01, 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