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 / *4424 (-20)
  Does Karl Lunt's SBASIC work with HB?
 
Hi all, I just read a great article from Karl Lunt in a robotics magazine about beginning programming (exactly where I am) and the 68HC11. He mentioned that he has a basic compiler that you can download from his site. Does anyone know if this will (...) (26 years ago, 29-Sep-98, to lugnet.robotics.handyboard)
 
  nvram
 
is it posible to use an NVRAM lets say dallas a 32K in place of the regukar RAM to load the program and run it from there with out having to continually loading it?? thanks in advance FRED (26 years ago, 29-Sep-98, to lugnet.robotics.handyboard)
 
  Multi dimentional Arrays
 
Hi All, I am trying to write a code for fuzzy logic and using Matrix havig a size of 10X10, but it gives an error (stack overflow). When i reduce the size of matrix to 6X6 it works perfectly.I am using IC 3.0. Can I use a matrix having a size (...) (26 years ago, 29-Sep-98, to lugnet.robotics.handyboard)
 
  Down loading IC
 
Help please, I have just bought a pre-assembled Handy board, powered it up connected it to com2 on a dos PC and successfully downloaded IC. The problem now is that after that I disconnected all power to the board(including batteries), powered the (...) (26 years ago, 29-Sep-98, to lugnet.robotics.handyboard)
 
  Re: HB Serial Communication
 
yes, but you have to use the atypical "network style" cable if you are plugging two HB's together. see (URL) more info. f. In your message you said: (...) nt's serial code? (...) een two HBs and one of them turned off and smoke came from around the (...) (26 years ago, 29-Sep-98, to lugnet.robotics.handyboard)
 
  Running Assembly Programs
 
I am taking a course on HC11 assembly. I wanted to know how I can use the Handyboard (and/or the Miniboard, I have both) in this class. The course uses the Mot EV board and they use the PCBUG11 for everything. Please tell me the procedures and the (...) (26 years ago, 29-Sep-98, to lugnet.robotics.handyboard)
 
  HB Serial Communication
 
Hi, Is it possible for 2 HBs to communicate via the serial port using Randy Sargent's serial code? ((URL) not too smart in electronics so I plugged a standard telephone cable between two HBs and one of them turned off and smoke came from around the (...) (26 years ago, 28-Sep-98, to lugnet.robotics.handyboard)
 
  Re: My reset blues
 
I had the same trouble with the reset thing. In the manual it states that resetting the board is simply turning the board on and off, this should work. I've had the same trouble you've had. The thing that was impeding me was the fact that I was (...) (26 years ago, 28-Sep-98, to lugnet.robotics.handyboard)
 
  Help with electronic components.
 
Bonjour from france, I am a french user of the handyboard. I work in computing but I don't know many things about electronic (a minimum). I bought my HB by Gleason Research with the "Sensor/Motor Kit" and I first did a LEGO based robot. I am now (...) (26 years ago, 28-Sep-98, to lugnet.robotics.handyboard)
 
  +5v power supply dilemma
 
I have been attempting to run a circuit of my own design which requires both a 9.5-14v DC supply and a 5v DC supply from a 9.6v NiCad. I run the 9.6v straight to the part of the circuit which requires that voltage and that works fine. I then take (...) (26 years ago, 28-Sep-98, to lugnet.robotics.handyboard)
 
  Controlling motor speed/frequency
 
hi all does anyone know if there is a way where we can increase the output frequency of the motor PWM output? i did a test by typing " motor(0,50) " and connecting a probe to Motor 0 +ve and to the L293D gnd pin respectively. the reading on the (...) (26 years ago, 28-Sep-98, to lugnet.robotics.handyboard)
 
  Re: Handy Board newbie looking for ways to expand digital I/O
 
Try this: (URL) for up to 3 more 8 bit ports identical to the motor one. Thanks, Joe Hoffmann E-Mail jhoffman@it.sait.ab.ca (...) (26 years ago, 27-Sep-98, to lugnet.robotics.handyboard)
 
  My reset blues
 
Hi all, I have problems running my program after downloading it to my HandyBoard. After what Maz Rahm (thank you very much Maz Rahm) replied to Keith (thanks to you too Keith) that in order for the program with the main function in it, to run, I (...) (26 years ago, 27-Sep-98, to lugnet.robotics.handyboard)
 
  Handy Board newbie looking for ways to expand digital I/O
 
Hi all, I've started playing with the Handy Board last week and needed more digital outputs then provided. After a quick look at the schematics, FAQ's and the manual, I decided to disable the motor circuitry and use the latch mapped to address 0x0e (...) (26 years ago, 27-Sep-98, to lugnet.robotics.handyboard)
 
  Re: IC for the Commodore 64?
 
(...) Damn! I can't laugh. :) .---...--- . . . | Remi Desrosiers | "My Youth in Arcadia" ICQ# 7228856 | harlock@videotron.ca . remi.desrosiers@polymtl.ca . . (26 years ago, 26-Sep-98, to lugnet.robotics.handyboard)
 
  Penn State TrailBlazers Contest
 
Hi, If you are a student robot builder in the Philadelphia area (or anywhere for that matter), you may want to check out our new robot contest scheduled for Sat, Dec 5, 1998 at the Penn State Abington location. It is called "Robo-TrailBlazers" It (...) (26 years ago, 26-Sep-98, to lugnet.robotics.handyboard)
 
  IC for the Commodore 64?
 
Don't laugh, but is there a version of Ic for the C-64? ---phil (26 years ago, 26-Sep-98, to lugnet.robotics.handyboard)
 
  Re: Multitasking problems
 
(...) <snip> (...) I think I know what the problem is: Putting a start_process statement inside a loop like that is going to end up starting so many processes that the stack fills up almost instantly. I think you probably only need a single IRCheck (...) (26 years ago, 26-Sep-98, to lugnet.robotics.handyboard)
 
  Multitasking problems
 
HELP!! I keep getting this message whenever I try to multitask with my board: "Not enough stack memory for new process while executing main (process # 1)" The only things loaded are the hb libs, my code and the sony ir routines totally nowhere near (...) (26 years ago, 26-Sep-98, to lugnet.robotics.handyboard)
 
  Re: HB controlling robot.
 
I had the same trouble, all you have to do is specify a main() function in your ".c" file example: void main() { fd(1); msleep(100L); off(1); } this function will run once the handy board is turnned on. (...) a (...) and (...) to have (...) time. (...) (26 years ago, 26-Sep-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