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 / *7754 (-20)
  Did I fry my Polaroid unit?
 
Today, I started trying to use my Polariod Sonar unit pulled from a Polaroid OneStep Sun 660 Camera. I didn't get the hang of it the first time. I desoldered the connector and put on wires. Then I plugged it in backwards. Oops. The chips started (...) (24 years ago, 3-Jun-00, to lugnet.robotics.handyboard)
 
  Where to find program examples?
 
Hi I recently purchased a Hb, does anyone know where I can find examples for programming it? Also is the IC code for the rug Warrior the same as the IC for the HB? Thanks -Mike (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
 
  Re: Ic question
 
As far as I know, the infinite loop construct is the way to do it. However, you can have multiple processes, each waiting on a sensor, each running in an infinite loop, each using the defer() function to allow switching between processes when (...) (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
 
  Sharp GP2D12 & Sony IR Receiver
 
Is there SOMEONE that can run SHARP GP2D12 analog sensor when using IR RECEIVER? I couldn't achieve that. The sensor can give satisfactory results it is used without alone. I can also get data of a sony remote controller from the ir receiver when (...) (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
 
  Ic question
 
I have been playing around with my handy in command line for a little while now. It seems like the only way I can get it to start doing something when a sensor is activated is to have it in an infinite loop waiting for that sensor to be pressed. For (...) (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
 
  Re: Got my Handy, now what?
 
(...) The The Handy Board Technical Reference has encoder information for you. The ones I use are the QRB1114, and they are just two or three dollars each. The Reference shows you how to wire them. See (URL) encoders mentioned provide an analog (...) (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
 
  Got my Handy, now what?
 
I ordered my Handy Board today, and am going to install it in an ice cream bucket named "BucketBot." (Better name? Please?) Well I know that I'll be hooking up my GP2D12 to it, and a sonar module (Polaroid 6500 hacked out of a Polaroid Sun 660 One (...) (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
 
  Re: XC68HC11F1B4 Pin assignments
 
in article 393601FD.1DF@hemo.net, Zele at 4n7ax@hemo.net wrote on 5/31/00 11:26 PM: (...) I found the documentation for the MC68HC11F1 series on the Motorola web site at this URL: (URL) documentation is in an 848k PDF file: (URL) picture you're (...) (24 years ago, 31-May-00, to lugnet.robotics, lugnet.robotics.handyboard)
 
  XC68HC11F1B4 Pin assignments
 
Hello, I have few XC68HC11F1B4 in 64-pins plastic SDIP, but can not find any data about pin assignments for this chip. Can somebody to help me with it ? Please e-mail to: 4n7ax@hemo.net Z. Ristic (24 years ago, 31-May-00, to lugnet.robotics.handyboard)
 
  XC68HC11F1B4 Pin assignments
 
Hello, I have few XC68HC11F1B4 in 64-pins plastic SDIP, but can not find any data about pin assignments for this chip. Can somebody to help me with it ? Please e-mail to: 4n7ax@hemo.net Z. Ristic (24 years ago, 1-Jun-00, to lugnet.robotics, lugnet.robotics.handyboard)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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