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 / *8064 (-40)
  Re: HELP!! Dead board
 
You shouldn't be seeing voltages over 5v anywhere in the logic circuits. Test if the 7805 is producing more than 5v, or if the RAM circuit (which is on a separate regulator) has more than 5v. In practice I'd rarely see more than a 0.2v error from (...) (24 years ago, 30-Nov-00, to lugnet.robotics.handyboard)
 
  HELP!! Dead board
 
Hi, I've a dead board here and don't know what to do anymore... The following is happening: I can download the pcode to the board, but when I then try to reset the board, the IC message won't show up on the display, there won't be any beep, and IC (...) (24 years ago, 29-Nov-00, to lugnet.robotics.handyboard)
 
  expansion board ?
 
i am using the handyboard/expansion board and am using servos for movement i want to be able to have the motors stop in response to a pushbutton being pressed. the button is hooked to the digital in (port 7) on the handyboard here is my code for the (...) (24 years ago, 27-Nov-00, to lugnet.robotics.handyboard)
 
  sbasic11
 
has anyone used sbasic or any other form of basic on the handyboard and can they share there info on how to set it all up thanks Justin (24 years ago, 27-Nov-00, to lugnet.robotics.handyboard)
 
  Connect a wireless modem to HandyBoard?
 
Hi Everyone there! I am relatively new to the HandyBoard ( and for that matter, the robot scene in general ) I would like to know if anyone out there can advise me on whether it might be possible to connect a wireless modem to a HandyBoard? I was (...) (24 years ago, 27-Nov-00, to lugnet.robotics.handyboard)
 
  handyboard ?
 
can someone please post some example code of how to read the state of a pushbutton connected to one of the expansion board inputs i wish to use it to stop a motor routine also can anyone recommend a good cheap stepper controller for use with the (...) (24 years ago, 26-Nov-00, to lugnet.robotics.handyboard)
 
  Fun with HTML
 
I've started playing around a bit with HTML and I've been creating a web site of sorts. I invite you to visit it at (URL) so far there isn't enough content but I'm more able to update this site than my previous one. --Chuck (24 years ago, 26-Nov-00, to lugnet.robotics.handyboard)
 
  Problems with sonar
 
Hi I've tried to use the overflow flag to measure distances greater than 2.7m with the polaroid sonar. I've added the following line to the sonar_init(): bit_clear(0x1024,0x80); /* clear TOI, no Timer Overflow Interrupt */ I think the overflow flag (...) (24 years ago, 23-Nov-00, to lugnet.robotics.handyboard)
 
  serial comm again
 
Hi. Thanks to all who had answered... unfortunately, I am still facing difficulties..(maybe i am not good enough!) Anyway, I have another question to ask... When I tried to do a loop-back test by connecting the TD and RD pin of the handyboard (...) (24 years ago, 23-Nov-00, to lugnet.robotics.handyboard)
 
  Re: Reading encoder forward/reverse
 
(...) Hello Richard I think you should use a Gray code (consecutive decimal numbers are represented by binary expressions that differ in the state of one, and only one, one bit. Synonym: reflected or mirrored code). Its very simple for two bits: 00 (...) (24 years ago, 22-Nov-00, to lugnet.robotics.handyboard)
 
  Reading encoder forward/reverse
 
