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 / *4304 (-20)
  I2C output
 
Does anyone have any information on how to use the HB to output I2C signals thru it's SPI port? I'm interfacing it to the National LM4832 audio controller IC. Thanks! (26 years ago, 14-Aug-98, to lugnet.robotics.handyboard)
 
  Re: PID implementation
 
(...) It seems that you have a feedback system here. How does battery voltage and surface resistance add error to your system when you have a feedback loop to correct your error signal? (...) No braking? We solved that problem by effecting reverse (...) (26 years ago, 13-Aug-98, to lugnet.robotics.handyboard)
 
  Re: Some robot pictures
 
Chuck, Thank your for the pictures. the robots are very cool. I was wondering what was the cost for each robot? I am trying to get items together to builb my own but it is a slow going task due to money. I can't wait to see your next bot. Thanks (...) (26 years ago, 13-Aug-98, to lugnet.robotics.handyboard)
 
  Re: intel hex file
 
Hello brian, I use a gcc compiler for the 68hc11F1. I do have an assembler that generates good intel hex files, and the other is used with the gcc compiler. It was my mistake in not looking correctly to the files, actually it are the same kind of (...) (26 years ago, 13-Aug-98, to lugnet.robotics.handyboard)
 
  Re: Stepper motors
 
Hello mario, Its actually very simple, use an uln2803, connect it to an not used port (i.e. porta in my case), connect the coil wires to the appropriate pins, and the supply lines to the stepper vcc. now you can write values to the port. you should (...) (26 years ago, 13-Aug-98, to lugnet.robotics.handyboard)
 
  Re: Some robot pictures
 
Thanks for the Kudos, Actually the timeline is more like "Clyde" (not pictured), "Robotank" (Sherman chassis with a miniboard), "RobotTankII" (Sherman Chassis with 6.270 board), "Comet" (not pictured, R/C conversion w/Miniboard), "Ghost" (not (...) (26 years ago, 12-Aug-98, to lugnet.robotics.handyboard)
 
  Stepper motors
 
Hello, Does anyone have information on how to run a stepper motor using the Handy Board? Any information you can provide would be appreciated. Mario Garcia (26 years ago, 12-Aug-98, to lugnet.robotics.handyboard)
 
  Re: Some robot pictures
 
Cool robots, Chuck! I was wondering it when they were created. It looks like the top one was created first and the last is the bottom one. Is that so? ---...--- ericson mar Master of Engineering Candidate Project: Mobile Robotics mar@cooper.edu (...) (26 years ago, 12-Aug-98, to lugnet.robotics.handyboard)
 
  Re: serial library for C++
 
Check out this site. It works well. The only problem I had was timing issues when trying to read and write to the port too quickly. (URL) Message----- From: Mark Wallace <mawalla3@vt.edu> To: Handyboard@media.mit.edu <Handyboard@media.mit.edu> (...) (26 years ago, 12-Aug-98, to lugnet.robotics.handyboard)
 
  serial library for C++
 
Hello, I have a handy board with poloroid transducers and I am trying use the results of my distance measurments in a C++ program on the computer. I have found programs on the handyboard web page that should alow the handyboard to transmit (...) (26 years ago, 12-Aug-98, to lugnet.robotics.handyboard)
 
  PID implementation
 
Problem: I have built a small robot with differential drive using 3+ACI- diam whee ls turning at 66 RPM +AEA- full power PWM no load. Each wheel has a 16 pulses per rev. reflective type shaft encoder. the robot is controlled by the Handy Board (...) (26 years ago, 12-Aug-98, to lugnet.robotics.handyboard)
 
  intel hex file
 
Hello all, Does anybody has information of the intel hex file. I do understand the intel hex file (xxx.hex) that is generated by the asm programs, but i use a new assembler, (with the gcc compiler) and it generates different intel hex file (...) (26 years ago, 12-Aug-98, to lugnet.robotics.handyboard)
 
  PCB
 
fthompson wrote: "Some time ago Karl Lundt included in his Amateur Robotics column a short description of a new Printed Circuit Fabrication material where you ran the copper clad through a laser printer (to print directly onto the copper rather than (...) (26 years ago, 11-Aug-98, to lugnet.robotics.handyboard)
 
  Re: mmu
 
It's not impossible. The easiest way is to use the same technique as Java (or IC) and write an embedded interpreter that executes code for a "psuedo" machine. The resulting machine can have arbitrarily strict access restrictions between tasks. You (...) (26 years ago, 11-Aug-98, to lugnet.robotics.handyboard)
 
  PCB Fabrication material.
 
Some time ago Karl Lundt included in his Amateur Robotics column a short description of a new Printed Circuit Fabrication material where you ran the copper clad through a laser printer (to print directly onto the copper rather than using iron on (...) (26 years ago, 11-Aug-98, to lugnet.robotics.handyboard)
 
  Re: General use PCB
 
Ed: In a message dated 98-08-05 11:51:18 EDT, you write: << We have been using the Radio Shack, Archer board #276-162A. Specifications: Dimensions 3 inches x 4 inches, with copper lands on one side. 30 holes by 25 holes with mounting holes at 2.5 (...) (26 years ago, 11-Aug-98, to lugnet.robotics.handyboard)
 
  Handy Board Available.
 
To Anyone Interested, I have a nearly brand new complete Handy Board for Sale. I used it one week and unfortunately it does not have the capability to do what I want. It is complete with battery installed, serial/charger board, software for IBM, (...) (26 years ago, 11-Aug-98, to lugnet.robotics.handyboard)
 
  mmu
 
Hello all, i'm trying to write a small OS, but am confused about something. I don't want to give access to all memory locations for the user, only for the supervisor. Since the 68hc11 doens't have these modes i have to think of something else. A (...) (26 years ago, 11-Aug-98, to lugnet.robotics.handyboard)
 
  ports question (cont)
 
... just to follow up on my question: i'm trying to read the photosensors through the analog ports. however, the value returned by analog(i) is always 255, so perhaps i have the sensors hooked wrong. when i read "analog(0);" it always retunes 255, (...) (26 years ago, 10-Aug-98, to lugnet.robotics.handyboard)
 
  ports question
 
hi, looking at the sensor diagram at: (URL) see something like this: signal =====||= =||= +5V =====||= ground ====||= on the actual hb, do the three rows of holes along the "bottom" or near edge of the board correspond to the sensor diagram in terms (...) (26 years ago, 10-Aug-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