To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  Search Results: clear horse
 Results 2001 – 2020 of about 12000.
Search took 0.01 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  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)
 

clear
(score: 1.096)

  Re: Brickworld Announcement - Area Attractions and Food
 
(...) major snipage! (...) Well pointed out Brickworld team! I would like to add that in addition to the long list above there is sooo much more. ILLINOIS railroad museum-- (URL) This is literally one of the top 5 railroad museums in the United (...) (18 years ago, 15-Mar-07, to lugnet.events.brickworld)
 

horse
(score: 1.096)

  Re: BrickWorld 2007 - who's getting paid?
 
(...) This whole "profit" "non-profit" conversation is a straw man. AFAIK there have never been any "non-profit" organizations putting on LEGO fests. Non-profit is a category of organization with a specific legal status. What this whole thing boils (...) (18 years ago, 15-Mar-07, to lugnet.events.brickworld, FTX)
 

horse
(score: 1.095)

  Re: IR Collision avoidance
 
The part number on the device from Radio Shack is "GP1U52X". In our earlier discussions, I thought I made it clear that I was using "the Radio Shack IR detector module", although I may not have quoted the number. If Sharp makes a module without the (...) (28 years ago, 4-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.095)

  re: ztx614
 
On Wed, 19 Mar 1997, Stefano Nardone wrote (...) Thanks! that was not clear, where did you find info on j7? Is there a IR transmitter in the parts list? I didn't see one? Do you know what to use for a transmitter? thanks, jm (28 years ago, 19-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.095)

  SPI Interrupts (Vector2X)
 
I am at it again! I am trying to get the Vector2X working on the SPI bus of the handy board. I have read the docs, and they seem to make sense, however, I cannot get the code to work. I have the Vector2X running as a master, my assumption is that (...) (28 years ago, 26-Feb-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.095)

  Re: MOC: Terraced houses
 
(...) When they were built, as cheap housing for factory workers in new industrial towns, there were often acres and acres of them. Not a blade of grass in sight. Yes, the kids played in the street - but then, all traffic was horse-drawn and there (...) (18 years ago, 21-Mar-07, to lugnet.town)
 

horse
(score: 1.095)

  motor voltages
 
Hi, This is in response to the question about motor voltages posted earlier tonight. Check out the archives. Late last week I posted a similar question and got some good responses about wiring the HB for two power supplies and using diodes. I have (...) (28 years ago, 1-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.095)

  IR xmitter/receiver idea.
 
Heres a IR xmitter/receiver idea for you; I've seen this approach used in equipment and it works very well, I'm not sure how well it will work for robotics but believe it can be adapted. This is difficult to explain but easy to build, so hang with (...) (28 years ago, 3-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.094)

  Vector2x SPI interrupt driven code
 
Well it works. A couple people have asked for it. Turns out the stupid V2X docs are wrong again! Like the product, but bad docs will kill it! Even if you don't have a V2X, I have seen enough traffic asking about using the SPI for things on the HB, (...) (28 years ago, 5-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.094)

  Re: Miniland Models To Be Auctioned For Charity
 
(...) Funny! I remember that funny horse model, sitting at the now defunct shows and events building in Enfield, waiting to be repaired, the legs were way to slim to carry the weight of the body. Plus the steel piece kept breaking. That was 10 years (...) (18 years ago, 4-Apr-07, to lugnet.legoland.california)
 

horse
(score: 1.093)

  Re: sonar help..
 
Sriram, It looks as though the diagram you have is correct. I should warn you that I have a sonar board in which the cable was put on backward by Polaroid manufacturing. There is a manual that you should have for the ranging unit. In the manual (pg (...) (28 years ago, 16-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.093)

  Once upon a time...
 
Hi all! I have bought a Playmobil set, which is beautifully made. Actually inspired by that set A Cinderella Story is the result. For those, who wish not to read the whole story, here's a link to the gallery: (URL) (after moderation) (URL) Once upon (...) (18 years ago, 1-Apr-07, to lugnet.town, FTX) !! 
 

horse
(score: 1.093)

  Re: Gig
 
(...) Thank you Jonathan, I will follow your suggestion. However what I would really like to do is this: (URL) Christian (18 years ago, 8-Apr-07, to lugnet.town, FTX)
 

horse
(score: 1.092)

  Re: SPI port config???
 
Hi Adam, I am not certain by poking the register 0x1009 (or DDRD reg) alone could provide the clean work. The function of this register is also depending on SPE bit in the register 0x1028 (or SPCR) according to the manual. I believe you could (...) (28 years ago, 27-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.092)

  Re: IR Subsystem confusions.
 
(...) The handyboard consists of an IR transmitter and detector circuits. The purpose of the transmitter (when connected thru the infrared LED) is to produce infrared light waves at particular frequencies. This frequency is controlled by R4 and C6 (...) (28 years ago, 28-Mar-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.092)

  Re: Digital Outputs
 
Gordon, The steps on how to turn the SPI into 4 digital outputs are in the HB FAQ - off the top of my head I think it goes something like this.... poke (0x1009, 0x3c); /* set the 4 DDR bits for SPI (reg D) */ bit_set(0x1008, 0b00000100); /* set MISO (...) (28 years ago, 1-Apr-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.091)

  Re: BCD
 
Mar, The half carry (H) bit in the CCR sets if there is a carry from bit 3 to bit 4: in other words when there is a carry from the low hex digit to the high hex digit. Only the DAA instruction is affected by the state of H. For example: LDAA #$5A (...) (28 years ago, 3-Apr-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.091)

  Re: Mini SSC - Scott Edwards
 
(...) Stop the presses! You should have gotten documentation with the SSC but since you are apparently missing it (and its small anyway) the relevant information is that the Mini-SSC uses a serial interface to control its servos. You must send down (...) (28 years ago, 4-Apr-97, to lugnet.robotics.handyboard)
 

clear
(score: 1.091)

  Re: Where's Josh - Minifig Jambalaya box update....
 
(...) I'm here. Sorry, Aaron, I meant to write to you last night, but I've been really busy. Anyway, I got the box and it is on its way to the next person. It was mailed yesterday. I took some torsos, helmets and horse accessories and I added a (...) (18 years ago, 12-Apr-07, to lugnet.market.jambalaya, FTX)
 

horse
(score: 1.091)

More:  Next Page >>


©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR