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 / *7164 (-40)
  Re: "Traces"?
 
(...) 'Trace', and 'track', are common parlance, for the wiring built onto the printed circuit board inside a unit. So the post is saying that you have to actually cut the copper 'tracks' inside the unit itself. Best Wishes (25 years ago, 11-Jan-00, to lugnet.robotics.handyboard)
 
  "Traces"?
 
(...) I've seen "trace" used a couple times as regards the Handyboard, concerning the leads from/to the inputs, I think??? What does it mean, what are they? Thx :) - Scarius (URL) (25 years ago, 11-Jan-00, to lugnet.robotics.handyboard)
 
  Re: GP2D12 Pinouts
 
(...) Just visit: (URL) are some modifications to the handyboard required, because the sensor does not work with the pull-up resistors on the handyboard. You have to cut some traces on the handyboard. A detailed description and a picture of the (...) (25 years ago, 11-Jan-00, to lugnet.robotics.handyboard)
 
  GP2D12
 
I just managed to connect a Sharp GP2D12 to my Handyboard. The advantage compared to the GP2D02-device is the analog output which does not consume processing power for clocking the sensor. Further information can be found at: (URL) (25 years ago, 11-Jan-00, to lugnet.robotics.handyboard)
 
  RE: More servo stuff
 
I had the same problem. The servo would run fine if the program was not doing anything else. But if I was updating the pwm to the motor ports then the servo would jitter. I figured it was because the extra overhead was screwing up the timing on the (...) (25 years ago, 11-Jan-00, to lugnet.robotics.handyboard)
 
  Re: More servo stuff
 
(...) I did this but it didn't help. *sigh* Thanks for the tip! (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  Re: GP2D12 & Expansion Board
 