I would like to tell which way my optical incremental encoder is turning. It has two outputs, one offsett from the other. Is there any library around that can count and give direction? (the "encoders.c" functions seem to only count regardless of (...) (24 years ago, 21-Nov-00, to lugnet.robotics.handyboard)
 
  Re: Some Sonar Data
 
Excellent work! Gary Livick (...) (24 years ago, 20-Nov-00, to lugnet.robotics.handyboard)
 
  Some Sonar Data
 
A simple experiment I was doing earlier today showing the effects of delay between multiple pings of the sonar (to let echos die down, etc): (URL) a by-product, it has some kind of neat pictures showing the accuracy and such of the sonar, if you're (...) (24 years ago, 19-Nov-00, to lugnet.robotics.handyboard)
 
  Re: GP2D02 driver affecting motor outputs?
 
Well, since I wrote it, I suppose I should fix it. I need a day or so. Gary Livick (...) (24 years ago, 18-Nov-00, to lugnet.robotics.handyboard)
 
  GP2D02 driver affecting motor outputs?
 
I connect a motor to a motor output on my handyboard and it works fine. I start running the program found here: (URL) program continuously collects data from a GP2D02 sensor. A motor that is working before I start collecting data starts running at (...) (24 years ago, 18-Nov-00, to lugnet.robotics.handyboard)
 
  Commapi
 
I've been trying to use commapi to have my pc communicate with the HB. It seems to be more or less set up properly as I can send characters to the HB. There's a little oddity there as it seems to send an extra character to the HB. If I have just a (...) (24 years ago, 16-Nov-00, to lugnet.robotics.handyboard)
 
  polaroid sonar again
 
I think I have more of a problem with the my ranging module than before. I'm getting 2000 to 3000 ticks regardless of what's in front of the transducer. Earlier, I was getting various values. I did accidently turn the thing on without the tranducer (...) (24 years ago, 12-Nov-00, to lugnet.robotics.handyboard)
 
  Re: polaroid sonar
 
(...) In my experiments I have found that in using the Polaroid boards you have to be very careful of ground loops and making sure you give adequate time for the board to reset and that cap on the power line to recharge. I used to get a weird value (...) (24 years ago, 12-Nov-00, to lugnet.robotics.handyboard)
 
  polaroid sonar
 
I just hooked up a polaroid sonar module with the suggested capacitor, and it does work for the most part. Unfortunately about every 5th value (using the display_sonar function) is markedly different that the others, half the reading or so. Is this (...) (24 years ago, 12-Nov-00, to lugnet.robotics.handyboard)
 
  An analysis of Rich Drushel's lock_process() errors
 
An analysis of lock_process() errors. My lock_process(float sec) library code has some bugs in it. After some digging around in the pcode assembly source, and some test programs in IC, I have determined the cause of the bugs. What to do about them, (...) (24 years ago, 11-Nov-00, to lugnet.robotics.handyboard)
 
  Re: handy board serial port
 
Hi Michael, (...) It's not that hard you are thinking ! check out this document and you'll see it's not that hard ! (URL)Do I still need to reprogram the HC11 chip? I only need 9600,n,8,1 settings (...) Depends on what handshake you're using. (...) (...) (24 years ago, 9-Nov-00, to lugnet.robotics.handyboard)
 
  handy board serial port
 
Hi In regards with programming the serial port to talk to a mouse, if i only want to use the existing baud rate and settings to talk to a modem, can it be done? Do I still need to reprogram the HC11 chip? I only need 9600,n,8,1 settings which i (...) (24 years ago, 9-Nov-00, to lugnet.robotics.handyboard)
 
  can't get handyboard in download mode
 
Several of us in the Physical Computing lab at Parsons are working with HandyBoards running off laptops with Win98. We have been experinecing problems with getting the board to go into the download mode. The board crashed after we dowloaded files in (...) (24 years ago, 8-Nov-00, to lugnet.robotics.handyboard)
 
  Re: handy board serial port
 
you have to reprogram the serial configuration register. download the 68hc11 documentation at handyboard.com/techdocs/ and read the chapter on the SCI (serial communications interface). after poking new values into the SCI registers to get the (...) (24 years ago, 8-Nov-00, to lugnet.robotics.handyboard)
 
  handy board serial port
 
hi, i am trying to interface a mouse to the handy board to use as some sort of position control. I can read data from the serial port, but unfortunately I need to reconfigure the port, but I dont know how. The mouse transmits at 7bits 1stop bit, and (...) (24 years ago, 8-Nov-00, to lugnet.robotics.handyboard)
 
  bugs in Rich Drushel's lock_process() library
 
A couple of weeks ago, students in my Autonomous Robotics course found some bugs in my lock_process() library code. lock_process() and unlock_process() were intended to work like hog_processor() and defer(), except to allow a variable duration of (...) (24 years ago, 2-Nov-00, to lugnet.robotics.handyboard)
 
  RE: flow control with Switch
 
Hi Daniel, section 5.4 of the HandyBoard Technical Reference says that switch / case statements are not supported in IC. I do not know whether this has changed since it was released. <handyboard@media.mit.edu> escribió en el mensaje de noticias (...) (24 years ago, 31-Oct-00, to lugnet.robotics.handyboard)
 
  Recommendation for a robotics set.
 
crossposted from lugnet.robotics I should have added that,as I am already getting the HandyBoard, any sets containing lots of electronics (aka. Robotics Invention System...) are not the most interesting for me. I am looking for the structural stuff (...) (24 years ago, 31-Oct-00, to lugnet.robotics.handyboard)
 
  Handyboard power monitor
 
Has anyone attempted to build a batter/power monitor interface on the Handyboard? In reading the Mobile robots book it shows that that platform supports a battery monitor to an analog port. I would like to achieve the same functionality on the (...) (24 years ago, 31-Oct-00, to lugnet.robotics.handyboard)
 
  Re: IR Proximity Detector Kit
 
Yes, check out my web site nfn.no-ip.com/spazbot. It works great! I wrote the code to pull it off, it's not too hard. The code should be posted at lynxmotion, if it's not I can send you an example. (...) (24 years ago, 30-Oct-00, to lugnet.robotics.handyboard)
 
  Re: IR Proximity Detector Kit
 
(...) to (...) I've used similar 555/IR detector ones. They work fine, but you have to do a lot of filtering to "get the noise out". Because of that I wrote a PIC 12C508 program that handles the noise filtering and signal processing and just sets a (...) (24 years ago, 30-Oct-00, to lugnet.robotics.handyboard)
 
  Palm to Handyboard
 
Hey all, Does anyone have any information on getting a handyboard and a Palm device to work together? Has anyone done this? I'm looking to be able to reprogram the Handyboard from the palm device in the field, so I don't have to lug around a (...) (24 years ago, 30-Oct-00, to lugnet.robotics.handyboard)
 
  IR Proximity Detector Kit
 
Hi Has anybody ever used a IR Proximity Detector Kit from Lynxmotion to connect to the Handy-Board? (URL) (24 years ago, 30-Oct-00, to lugnet.robotics.handyboard)
 
  Re: First Internet Robot Contest
 
Right, no connection! Steve's "First Internet Robot Contest" has nothing to do with FIRST, the organization formerly known as "US FIRST," which is presently cooperating with LEGO in the "FIRST LEGO League" (FLL). Todd, thanks for allowing me to (...) (24 years ago, 29-Oct-00, to lugnet.robotics.handyboard, lugnet.robotics)
 
  Re: First Internet Robot Contest
 
(...) Fred, Steve, The word "First" here has nothing to do with FIRST[1], right? --Todd [1] (URL) (24 years ago, 29-Oct-00, to lugnet.robotics.handyboard, lugnet.robotics)
 
  First Internet Robot Contest
 
Hi all, If you're a hobbyist and you've built a cool robot, consider entering it in the First Internet Robot Contest. Prizes include LEGO Droid Developer Kits, a Handy Board, and other fun stuff. I'm on the jury -- but I did promise the organizer (...) (24 years ago, 29-Oct-00, to lugnet.robotics.handyboard)  
 
  BiM Transceiver to Handy Board Interfacing
 
Hello: I am trying to interface a Radiometrix BiM 433-F transceiver to the Handy Board. I have found some information regarding this matter on the HB's mailing list and other sites but they don't seem to have enough information. So far I have (...) (24 years ago, 29-Oct-00, to lugnet.robotics.handyboard)
 
  memory chip
 
Hi I am building a Handy Board from a PCB I have ordered by the Net, but I have some difficulties to find the 32K static CMOS chip here in France. Is it possible to replace/adapt with a more common one, or does it exist with another reference I (...) (24 years ago, 28-Oct-00, to lugnet.robotics.handyboard)
 
  Re: Hanging Problem
 
Hi ... can you post a copy of the code you're running? Also, it is safe to say that you don't think it's a hardware problem -- that generally your HB works OK? or, are you a new user, and it might be hardware-related? fred (...) (24 years ago, 27-Oct-00, to lugnet.robotics.handyboard)
 
  Hanging Problem
 
After running an IC thing on my board for about 10 minutes my handyboard decides to just freeze on me, I am spawning new processes, but I am ensuring I am killing these before I continue with my next round through the loop. I don't think I am (...) (24 years ago, 27-Oct-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