To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  *3678 (-20)
  Re: PWM and encoder
 
The nonlinearity has to due with the characteristics of your motor. You will find that a single step of power at the low end has a greater effect on the speed than a single step at the high end, as the motor approaches its top speed. The (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Help!! Polaroid problem!!!
 
The reason you don't need a pull up resistor for the Handy Board is because the Handy Board has built in 47k pull up resistors on the digital inputs! -----Original Message----- From: MAR ERICSON <mar@cooper.edu> To: Darkman <lroska@cyberus.ca> Cc: (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  IC stack problem
 
Hello everybody, Is something wrong with this code or is it IC? { int a[4][4], i; for (i=0; i<4; i++) { a[i][i]=i; } } When I type this at the IC prompt it complains: Downloading 79 bytes (addresses C200-C24E): 79 loaded COMPILER ERROR!: 2 extra (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Help!! Polaroid problem!!!
 
well....I might be the way you are powering the sensors ??? Maybe luck ???? :)))))) Actually I don't why you don't need any of those supporting parts. A short question ...For what range are you using the sensors (are you using the binh signal) ?? We (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  Digitial input problem
 
Hi all, i have built a handyboard. It works fine. But on Digital PIN 9 "PAI" i got allways high level (1) during test via "hptest.c". I think i haven´t any soldering problems. That´s wrong ??? bernd klein (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  PWM and encoder
 
Hi, i have some questions about PWM and encoder. I made following tests: 1) Speed : motor(0,100) my encoder count f.e. 20clicks / per second 2) Speed: motor(0,50) my encoder count f.e. 15clicks / per second 3) Speed: motor(0,40) my encoder count (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  Re: IR Transmit ?!? HELP
 
(...) Did you follow the instructions in the HB Assembly debug? at (URL) says: Output Stage If LED9R fails to light after the poke command is issued, trace the following progression of signals. Please refer to the infrared output schematic: * 6811 (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  IR Transmit ?!? HELP
 
I recently assembled a Handy Board, everything is perfect except for the IR Transmitter. The IR Tx LED does not light. It is not the LED itself because I replaced it. I can't seem to figre out what's wrong. Please help. Thank You Peter Eacmen (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  To Prof. Fred Martin: Neat!
 
Hi, I saw your robot at the Trinity fire fighting contest last Sunday. It was neat, and very animate. I was curious to know if you had figured out why it did what it did during your first run (?). And, what type of sensor were you using on the rear (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Help!! Polaroid problem!!!
 
Why does it seem like everyone except me needs a pullup resistor and perhaps a capacitor somewhere to operate the Polaroid? I've never had any problems without any of these components. ??? The first time I connected the sensor, it worked perfectly. (...) (26 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
 
  tsl1301 or 1401
 
Has anyone tried to use one of the TI tsl1301 or 1401 linear sensors with the HB. I ended up with a few but am having a tough time trying to figure out what the data sheets are trying to tell me. Not real clear (to me). Bruce A. Moore (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  Handy board help
 
I am interested in using the Handy Board, but I have a few questions about it first. Please help. :) I noticed the Handy Board supports 4 motors but I am interested in using stepper motors with it. Is this possible? If so what modifications would be (...) (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Help!! Polaroid problem!!!
 
Are you using a pullup resistor on the ECHO pin? If not that is your problem. The ECHO output is an open collector driver which requires an 4.7 K pull-up resistor between the output and Vcc. The pull-up is necessary for connecting the module to a (...) (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  Help!! Polaroid problem!!!
 
I am trying to use one of the Polaroid 6500 kits from Wirz with my senior design project. It doesn't exactly use a handyboard, but our microcontroller is virtually identical at the lowest level. The problem is when we attach the device to the scope, (...) (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  is IC compatible with the MC68HC11F1
 
hi from France, I already have a handy-board running with a 11A1 chip and I plan to adapt the circuit for a 11F1 chip, with the same memory map. Does someone have any experience about running IC with this chip? Will it work with the pcode_hb.s19 (...) (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  Help!!! Polaroid problem!
 
I am trying to use one of the Polaroid 6500 kits from Wirz with my senior design project. It doesn't exactly use a handyboard, but our microcontroller is virtually identical at the lowest level. The problem is when we attach the device to the scope, (...) (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  Re: Class functions from C++ to C
 
Hi Kate you could use some precompiler to convert C++ to C. I think that the GNU C++ compilers have such a precompiler. (At least the older ones do.) Tom krasing@iastate.edu schrieb: (...) (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  Serial Communication: HB -> Win95
 
I am using the serial_putchar() and serial_getchar() communication routines on the HandyBoard, and everything is working fine from the PC to the HB. However, I am having trouble getting the HB to send data back to the PC. Here is main() on the HB: (...) (26 years ago, 21-Apr-98, to lugnet.robotics.handyboard)
 
  Class functions from C++ to C
 
I'm using A-Life techniques to control a simple robot. The program I'm using was initially written by my A-Life professor in C++, and as I use IC, I need to bring it over to C. I'm having difficulties as it calls a class (bots) from a C++ library (...) (26 years ago, 20-Apr-98, to lugnet.robotics.handyboard)
 
  newby
 
Hi. I teach 8th grade science and I am very interested in adding Robotics to our curriculum in the fall. I have been following with keen interest, the listserv on the handyboard. Could somebody tell me, where I can obtain reading materials to help (...) (26 years ago, 20-Apr-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