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 / *1509 (-20)
  SPI Routines in IC
 
Anybody have any routines or know of any published information for using the SPI with IC for: ...use with Dallas Semi's serial real time clock - DS1202 ...use with 12 Bit serial A/D - LT1298 ...use with Dallas semi's Thermomerter - DS1620 Thanks a (...) (28 years ago, 21-Feb-97, to lugnet.robotics.handyboard)
 
  Re: Digit outputs....
 
Rather than trying to figure out the hex for the bits, I use the IC binaray number format, "0b". I set the bits using a binary mask, for example, to set the MOSI pin high, I use: bit_set(0x1008, 0b00001000) then to set the MOSI pin low, I use: (...) (28 years ago, 20-Feb-97, to lugnet.robotics.handyboard)
 
  Digit outputs....
 
I've tried to program the digital outputs from the SPI header J6 on the HB with no success. I pump the values into the HB as per instruction form the FAQ note and measure the 4 outputs. No high/low, just some sort of oscillation. What could be my (...) (28 years ago, 20-Feb-97, to lugnet.robotics.handyboard)
 
  Re: Motors & handyboard
 
(...) This is also excellent advice. On one R/C car I had, I ended up having to simulate the signal input to the controller because the h-bridge was so screwy but it does save you from having to build your own. On a related note, Radio Shack sells (...) (28 years ago, 19-Feb-97, to lugnet.robotics.handyboard)
 
  Re: Motors & handyboard
 
(...) Why not use the H-bridge that is already on the bulldozer? If you work backwards throught the motor driver circuitry, or use the RF controller to send commands to the dozer and see what voltages change you can figure out where the inputs to (...) (28 years ago, 19-Feb-97, to lugnet.robotics.handyboard)
 
  Re: running .s19
 
shouldn't you be going into expanded mode, not single chip? (...) (28 years ago, 19-Feb-97, to lugnet.robotics.handyboard)
 
  Re: running .s19
 
does your program to anything else other than attempt to leave special mode? You could have it write a value to the motor address ($7000); that would be a more visible indication that it is running. BTW, why is your first instinct to take it out of (...) (28 years ago, 19-Feb-97, to lugnet.robotics.handyboard)
 
  running .s19
 
Hello, I am trying to use normal .asm files assembled with as11 on the handy-board. I am not using IC. Although my .s19 file downloads fine I don't think it is being run. My code begins at $D000. I use an ORG statement to set $BFFE:$BFFE to $D000. (...) (28 years ago, 19-Feb-97, to lugnet.robotics.handyboard)
 
  Re: Polaroid Sonar
 
Sriram, (...) It is on the outer edge of the module neer the ribbon cable connector. Its exact location is indicated by a circle with a + sign to indicate the polarity. (...) I simply (temporary) soldered to the connector at the end of the ribbon (...) (28 years ago, 18-Feb-97, to lugnet.robotics.handyboard)
 
  reset vector
 
(...) Since the Handyboard runs in "special test mode", the vectors are in the $BFxx page. Therefore, you'd want to use $BFFE:$BFFF. -- Randy ---...--- Randy Sargent Newton Research Labs Senior Design Engineer Robotic Systems and Software (...) (28 years ago, 18-Feb-97, to lugnet.robotics.handyboard)
 
  Re: Motors & handyboard
 
(...) It has been my experience that it is easier to change the drive circuitry than it is to change the motors. The circuitry is just solder and chips, the motors are mechanical tooling. Driving the Tamiya BullDozer from the HB is certainly (...) (28 years ago, 18-Feb-97, to lugnet.robotics.handyboard)
 
  reset vector
 
Hi, I am trying to run a basic assembled .asm file on the handy-board without IC. Since the board doesn't have a reset button, do I use the power on reset (turning board off/on) vector location of $FFFF:$FFFF to indicate the start of my code? -Luke (28 years ago, 18-Feb-97, to lugnet.robotics.handyboard)
 
  Polaroid Sonar
 
Recently got my OEM kit from Polaroid Corp. In the readme file which i ftped from cherupakha.media.mit...trib/kent, it says "for robust operation solder a 0.01uF cap to C7 of the ranging board." I browsed through the schematic and component layout (...) (28 years ago, 18-Feb-97, to lugnet.robotics.handyboard)
 
  Re: HELP!
 
when using DLM, does the downloader make it to the second stage of the download, indicating "synchronized"? also, when attempting to download "config0c.s19," do you give DLM the command line flag indicating to burn EEPROM and not RAM? you must tell (...) (28 years ago, 18-Feb-97, to lugnet.robotics.handyboard)
 
  Re[2]: expansion board
 
Actually I wanted an analogue signal giving some idea of distance. I've done it with a 555 oscillator for illumination, and an opamp demodulator circuit. I was thinking that this might be useful on the expansion board. Richard ___...___ Reply (...) (28 years ago, 18-Feb-97, to lugnet.robotics.handyboard)
 
  Re: downloading
 
(...) Did you run the strip_cr utility on the .S19 file to make the file's lines end correctly? * Michael L. Ross/C33 | Lockheed Martin Eng & Sci Svcs Co. **** * Robotics Department | 2400 Nasa Rd. 1, Houston, TX 77058***** * (281)333-7094; (...) (28 years ago, 17-Feb-97, to lugnet.robotics.handyboard)
 
  HELP!
 
I hope that someone reading this can please help me with a problem that I am finding difficult to solve. I have completed section 4.3 "Micropro and Oscilaator cct" and confirmed that the oscillator is running. However after section 4.4 "Serial line (...) (28 years ago, 17-Feb-97, to lugnet.robotics.handyboard)
 
  problems downloading own .asm
 
Look at the .s19 file, and see if it's downloading anything between 0 and FF. (You should be able to stare at your .s19 file and the pcode for a while and figure out the 4 hex bytes which contain the address for a line). Downloading something to the (...) (28 years ago, 17-Feb-97, to lugnet.robotics.handyboard)
 
  Re: Motors & handyboard
 
(...) What is 20? (...) Current meters have an internal resistance. The lower the current range the larger the resistance --- even with digital current meters. Some typical values For example: Digital Analogue Current Range R_meter R_meter 200 uA (...) (28 years ago, 17-Feb-97, to lugnet.robotics.handyboard)
 
  downloading
 
HI, I cannot get any .s19 file except for pcode_hb.s19 to download to the handy-board. This downloads and when I run IC it all works fine. The .s19 file I would like to download is just a normal .asm file assembled with as11.exe. I am just putting (...) (28 years ago, 17-Feb-97, 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