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 / *2299 (-20)
  Interrupt driven serial
 
Anybody have any sample code for interrupt driven serial output. I need to send out 3 bytes and have the SCI interrupt occur after each byte. Thanks! -John (27 years ago, 10-Jun-97, to lugnet.robotics.handyboard)
 
  Re: Dissecting a mouse for the Handyboard
 
I opened a mouse a while back. Although I was kinda young at that time, I believe what I saw was two incremental quadrature encoders (from what I remeber visually). One encoder is for the X axis and one for rhe Y axis. The mouse I opened had slotted (...) (27 years ago, 10-Jun-97, to lugnet.robotics.handyboard)
 
  Programing prob.
 
Trying to figure out writing in 'C'. If anyone could help it would be great. I have included my code but it needs alot of work!! I am using the Handyboard w/ LEGObug and I can't figure out how to put the motors in a loop and also have the two touch (...) (27 years ago, 10-Jun-97, to lugnet.robotics.handyboard)
 
  SONY-TX.ICB
 
Has anyone tried to use SONY-TX.ICB with any luck? I get the icb loaded just fine and can get it to trigger the ir output test led (the little red one) with nothing plugged into the connecter, but when I plug an ir led into the jack and run the (...) (27 years ago, 10-Jun-97, to lugnet.robotics.handyboard)
 
  Re: Dissecting a mouse for the Handyboard
 
(...) (URL) at the "Loboto-Mouse (tm)" section on the first page. Cheers, Michael A. Tyborski WebWerx Milwaukee, WI (27 years ago, 10-Jun-97, to lugnet.robotics.handyboard)
 
  Dissecting a mouse for the Handyboard
 
Hi All, Has anyone dissected a PC Mouse, and interfaced it with the Handyboard, to use it as a directional and speed indicator. Any information on how the mouse works or how it can be used with the handyboard would be appreciated. Thanks Michael (27 years ago, 10-Jun-97, to lugnet.robotics.handyboard)
 
  RE: HBDL still not working with win95...
 
Try going to the shutdown menu for Win95. Select restart in Msdos mode. Once the system gives you the dos prompt, try hbdl again. (...) may take a min but how much speed do you need?... if that works... try 19200, 38700, blah blah blah... (...) (...) (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  magnetic card devices
 
I need to read a magnetic card device from a Handy Board, and i don't know how this device send me the read data. Can anyone hel me about that??? Thanks for all . [sorry for my english . Me Tarzan , you Shane ... ;>) ] Germán Gentile. (...) (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  Handy Board Weight
 
Hmm.. Seems my reply address was wrong in my original message, so i'm re-posting this with the right address. (Thanks Fred for pointing this out). I'm working with a robot where weight is very important. I was wondering if anyone had the exact (...) (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  Re: System Interrupts & frequency counting
 
(...) Paul, What you want to do is easy. All you need to do is get a small assembler routine which uses the Input Capture feature. Set the IC via registers to trigger when a rising pulse begins, it will stash the time and strigger an interrupt. Then (...) (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  Re: System Interrupts & frequency counting
 
(...) I'm unfamiliar with the workings of IC, but if your interrupt service routine is sufficiently short, and you don't reset the interrupt mask to enable recursive interrupts, you shouldn't notice the difference. You asked if there was a more (...) (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  System Interrupts & frequency counting
 
I'm in the middle of planning/writing a small program that will read a digital input to determine it's frequency & pulse width. I thought it'd be nice to have this part of the program (in assembly) running off the system interrupt so that these (...) (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  Handy board weight
 
I'm working with a robot where weight is very important. I was wondering if anyone had the exact weight of the Handy board, Miniboard and the Nicad battery pack that the Handy board uses? Thanks, Daryl Boyd (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  Maze madness
 
Maze-running competitions are one of the earliest ways used to test mobile robots. They force developers to build mechanical mice that quickly learn the most effective path to a goal and reach it in the shortest time. The mazes range from tabletop (...) (27 years ago, 9-Jun-97, to lugnet.robotics.handyboard)
 
  Re: Shaft Encoder
 
(...) Here are two articles that may help you do direction sensing: Improved tachometer eliminates backlash by Andrew Dart EDN March 31, 1987 Page 210 Tachometer circuit reduces parts count by William McClelland Shows an improved circuit based upon (...) (27 years ago, 8-Jun-97, to lugnet.robotics.handyboard)
 
  serial io again...
 
(...) Nevermind folks, I figured it out. It was my setup of the com port in TurboC. Here is the code I used to solve the problem if anyone is interested... #define PORT1 0x2F8 /* com2 */ void initialize_comport(void) { outportb(PORT1+1,0); /* turn (...) (27 years ago, 8-Jun-97, to lugnet.robotics.handyboard)
 
  Shaft Encoder
 
Hi, Do anyone know how to connect up two channel shaft encoder and able to read in the direction of turning? Please help... Johnny (27 years ago, 8-Jun-97, to lugnet.robotics.handyboard)
 
  RE: HBDL still not working with win95...
 
2 things to try... first... slow down the baud... 9600 should be fine for a 64k program... it may take a min but how much speed do you need?... if that works... try 19200, 38700, blah blah blah... if neither of those work... jump into your bios and (...) (27 years ago, 8-Jun-97, to lugnet.robotics.handyboard)
 
  HBDL still not working with win95...
 
Big thanks to everyone who respnded to my original question. I have essentially ruled out an IRQ conflict. I have a PS/2 mouse (IRQ 12) and only com1 (serial port) and com2 (modem) are enabled. HBDL always returns the addressing error while (...) (27 years ago, 8-Jun-97, to lugnet.robotics.handyboard)
 
  Serial IO
 
I am trying to get my handyboard communicating with a TurboC program through the com2 port on my computer. I have been attempting to use the routine found in serialio.c on the website. Say I have an infinite loop setup on my handyboard that looks (...) (27 years ago, 8-Jun-97, 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