You can cut the trace going to the pullup resistor corresponding to analog(0) on the main board and then all of the expansion board analog inputs will be floating. Analog(0) is multiplexed to provide all of the analog inputs on the expansion board. (...) (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  Re: More servo stuff
 
Try placing a capacitor across +5V and ground. Get something in the range of 0.1 - 0.47 microfarads and just plug it into the headers on the HB. This solved my problems. -Scott Harris (...) (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  GP2D12 & Expansion Board
 
Can I use the Lego ports on the Expansion board for the GP2D12? Do these ports have pull resistors and if so can they be disconnected so the pin float as required by the Sharp sensors? -Drew (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  [Fwd: pneumatic info]
 
-- MIME ATTACHMENTS DISCARDED: 1. Content-type: MESSAGE/RFC822 Content-Length: 1160 (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  Re: Interfacing GP2D02 with handyboard
 
If you are not conversant in assembly, it will be difficult to obtain code for each individual digital port unless you get someone to write it for you specifically. However, if you switch to GP2D12 sensors, and remove the pullup resistors on the (...) (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  serial comm between HB and custom software
 
I am trying make a robot that communicates with a computer program build in borland C. can i use the serial port of the Handy Board? how do i send and receive commands or messages to and from the HB through my boland C program, using this serial (...) (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  Re: LEGO sensor
 
oops! Thanks Dr. Martin for catching my mistake about the rotation sensor. - Nick - (...) (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  More servo stuff
 
I believe someone asked a similiar question to this but I didn't get an answer (I don't think). Question relating to the HB expansion board and servo control (or lack of same). I can control standard servos (S148, 3003 etc.) just fine, they run as (...) (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  Re: LEGO sensor
 
just to be clear, there are two types of LEGO sensor: active and passive: * passive -- touch sensor, temperature sensor. * active -- light sensor, rotation sensor (aka shaft encoder, angle sensor) without expansion board, the HB can only deal with (...) (25 years ago, 10-Jan-00, to lugnet.robotics.handyboard)
 
  Re: LEGO sensor
 
The LEGO sensors and the RCX are the same thing. The standard Handy Board (without an expansion board) can handle all of the passive LEGO sensors such as the touch and rotation sensors. The expansion board is needed to use the active sensors such as (...) (25 years ago, 9-Jan-00, to lugnet.robotics.handyboard)
 
  Re: Higher voltage for HB battery
 
I find that the ideal solution to this situation is to build a power system for the robot. Maxim, Linear Technology, and National each make very easy to use switching regulators that can provide highly efficient DC to DC conversion. Building a (...) (25 years ago, 9-Jan-00, to lugnet.robotics.handyboard)
 
  LEGO sensor
 
Some of the expansion board kits (all? sorry, haven't been paying much attention to the extension boards yet) mention that they have slots for LEGO style sensors. Does this mean the sensors they use on their RCX/Mindstorms stuff? What's the (...) (25 years ago, 9-Jan-00, to lugnet.robotics.handyboard)
 
  Higher voltage for HB battery
 
I would like to know whether the HB can be used with a 12 V (ten AA cell) NiCd battery instead of the standard 9.6 V (eight AA cell) NiCd battery. Specifically, (1) Would the HB be damaged by the higher voltage, (2) Would the HB function properly (...) (25 years ago, 9-Jan-00, to lugnet.robotics.handyboard)
 
  Re: Problem with my board
 
In lugnet.robotics.handyboard, Gary Livick <glivick@pacbell.net> writes: The motor doesn't work in my program, which has multiple processes running, but it still doesn't work when i just send the command through IC's interactive window: motor(1,50). (...) (25 years ago, 9-Jan-00, to lugnet.robotics.handyboard)
 
  Re: Problem with my board
 
Bob, What other code are you running? What does your motor code look like? Does anything get hot when this happens, like the motor control chip, the hex inverter or the voltage regulator? Gary Livick (...) (25 years ago, 9-Jan-00, to lugnet.robotics.handyboard)
 
  Problem with my board
 
I am using a HD with expansion board. Periodically when I run the motors at anything less than 100 they spin with very little power and both the red and green lights on the board light up. At full power the motors work perfectly with only the green (...) (25 years ago, 9-Jan-00, to lugnet.robotics.handyboard)
 
  LEGO IR Remote Control
 
Hello All, Has anyone developed an IR receiver/decoder to allow a HandyBoard robot to be controlled by a LEGO IR Remote (#9738)? My LEGO 'bots are great when they're controlled with the LEGO IR remote ... grade school kids really like the remote (...) (25 years ago, 8-Jan-00, to lugnet.robotics.handyboard)
 
  Mic for CCD Camera
 
Hi, This question is not HB specific, sorry about that. I have bought a CCD camera board, and I want to add it to my robot together with a TV transmitter, the problem is that the camera has not built in audio, so I will like to know if someone has a (...) (25 years ago, 8-Jan-00, to lugnet.robotics.handyboard)
 
  Re: Voice Recognition
 
Hi Sonny, I've played with Voice Direct and also with the HM2007 chip. Both of them work fine in a quiet environment, but in my limited playing they were both overwhelmed by the ambient noise of a moving robot. They both are speaker dependent, and (...) (25 years ago, 8-Jan-00, to lugnet.robotics.handyboard)
 
  Voice Recognition
 
Hello all, I have a project upcoming that would benefit from speech recognition. I have seen the voice direct by Interactive Speech and was thinking of integrating it into my robot. If anyone has had any success (or failure) with this product or any (...) (25 years ago, 8-Jan-00, to lugnet.robotics.handyboard)
 
  Re: I NEED HELP
 
(...) BG Micro sells an equivalent Toshiba sourced part which I have been using in Rug Warrior without trouble thus far. The price is very good at 6.95 USD in quantity 25. You can contact them at www.bgmicro.com. John Vaughn Hobart & William Smith (...) (25 years ago, 7-Jan-00, to lugnet.robotics.handyboard)
 
  Re: I NEED HELP
 
If you need just one 68HC11, give me your address and I'll post it to you. I have some spare ones (second hand). Peter Gasparik (...) robot, but i can´t get the MC68HC11 processor because here (in colombia) is not avaible anywhere (...) avaible, is (...) (25 years ago, 7-Jan-00, to lugnet.robotics.handyboard)
 
  Re: Servos, power, and the expansion board
 
Here is an update: I added an external power supply for the servos. Same problem. Everything works fine if I hook up to the charger in ZAP mode. Anyhow, I added an 0.22 microfarad across +5V and ground simply by sticking it into the headers on the (...) (25 years ago, 7-Jan-00, to lugnet.robotics.handyboard)
 
  I NEED HELP
 
Hi , i have a trouble, i´m want to assembly my own HB for built a mobile robot, but i can´t get the MC68HC11 processor because here (in colombia) is not avaible anywhere I search at motorola web site, but they say me that the processor is not (...) (25 years ago, 6-Jan-00, to lugnet.robotics.handyboard)
 
  Servos, power, and the expansion board
 
I've got four servos attatched to my expansion board and unless I keep the charger attatched in ZAP mode, I experience a lot of jittering. Has anyone else experienced this? Perhaps the NiCads in my Handyboard are old? Anyhow, I'm going to sever the (...) (25 years ago, 6-Jan-00, to lugnet.robotics.handyboard)
 
  GP2D12 Pinouts
 
Please could someone let me know the pin arrangement for the GP2D12 as I have such a device with no documentation (the Sharp datasheet doesn't help). ... Richard (rspooner@frisurf.no) (25 years ago, 6-Jan-00, to lugnet.robotics.handyboard)
 
  Re: Digital Outputs, Multi-tasking
 
(...) not me. (...) and (...) it (...) the rest of the functions are implemented in assembly by the pcode interpreter, therfore they wont have an entry in lib_hb.c. To use them, just call them as documented in the manual. (...) the (...) give s (...) (25 years ago, 5-Jan-00, to lugnet.robotics.handyboard)
 
  Re: [Fwd: hbdl doesn't work?]
 
Hello, with hbdl i had also some problems in past. But since i changed to dl under DOS or Un*x, i had no problems anymore. I don't know why.... (25 years ago, 5-Jan-00, to lugnet.robotics.handyboard)
 
  serial problems
 
Hi, I have exactly the same problem than he did, do you know what can I do??? I'm quite a bit stuck and would really appreciate some help Thanks Pedro Jeff Keyzer escribió: (...) and ran (...) file to (...) program (...) data. At (...) mode. (The (...) (25 years ago, 5-Jan-00, to lugnet.robotics.handyboard)
 
  printf
 
Where does the printf function come from? When I list functions in IC there is no printf yet sending printf("text"); results in text output to the HB LCD. 'Tis a puzzlement. John (25 years ago, 5-Jan-00, to lugnet.robotics.handyboard)
 
  Short Circuit-EMERGENCY
 
i had a short circuit between the handyboard's TO3 port and the handyboard's 11V supply. Now, whenever i turn the board on there's only black boxes on the LCD display. the Power LED is on and the board is in Zap mode. the message says that the board (...) (25 years ago, 5-Jan-00, to lugnet.robotics.handyboard)
 
  Digital Outputs, Multi-tasking
 
1. On the Handyboard website, there are 2 drivers which make ports 5 and 7 digital output ports. I have used one of them to control a servo. I need another one to be connected to a SN754410NE so that i have a PWM output for a DC motor. Does anyone i (...) (25 years ago, 4-Jan-00, to lugnet.robotics.handyboard)
 
  [Fwd: hbdl doesn't work?]
 
Hi, I have exactly the same problem than he did, do you know what can I do??? I'm quite a bit stuck and would really appreciate some help Thanks Pedro Jeff Keyzer escribió: (...) (25 years ago, 4-Jan-00, to lugnet.robotics.handyboard)
 
  Re: archive and/or temperature sensor
 
Hello, I don't know if this will help, but you can buy a cheap thermistor (thermal resistor) from Radio Shack and plug it directly between an analog input and ground on the HB. The thermistor changes resistance with temperature. Thus, using the (...) (25 years ago, 4-Jan-00, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR