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 / *4559 (-20)
  Source of 754410 driver
 
Hello, all: I saw in the FAQ that TI has an "upgrade" to the L293 motor driver chip. What is the best source for this part? Thanks! Rich Cini/WUGNET - ClubWin!/CW7 - MCP Windows 95/Windows Networking - Collector of "classic" computers <===...=== (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Sensor connections
 
i think you may be using the wrong drivers. make sure to set your version of IC to load "lib_hb.lis" when it boots up. fred In your message you said: (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Getting started with the project
 
Respected Sir, I have installed the newer version of IC into my PC. My Handyboard is ready with all parts assembled. Earlier I have done a project called "Mobile Robot Navigation of a Maze" with this handyboard. In this the robot navigates the maze (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Sensor connections  [DAT]
 
I can not get the sensors to respond correctly, for instance if I do analog(0) the value of the sensor marked 7 on the hb is returned. After going through all the sensors here is the layout I came up with: I never got a reading on port 0,1,9 or 10 (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Dead HB
 
Sounds like a lot of it is still up and running if you can download. I'd suggest going through the assembly instructions and performing the tests at the end of each section. You should, thereby, be able to isolate smaller areas that may be fried and (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  RE: Read A/D converter
 
I didn't look that closely at your program but I have included a routine to read the analog ports that I know works. After assembling and loading the program, you make two c function calls: powerup_ad(); and read_ad(i); where i is the analog port (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Re: No stepper motor info in FAQ?
 
(...) HB? (...) Allegro Systems UCN5804B is $3 and change from Newark Electronics. That's not so many $s. It can drive steppers up to 1.25A. The interfacing is easy, datasheet available on-line. Hope this helps, Art (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Re: data capture
 
Justin, I didn't see anyone reply to your RS232 Question. ALthough I am a newbie to the Handyboard, I have been doing RS232 programming off and on for years. My conclusion is that there have been MANY null modem configurations...but, they seem to be (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Expansion Board availability?
 
Ok, I found the link to the Expansion board info website...it's all about a beta version. But, there appears to be enough information there for me to build one myself. (is that what everyone's done?) I have never built something from scratch like (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  No stepper motor info in FAQ?
 
Hi all, I just finished searching the FAQ for stepper motor driving tips and found none. :( Anyone know what the most efficient way to connect a stepper motor to the HB? I know that they have these $8ish driver chips...but I've never used one. If (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Dead HB
 
Well maybe you should try replacing the HC11 for a start.. These things tend to spoil easily and for no apparent reason.... :( (or is it just bad luck?) That's funny, you shorted out something and it still can download? Maybe you should also change (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Dead HB
 
Hi All, While I was building my sumo robot I managed to short a wire in my HB. I put a wire that was connected to a multimeter and also connected to another part of the robot, into a digital sensor input, sparks came out and it smelt like burnt (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Read A/D converter
 
"HI" , I am trying to read the A/D converter but the program gets "Hung-Up" on the line "ANALOOP", the CCF bit never sets. Please give me a hint. Here is the Assembly code. /* MAGLEV.ASM, Magnetic Levitation by Hector Noriega, 28JUNE1998.*/ /*Handy (...) (26 years ago, 22-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Basic Sensor Question
 
if a sensor connector row looks like this -- [ ][ ][ ][ ][ ][ ][ ] [ ][ ][ ][ ][ ][ ][ ] [ ][ ][ ][ ][ ][ ][ ] 6 5 4 3 2 1 0 then to connect to sensor 0, you plug the switch into the places marked "[X]": [ ][ ][ ][ ][ ][ ][X] [ ][ ][ ][ ][ ][ ][ ] [ (...) (26 years ago, 21-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Basic Sensor Question
 
You were right, also it seems my board is wired incorrectly analog(0) controls the connector marked 7 on the hb. Thanks for your help! Julian -----Original Message----- From: Scott R. Harris <srharris@phoenix.Pr...ceton.EDU> To: Julian Porter (...) (26 years ago, 21-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Basic Sensor Question
 
It sounds like you've got the switch between +5V and GND. What pins exactly are you connecting to? The sensor connections Are like this: _ _ _ G + I N 5 N D V P You dont need a resistor to use a microswitch. The HB inputs have pull-up resistors, so (...) (26 years ago, 21-Oct-98, to lugnet.robotics.handyboard)
 
  RE: RTOS for HB?
 
There is the Micro Kernel from Jean J. Labrosse. It's a free kernel readily available, also for the 68hc11. I have his book but haven't implemented the full kernel yet, only parts of it. Its well written and cheap. Look at: (URL) jaron paludanus (...) (26 years ago, 21-Oct-98, to lugnet.robotics.handyboard)
 
  Basic Sensor Question
 
I just got my HB and am trying to test the sensor input, the docs say to hook up the microswitch between signal and ground, when I do this and close the switch my hb resets (because I just shorted it out...). I tried putting a resistor (330 ohm) in (...) (26 years ago, 21-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Questions about sensors
 
Eric Noyau wrote: <snip> (...) The results you get from a reflective IR sensor will vary quite a lot depending on surface color, roughness, angle of incidence, electrical noise, etc. My IR sensors were not good for much of anything besides encoders, (...) (26 years ago, 21-Oct-98, to lugnet.robotics.handyboard)
 
  RTOS for HB?
 
To me is seems, that multitasking futures of IC is very insufficient. Is exist any small, inexpensive RTOS (real time operation system), that is tested for HB? I'm hear that RTXC, RTEK or MCX11 may be that RTOS. Is anybody tested some RTOS with HB? (...) (26 years ago, 21-Oct-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