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 / *4634 (-20)
  programming help.
 
hello can someone please tell me what does the following command line mean? bit_set(0x0e, 1 << (4 + motor)); i know that 0x0e refers to memory location $0E but how does bit_set work? is it similar to poke? and more importantly, what operation does (...) (26 years ago, 31-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Implementation question
 
Hi Ronald! Ok - my HB is working now. I got the right 1233-10 (10 means 10% of 5v - reset is going up on 4.5v). This seem to work better. Second thing is the 350ms delay seem to be necessary in normal reset. The second thing was that the power (...) (26 years ago, 31-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Voltage for the DC motor
 
hi, I noticed that the picture of the HB in the Web page is slight different from mine. There is no thick trace on my HB to be cut. However, the HB in the web page has a thick trace on it ? My version of the board is 1995, Fred Martin. Please help. (...) (26 years ago, 31-Oct-98, to lugnet.robotics.handyboard)
 
  Re: programming help.
 
(...) In binary 1 is represented by 0000-0001 1 << 1 is 0000-0010 aka 2 1 << 2 is 0000-0100 aka 4 1 << 3 is 0000-1000 aka 8 You get the idea? x << y means slide x to the left y times. motor is probably a number between 0 and 3. 4+motor is then a (...) (26 years ago, 31-Oct-98, to lugnet.robotics.handyboard)
 
  Bend/ Flex Sensor
 
Someone had inquired about Bend/ Flex sensors... There's one in the new JAMECO catalog: Flex Sensor Part No. 150551 for $10.95 (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Sonar Sensor Problems
 
Thanks for doing all this testing and reporting it to us. I do really appreciate it. And I'll vote for the low tech version: use two diodes... -- Eric (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Sonar Sensor Problems
 
(...) The dual sonar interface board is simply a small (1.5" sq. or so) experimenter's PC board from Ripoff Shack with the six power diodes, the one resistor, and three header plugs soldered onto it. One plug goes to the HB and the other two go to (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: DC motor voltage source
 
phillip: Pine 8 for the L293D is "Motor Power." There are two ways to get to this. 1) Pull the chip from the socket, lift the pin so it points straight up, then wire-wrap a new supply wire to this pin. Or scratch the trace leading to pin 8 U11 and (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  HB Pcode v3.2 Source... (Was: Motor output)
 
-----Original Message----- From: Eric Noyau <noyau@apple.com> To: William Bain <willbain@cs.umt.edu> Cc: handyboard@media.mit.edu <handyboard@media.mit.edu> Date: Thursday, October 29, 1998 8:39 PM Subject: Re: Motor output (...) <snip> (...) not (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  debug help
 
I just finished adding the motor output circuit to my HB. I have built and tested the interface board. I connected the interface board to the HB to download the test code to test the HB and I keep getting the "wrong port or board mode" error. Not (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Other LCDs
 
(...) I just did this. First you need the source code for IC, the compiler, and apparently Unix since the source code requires some pre-processing and the script to do that works under Unix (which I don't have). An alternative method requires the (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: IR Detection
 
Transmission and reception of IR data is quite different from using IR just to bounce it off obstacles to detect their presence. To exchange data with IR you will almost certainly have to use interrupt driven assembler code which can be very (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: IR Detection
 
(...) Hi Will: What you say might be the reason for my problem hence I bought a matched IR emitter and detector pair from Radio Shack and tried the same thing. Here again, the emitter is sending the signal but the detector is not able to see it. I (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Motor output
 
(...) Well, I'm cheap ;^) I'm using the free version. I might be lured into buying the commercial version: I'd sure love to have structs and multidimensional vectors. I think I will miss function pointers... Is there any source coming with the (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: IR Detection
 
(...) The Sharp IR detector is designed to respond only to modulated IR signals. The card from Radio Shack will indicate whether the LED is illuminated, but it won't tell you whether it's modulated at the proper frequency. Perhaps that could be the (...) (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Motor output
 
On Wed, 28 Oct 1998, Eric Noyau wrote: <snip> (...) way into the supported release of the pcode and libraries? This is a real improvement over the standard one... I believe that IC version 3.2 includes the PWM stuff already. --Will (26 years ago, 30-Oct-98, to lugnet.robotics.handyboard)
 
  Smooth PWM in C
 
L.S. I wonder if anybody has got the smooth pwm routines in C? This would help me a lot understanding this particular bit and adapting it to my own needs... Thanks, Jaron Paludanus (26 years ago, 29-Oct-98, to lugnet.robotics.handyboard)
 
  Re: Voltage for the DC motor
 
from the FAQ: Using a Separate Motor Power Source: (URL) Eric (...) (26 years ago, 29-Oct-98, to lugnet.robotics.handyboard)
 
  IRDA and Handyboard?
 
Hi all, Electronics Goldmine has some notebook pc IRDA ports for $2! (URL) I think it would be Great to use a couple of these to get 2 Handyboards to talk with eachother. Or, get one handyboard to talk with my Notebook PC (which already has an IRDA (...) (26 years ago, 29-Oct-98, to lugnet.robotics.handyboard)
 
  Config Register error
 
When I download the pcode file using either HBDL or DL the pcode itself is loaded successfully but I then get an error from both programs saying the config register is set to 0xFF. I retried several times but the config register always reads 0xFF. I (...) (26 years ago, 29-Oct-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