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 / *3274 (-20)
  Expanding the memory of the handyboard
 
A number of students that used the handyboard in our Mechatronics competition needed substantially more memory than the 16,320 bytes currently available. What options are there to add memory to the handyboard? Thanks to everyone who contributes to (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  Re: Interrupt for serial data
 
I have been using very successfully for two months now, the code in the attached zip file. It has Interrupt Driven Transmit & Receive functions, both are buffered. I found the code easy to adapt for my specific task. Messages can be "Canned", Fixed, (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  Re: Interrupt for serial data
 
I have been using very successfully for two months now, the code in the attached zip file. It has Interrupt Driven Transmit & Receive functions, both are buffered. I found the code easy to adapt for my specific task. Messages can be "Canned", Fixed, (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  Digital input cct
 
Hi there, I'm in the middle of building a handyboard and I'm having a lot of problems. I'm on part 7.2 (Digital Input cct) and the testdigitals(); function in hbtest.c doesn't respond to the start button. All the chips and RP1 are installed properly (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  Re: pa7 9600 serial output
 
(...) You have to re-write the bit_delay loop to take up four times as much time. Just multiply the delay count value by four, e.g., "LDAB #148". Fred (following is the 9600 code.) * take up 0.1042 millisecs * 208 cycles bit_delay LDAB #37 bit_loop (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  using the MC34064 LVI
 
Hello, This is a warning for anyone considering using the Motorola MC34064 to replace the DS1233. I have just built a couple handyboards and I had some problems getting them working. I finally tracked the problem done to the LVI. I used the MC34064 (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  Measuring PW
 
Has anyone been able to successfully use Thomas Hauri's PW measuring routines?? For some reason whenever I try to load them they crash my IC. Any thoughts?? Joshua Stark j-stark@uiuc.edu Aspiring Computer Engineering Major (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  L293D
 
where does the pwm go? ...the "cs" or the "in" pins? ---...--- ericson mar Master of Engineering Candidate Project: Mobile Robotics mar@cooper.edu (212)353-4356 Department of Mechanical Engineering The Cooper Union for the Advancement of Science and (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  Speech Synthesizers
 
I am wanting to add speech to the Handy Board. I am currently looking at interfacing a SPO256-AL2 speech synthesizer chip and have a very limited schematic that came with the chip many years ago. Does anyone have a nice set of schematics for doing (...) (27 years ago, 16-Feb-98, to lugnet.robotics.handyboard)
 
  Infrared port on the HB is not working: need help!
 
hello! I pulled out my HB today and rtied playing around with the IR port. it does not work for some reasons. I checked the remotes: they are still transmitting! Here are the steps I took: am I missing a step? 1. loaded sony-ir.icb 2. sony_init(1); (...) (27 years ago, 15-Feb-98, to lugnet.robotics.handyboard)
 
  pa7 9600 serial output
 
Hi, I'm trying to interface the FerretTronics Servo Controller Chip FT639, to the handyboard using PA7. How can i modify the pa7_9600.asm file to transmit at 2400 baud? thanks, phet (27 years ago, 15-Feb-98, to lugnet.robotics.handyboard)
 
  Re: 68HC11 modes
 
The handyboard has to stay in special test mode so that it can switch into and out of 'single chip' mode at will. This is necessary to operate the LCD (which uses either a clever or gross hack depending on your taste). If you are writing code using (...) (27 years ago, 14-Feb-98, to lugnet.robotics.handyboard)
 
  RE: encoders
 
(...) In my experience, it doesn't matter how slow the pulse is. The count is increased each time the analog port value crosses outside of the middle range defined by the two threshold values as shown below (please note that you'll need to view this (...) (27 years ago, 14-Feb-98, to lugnet.robotics.handyboard)
 
  RE: encoders
 
-----Original Message----- From: Will Bain [SMTP:willbain@cs.umt.edu] Sent: Saturday, 14 February 1998 12:50 To: handyboard@media.mit.edu Subject: Re: encoders (...) trouble.When I try to load the file fencoder0.icb I get a message that ic cannot (...) (27 years ago, 14-Feb-98, to lugnet.robotics.handyboard)
 
  Re: encoders
 
(...) trouble.When I try to load the file fencoder0.icb I get a message that ic cannot find the file.Any hints? (...) pulse or what dictates how the count is incremented. I think the file is named fencdr0.icb by default (not fencoder.icb). Maybe (...) (27 years ago, 14-Feb-98, to lugnet.robotics.handyboard)
 
  public apology
 
Yes -- I didn't think very hard and in retrospect it's fairly evident that Jan-Sipke's code is just the starting step. Sorry for being such a blunderhead. (Jan-Sipke and I have been exchanging some private messages and I think he's closing in on a (...) (27 years ago, 14-Feb-98, to lugnet.robotics.handyboard)
 
  Re: Sonar
 
If the diodes are getting hot, it does indicate a short. Fred In your message you said: (...) (27 years ago, 14-Feb-98, to lugnet.robotics.handyboard)
 
  Re: 9v lego motors
 
Everyone is complaining about the price of LEGO motors. There is a new product, a gear reduction motor, that is a great value. It is a super efficient DC motor with a built in gearbox that can be used for direct drive, or with one stage of gear (...) (27 years ago, 13-Feb-98, to lugnet.robotics.handyboard)
 
  Re: Interrupt for serial data
 
(...) Sipke obviously realizes that more work is needed, and justs want to get to step 1 first by recognizing the interrupt. That is exactly what I would do too. I've been thinking about writing an interrupt-driven serial receive routine too, but (...) (27 years ago, 13-Feb-98, to lugnet.robotics.handyboard)
 
  Re: Interrupt for serial data
 
Jan-Sipke, You're really pretty far away from having this work. It's not just a matter of redirecting the serial interrupt; when you get there, you have to: * store incoming character in a buffer * advance the buffer pointer * check the buffer for (...) (27 years ago, 13-Feb-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