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 / *7744 (-40)
  Grizz, Let me know.
 
Hi Let me know if you get this message so I know if we are on the same list? Thanks -Mike (24 years ago, 31-May-00, to lugnet.robotics.handyboard)
 
  Expansion board question?
 
Hi I added the expansion board to my HB. I dowloded the propper files and My question is how do I check to see if my expansion board is working and has the files it needs? Thanks! -Mike (24 years ago, 31-May-00, to lugnet.robotics.handyboard)
 
  Re: Expansion Board problems (Kinda OT)
 
(...) I was trying to build a 110V AC -> 24V DC power supply from Radio Shack parts once... It was late at night and I was tired. I only had a 12v transformer, so I pulled out an electronics book and build a voltage doubler on the output side of the (...) (24 years ago, 31-May-00, to lugnet.robotics.handyboard)
 
  Question burn the board?
 
Hi , I have not recieved the HB yet but its on order, my question is I saw in the freeware IC, BURN THE BOARD icon? Is this used to load the programs I write or is it something else? Thanks for any info. -Mike (24 years ago, 29-May-00, to lugnet.robotics.handyboard)
 
  Test 2**
 
just a test to see if I have the correct address to send... (24 years ago, 29-May-00, to lugnet.robotics.handyboard)
 
  Test **
 
Just checking something... (24 years ago, 29-May-00, to lugnet.robotics.handyboard)
 
  Re: hbdl question
 
Todd, There are Two options on the Windows program HBDL.EXE 1. Download - This downloads a bootloader then a file to the external RAM of the handy board. 2. Burn - This (attempts) to download a file to the HandyBoards 68Hc11 internal EEPROM. Thus (...) (24 years ago, 28-May-00, to lugnet.robotics.handyboard)
 
  Re: my handy is death ????
 
Do you mean that when you turn on the Handy Board, the motors start to run spontaneously? I used to have that problem, too, but only when there was no program yet loaded. I saw a message on this mailing list a few months back that suggested a remedy (...) (24 years ago, 27-May-00, to lugnet.robotics.handyboard)
 
  Re: IC question
 
You might try something like: while( 1 ) { if( start_button() ) printf( "you pressed the start button\n" ); else printf( "\n" ); msleep( 250L ); } or simply: { start_press(); printf( "you pressed the start button\n" ); } -- Will (...) +---...---+ | (...) (24 years ago, 27-May-00, to lugnet.robotics.handyboard)
 
  my handy is death ????
 
Mister They in my university bought 6 HandyBoard for the development of courses relations with IA. 2 of the Handyboard failed one of them sample in their screen for causes that not yet are known, the Interactive C, as if I you work correctly, the (...) (24 years ago, 27-May-00, to lugnet.robotics.handyboard)
 
  hbdl question
 
when using hbdl what does the burn the board option do? It says download to eprom. What file should you download to the eprom? Is this necessary? Thanks, Todd (24 years ago, 27-May-00, to lugnet.robotics.handyboard)
 
  IC question
 
Just got my handyboard, and I am new to programming, so I have a probably simple question for you all. I have been playing around with IC trying to get responses on the LCD from start button presses. if I send the following on the IC command line : (...) (24 years ago, 27-May-00, to lugnet.robotics.handyboard)
 
  Re: Digital outputs.
 
You can use solid state relays with 5 VDC inputs and DC outputs to control large loads. The inputs require very little current. It is less expensive to build transistor switches, which will do the same thing, but obviously much simpler to use (...) (24 years ago, 25-May-00, to lugnet.robotics.handyboard)
 
  handy board, motor problems
 
I have six handy board for academics activities in my University. In two, I have problems: When move power switch ON, the same indicators(leds) of motors outputs work, with load programs and without load programs. ¿What's happening? Thank (24 years ago, 25-May-00, to lugnet.robotics.handyboard)
 
  CCD on the handyboard ??
 
Maybe someone already discussed this argument.... I'd like to connect a CCD to the handyboard, but how ?? What comes out from a CCD ? How to interface the CCD's output signal ? Anyone can help me ? Stefano (24 years ago, 25-May-00, to lugnet.robotics.handyboard)
 
  Re: Digital outputs.
 
Todd, The outputs can control a transistor, that is powered by a separate higher current o/p. (Poor text diagram following) Vsupply _ | / Dig Out ---...---| <- Tansistor \ | |__ Vout (...) Charles Hacker Lecturer in Electronics, Computing and (...) (24 years ago, 25-May-00, to lugnet.robotics.handyboard)
 
  Digital outputs.
 
How would I go about making the digital outputs capable of controlling a higher current than the 5 ma that is standard? Can a switching transistor be controlled by them? Or do I need some sort of IC to do the job? Particularly I would like to be (...) (24 years ago, 25-May-00, to lugnet.robotics.handyboard)
 
  servos again
 
I'm still at my servo question :) the 3 servo routines so far use "normal" digital outputs. There are, according to the FAQ, 4 extra outputs I could use (SPI J6). Does this mean that I could write my own routines to drive 4 extra servos using these (...) (24 years ago, 23-May-00, to lugnet.robotics.handyboard)
 
  Re: Sharp analog distance sensor
 
unsubscribe please. (24 years ago, 23-May-00, to lugnet.robotics.handyboard)
 
  Re: Sharp analog distance sensor
 
(...) I created a website at: (URL) will have to add some new experiences. 1. You definetely should use the device vertical (my choice: Emitter at bottom). I have no clue, how anybody got reliable results when mounting it horizontal. There is no (...) (24 years ago, 22-May-00, to lugnet.robotics.handyboard)
 
  handyboard in Canada? (Montreal?)
 
I'd like to know, is anyone here from Montreal or the rest of Canada? Is there any distributor for handyboard parts or kits around here? All the ones I find are in the states (or hong kong...) -- You do not wish to know anything, you wish only to (...) (24 years ago, 21-May-00, to lugnet.robotics.handyboard)
 
  Re: Sharp analog distance sensor
 
Follow this link for data about the GP2D12. At the bottom, there is another link for Handy Board interfacing information. You have to cut a trace because the analog inputs on the Handy Board are connected to pullup resistors. The GP2D12 won't work (...) (24 years ago, 20-May-00, to lugnet.robotics.handyboard)
 
  Sharp analog distance sensor
 
Greetings, I've looked, but don't seem to be able to find any relevant info. How does one hook up one of these beasts to the handyboard? I remember reading something somewhere that a track needs to be cut to do this - something I would like to avoid (...) (24 years ago, 20-May-00, to lugnet.robotics.handyboard)
 
  multiplex other analog ports than analog 0 & 1
 
(...) These two (...) ports. (...) I built the Expansion board in order to control servos. I cannot use the additional analog inputs because I have destroyed analog port 0 and 1. Is it possible to multiplex other analog ports? What software changes (...) (24 years ago, 19-May-00, to lugnet.robotics.handyboard)
 
  UV sensor
 
Has anyone used the Hamamatsu C3704 Drive Circuit and the R2868 Flame Detector with the handyboard? The detector works great on my scope but I can't get the Handyboard to read it on a digital in port. Do you have to add a capacitor to lengthen the (...) (24 years ago, 19-May-00, to lugnet.robotics.handyboard)
 
  Re: [kinda OT] Using other processors (6809)
 
(...) That's what I was thinking too. But there is another consideration: the 6809 is a different class of processor than the 68HC11. The HC11 is a microcontroller while the 6809 is more of a general puropose microcomputer CPU. Although either could (...) (24 years ago, 18-May-00, to lugnet.robotics.handyboard)
 
  Re: making your own handyboard.
 
Vic, Lots of programs handel Gerber files. They are the standard for print / storage of PCB board files. If you don't have such a program, then download one form the numerous freeware/shareware sites. Most electrical type programs would give this (...) (24 years ago, 19-May-00, to lugnet.robotics.handyboard)
 
  Re: [kinda OT] Using other processors (6809)
 
Vic, Depends on if you want to be done this year or not. If time and money are no object, designing and building your own board from scratch would be exciting and after just a few interations you could probably have one that is reliable. By the time (...) (24 years ago, 18-May-00, to lugnet.robotics.handyboard)
 
  [kinda OT] Using other processors (6809)
 
A friend told me he has a development system for the motorola 6809 and he could give it to me. I guess this would be good, I would be able to make my custom boards. But, how does the 6809 compare to the 6811 or other microcontrollers (Basic Stamp, (...) (24 years ago, 18-May-00, to lugnet.robotics.handyboard)
 
  making your own handyboard.
 
Hi. I'd like to make my own handyboard if I can find all the parts in my city. But I have a problem with making the PCB... I have a friend who has a plotter and could draw it, but the layout files are GIFs and he uses Autocad (old computer, old (...) (24 years ago, 18-May-00, to lugnet.robotics.handyboard)
 
  Re: Ultrasonic maximum timing
 
Hey all -- I was wrong about the speed of sound. The mistake I made was forgetting that the sonar measures round trip time, so the constant I experimentally determined for use in my code actually represents *two* centimeters per 143 clock ticks (...) (24 years ago, 18-May-00, to lugnet.robotics.handyboard)
 
  Re: how many servos on handyboard?
 
Ray, Whoops, just read my message again, and realised I had stated STEPPER motor, and not the intended SERVO motor. I have used the HB to control 4 SERVO motors. The SERVO's had an external 5V power. The GND of the SERVO supply was attached to the (...) (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  RE: how to drive extra steppers with handyboard
 
i ended up using two SSC II's to control the twelve servos on my robot because most of the time the servos connected to the XB would not work. the SSC II servos worked almost all the time. (URL) think this is the web address and the SSC II's connect (...) (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  RE: how to drive extra steppers with handyboard
 
Try Scott Edwards SCC II Servo controller. (...) This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. (...) (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  Expansion board cannot handle more than 2 servos
 
Hello, Reading the discussion on servos recently, I thought I'd share this info with you. I have advised a few student group projects involving servos and the XB and came to the conclusion that the XB cannot handle more than two or so servos. The (...) (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  RE: how many servos on handyboard?
 
Remeber also that you have to cut the motor power trace and use an external 5V source for the motors in this case. The HB itself will output 9.6 V from the motor ports. (...) This message is for the named person's use only. It may contain (...) (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  how to drive extra steppers with handyboard
 
I'd like to build a six legged robot. that would need at least 12 servos. Is there a way to control 12 servos or more with the standard handyboard? someone said it's all in the code (using digital outputs) does that mean I could write the code to do (...) (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  Re: how many servos on handyboard?
 
(...) Hi If you use the expansion board, you will loose analog input 0 und 1. These two inputs are multiplexed on the exp board, so you get some more analog ports. -Martin (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  Re: how many servos on handyboard?
 
The base Handy Board is designed to control 4 DC motors. The DC motor output ports CAN be used to control 4 (four) stepper motors. Remember that a stepper motor needs a square wave pulse continually sent to the motor for operation, and the mark / (...) (24 years ago, 17-May-00, to lugnet.robotics.handyboard)
 
  Re: how many servos on handyboard?
 
(...) The deal is this: Servos are different from plain old DC motors. They have gearing and position control circuitry built in. There are four DC motor ports on the basic HB, but no ready-made servo ports. The dual servo routine described on the (...) (24 years ago, 17-May-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