| | door 2 x 7 x 7 frame part [DAT]
|
|
here is the jail cell door frame part the dat file is in the form of a mpd file with the door frame, door (made by chris dee) and a test to show the positioning of the door in the frame. 0 FILE dtest.dat 0 door test 0 author: Jonathan Wilson 1 0 -6 (...) (25 years ago, 24-Jul-99, to lugnet.cad.dat.parts)
|
|
| | Re: Homing with the IR Tower
|
|
(...) So far I have been using the tachometers mainly to find the mid-point of the signal band, so they don't have to be too accurate. The need of accuracy will arise when I use them for soda can detection. Let's see. I have posted my current design (...) (25 years ago, 24-Jul-99, to lugnet.robotics)
|
|
| | tachometer for Mindstorms mobile robot [DAT]
|
|
A rotation sensor is connected to a wheel to make a tachometer for your Mindstorms robot. The wheel is suspended in a way to maintain constant contact to the uneven ground. Build two of them, and connect them to each sides of the RCX. Enjoy. Cheers, (...) (25 years ago, 24-Jul-99, to lugnet.cad.dat.ideas)
|
|
| | Re: something is wrong with my handyboard
|
|
Chau, sounds like either (a) your LCD screen went bad, or (b) there is a bad connection betw the LCD screen and the rest of the HB. fred In your message you said: (...) (25 years ago, 24-Jul-99, to lugnet.robotics.handyboard)
|
|
| | Re: Technic Box #1
|
|
I would REALLY like to be in on this box! Paul Sinasohn (25 years ago, 24-Jul-99, to lugnet.market.jambalaya)
|
|
| | Re: Totally cool 310 foot rollercoaster for 2000
|
|
Has anyone ever built a Lego roller coaster?? Paul Sinasohn (25 years ago, 24-Jul-99, to lugnet.off-topic.fun, lugnet.build)
|
|
| | Re: Junk Box #1 Thread
|
|
OK...I'm in on this one too. Paul Sinasohn (25 years ago, 24-Jul-99, to lugnet.market.jambalaya)
|
|
| | Auction credit trade for pitchforks
|
|
Well, I'm not in a position to buy much nowadays, but I am about to add some more items to my JABA auction site, so I thought I would mention to anyone who doesn't already know that I want pitchforks - and lots of them. So if you have some, and see (...) (25 years ago, 24-Jul-99, to lugnet.market.buy-sell-trade)
|
|
| | Weak Motor
|
|
I have try to run the handy board using the standard DC 9V motor purchase from one of the vendors. However , it does not seem be able to move very well though i put it to 100% of its capacity. I am now working on a project to built a remote car (...) (25 years ago, 24-Jul-99, to lugnet.robotics.handyboard)
|
|
| | Re: HB Serial line speed change
|
|
Here is the relevant function. Note that it only works for baud rates up to 9600. void set_baud(int rate) /* For an 8 MHz clock */ { if (rate >= 300) poke(BAUD, 0xb0 | log2(9600/rate)); } You'll need regdefines.c (for the address of BAUD) as well as (...) (25 years ago, 24-Jul-99, to lugnet.robotics.handyboard)
|