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 / *8124 (-20)
  hacking servo motors
 
Hi, I am trying to implement a auto recharge system for my robot. i am using a homming beacon on the recharging station and whenever myrobot is out of charge it has to find the that beacon. to scan the area i need to use the sero motor. i never used (...) (23 years ago, 15-Jan-01, to lugnet.robotics.handyboard)
 
  Re: 2 RealTimeJava for the 68HC11 Questions
 
Yes, I bought one in kit form from www.acroname.com (whom I highly recommend). As far as what else it can do, I would suggest visiting www.handyboard.com to read more about it. (...) (23 years ago, 15-Jan-01, to lugnet.robotics.handyboard)
 
  Dallas 1 Wire Interface on handyboard
 
Hi, has anyone implemeted Dallas Seminconductor 1Wire network on Handyboard? If not I'll take a a stab at writing the code, it doesn't look to bad according to the application notes. I've got several of the Dallas 1 wire thremometer chips.. pretty (...) (23 years ago, 14-Jan-01, to lugnet.robotics.handyboard)
 
  Re: 2 RealTimeJava for the 68HC11 Questions
 
(...) Other than seeing people write about it, I'm not familliar with this product. When you say "newly constructed" is that to say it's in a kit form? Who makes it and where do you get it? I understand that it's a microcontroller development board, (...) (23 years ago, 14-Jan-01, to lugnet.robotics.handyboard)
 
  2 RealTimeJava for the 68HC11 Questions
 
Hello All, I am having lots of fun with my newly constructed Handy Board. I have also downloaded the simple RealTimeJava for the 68HC11 and been using that. It has worked well for me and I am inclined to continue using this as my tool of choice for (...) (23 years ago, 14-Jan-01, to lugnet.robotics.handyboard)
 
  Re: downloading the pcode during assembly
 
(...) I have checked my serial charger board with hyper terminal. It is working perfectly. I have checked also the connections between the charger board and the HC11 and they are ok. (...) I have checked every wire connection between the HC11 and (...) (23 years ago, 13-Jan-01, to lugnet.robotics.handyboard)
 
  battery charging monitoring
 
I have designed a simple lead acid charger for 12 V batteries and i am looking for a software program for 68hc11 microprocessor in order to monitor certain charging characteristics ( voltage, current, temperature). Thank you. (23 years ago, 12-Jan-01, to lugnet.robotics.handyboard)
 
  Sonar/Compass together on HandyBoard Expansion
 
Has anyone tried interfacing a PNI Compass to a Handyboard expansion board w/sonar? Can anyone share the info? (23 years ago, 12-Jan-01, to lugnet.robotics.handyboard)
 
  Re: downloading the pcode during assembly
 
The HB is supposed to be in special test mode, see (URL) . Re your downloading problems, first, see the debug info at (URL) the Windows serial debug test there, make sure that the serial signals are getting from the HB's RJ11 connector to the 68HC11 (...) (23 years ago, 12-Jan-01, to lugnet.robotics.handyboard)
 
  downloading the pcode during assembly
 
hi, I am during the assembly phase where I am supposed to be able to download the pcode to the handy board. I've placed on my handyboard a UM62256A-10L as RAM a MC47HC132N and a PICVUE 16x2 LCD PVC160203P All the test from the handyboard assembly (...) (23 years ago, 12-Nov-00, to lugnet.robotics.handyboard)
 
  Re: Encoder Implemenation questions
 
(...) I would suggest shutting it down early (say 5 ticks early) and using a "jog" mode whereby brief pulses are sent to the motor to move it the remaining distance. Lets say you shut it off at 19 (targeting 24) and the motor/load's momentum carries (...) (23 years ago, 12-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Encoder Implemenation questions
 
(...) Actually I was simplifying too much here. My goal is to be able to execute a relatively accurate 90 deg. turn to "round the curve" in a narrow hallway and to be able to spin on axis (robot is circular) a full 180 so I actually can count on (...) (23 years ago, 11-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Encoder Implemenation questions
 
(...) No, your conclusion is too broad, simply stated if you don't monitor motor current (and to some extent model the inertia of the motor) in software, then your damping algorithm (which is effectively a constant based on your description) won't (...) (23 years ago, 11-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Encoder Implemenation questions
 
(...) It certainly helps. I guess I'll stick to my kludge... it's easier. ;) So in order to do effective rotation sensors I need to monitor not only the rotations, but the power applied to the motor as well? That seems fairly complex but I guess (...) (23 years ago, 11-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Encoder Implemenation questions
 
You step into the morass that separates reality from theory :-) The "right" way to do this is to measure the current on the servos, ramp their accelleration up and then down again as you approach your final endpoint. Read up on feedback systems and (...) (23 years ago, 11-Jan-01, to lugnet.robotics.handyboard)
 
  Encoder Implemenation questions
 
I have contructed a robot that I want to be able to move and position itself accurately. I have encoders (the Hamamatsu P5587) attached to analog inputs 4 & 5 using sencdr4 & 5. I have 24 segment encoders that should give me a resolution of about (...) (23 years ago, 11-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Basic assembler and downloader question
 
That did the trick. Thanks for helping me out with something so basic. I guess that I am next going to read up a little further on how the HandyBoard is using the special mode variations of the Motorola chip while still being able to access the (...) (23 years ago, 10-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Basic assembler and downloader question
 
OK, I didn't see the following before. The HB has its reset vector at $BFFE. So the second ORG must be there, not at $FFFE. Please see (URL) more info. Fred In your message you said: (...) , (...) is (...) ot (...) (23 years ago, 9-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Basic assembler and downloader question
 
I tried using dl.exe and the download appeared to work. However, the LED still did not turn on. Is something wrong with my code? Perhaps the RAM is not accessible at this point as the chip is in bootstrap mode? Again here is the listing (with the (...) (23 years ago, 9-Jan-01, to lugnet.robotics.handyboard)
 
  Re: Basic assembler and downloader question
 
(...) The first thing that occurs to me is this: are you sure that $8000 is a valid ROM/EPROM/EEPROM address? I would suspect that is the problem. I'm taking an educated guess though, since I'm not familliar with the software you are testing it (...) (23 years ago, 9-Jan-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