Search the web
Sign In
New User? Sign Up
basicstamps · BASIC Stamps
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16381 - 16410 of 46953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16381
Hi there, for applications like this I prefer the COUNT command. If you dont't have to measure in very small intervals, which I guess is not so when you are ...
ulibasic
fippi2001
Offline Send Email
Nov 1, 2001
8:58 am
16382
Hi there, let me throw myself in for qprox here. After hesitating for some weeks I finally followed the groups advice and got me one. They are simply ...
ulibasic
fippi2001
Offline Send Email
Nov 1, 2001
9:08 am
16383
Hi John, what about a reed-switch close to the shaft and a little magnet on the shaft? Or a LED LDR-thing counting slots? Just two ways, maybe there are more...
ulibasic
fippi2001
Offline Send Email
Nov 1, 2001
9:08 am
16384
Hi, There are Manchester Encoding Decoding chips you can use. Checkout: http://www.intersil.com/data/FN/fn2/fn2959/FN2959.pdf ...
peter verkaik
peterverkaik
Offline Send Email
Nov 1, 2001
10:04 am
16385
Thanks about that I will try that too. will that work on the basicstamp 2? ... From: ulibasic <ulibasic@...> To:...
Doug Heckaman
tad@...
Send Email
Nov 1, 2001
12:53 pm
16386
Hi Kevin: Typically there are two ways to do regenerative braking in industrial systems for both AC and DC motors run off adjustable speed drive technology. ...
Gerry Shand
gerrywshand
Offline Send Email
Nov 1, 2001
2:00 pm
16387
Ray- Assuming this truth table: last this desired time time result 0 0 0 0 1 1 1 0 0 1 1 0 And...
S Parkis
steve_in_nevada
Offline Send Email
Nov 1, 2001
2:36 pm
16388
... The easiest implementation would be to put a bridge rectifier across each electric motor, with the AC terminals connected to the motor terminals. The +...
Beau Schwabe
bschwabe@...
Send Email
Nov 1, 2001
3:02 pm
16389
I'm trying to drive SSRs with my Stamp2. When I drive the 4th one (at the same time), the stamp goes to reset. Is there a way around this like buffering. Can...
Rick Heine
rick_heine
Offline Send Email
Nov 1, 2001
5:41 pm
16390
Yea, we can't use the chips because we would be over budget with our design project. We are trying to find a way to code it. Anyone have any other ideas? ...
debu_sen_22@...
debu_sen_22
Offline Send Email
Nov 1, 2001
6:08 pm
16391
Try with the freqout command, Works well I used it to do distance measurement. :D ... De: Astro Fizzix [mailto:astro_fizzix@...] Enviado el: Miércoles,...
Carlos F. Rodriguez M.
ssjg2@...
Send Email
Nov 1, 2001
6:11 pm
16392
The Stamp Project for November is now available: http://www.al-williams.com/awce/som.htm Enjoy! Al Williams AWC...
Al Williams
wd5gnr
Offline Send Email
Nov 1, 2001
6:14 pm
16393
Rick, Your reset problem may be caused by excessive currents on the Stamp's outputs used to drive the SSRs, or the Stamp's power supply voltage is dropping to...
speedracer828410@...
jxmckie
Offline Send Email
Nov 1, 2001
7:14 pm
16394
Offload the task to a 555 running at 40KHz, the 555 will easily drive the LED, can be easily controlled by the stamp. Frees up the stamp to do other things. ...
iceninevt@...
iceninevt
Offline Send Email
Nov 1, 2001
9:25 pm
16395
I read somewhere how you could stop the repeated cycling of a pin, which when held in a HIGH state is set to LOW for a very short duration, as the BS2 does its...
jimdmartin@...
satellitejim
Offline Send Email
Nov 1, 2001
11:51 pm
16396
If what you're experiencing is the Stamp Watchdog Timer (used during certain low-power modes), a possible solution would be to pull the pin high through a...
jonwms@...
jonwms62
Offline Send Email
Nov 2, 2001
12:01 am
16397
... Hi Jim, Exactly. However, the pins do not go LOW. They become inputs. That is an important distinction. The usual solution is one of the following: 1)...
Tracy Allen
emesys2001
Offline Send Email
Nov 2, 2001
12:21 am
16398
Hi, Take a look at the following link http://www.mycal.net/projects/digital/encode.html It provides program samples in C and a simple cheap circuit to filter...
peter verkaik
peterverkaik
Offline Send Email
Nov 2, 2001
2:30 am
16399
Hi, I would like to use Pulsin and Pulsout with an 8 x 8 switch matrix. If I generate 8 different pulse widths on the 8 columns, is it possible to use Pulsin...
dean1888@...
dean1888
Offline Send Email
Nov 2, 2001
2:33 am
16400
You cant do two things at once on the stamp. it can do only one thing at one time. when the pulseout gets done then it does the next thing on the list. ... ...
Doug Heckaman
tad@...
Send Email
Nov 2, 2001
3:04 am
16401
you could use a gosub routine on a state change, see if the pin has changed back, if not return. On Wed, 31 Oct 2001 20:16:36 -0500 "Ray Gonzalez"...
kelvin l schroeder
lewistanor
Offline Send Email
Nov 2, 2001
3:21 am
16402
Hi all, I am trying to set up some serial communication between a BSII and an PIC16F84 for my current project. I have found some code to do serial coms in...
jamesfit@...
wlgjafi
Offline Send Email
Nov 2, 2001
3:25 am
16403
You shouldnt have to convert to ascii try using the dec2 modifier in front of your variable ie(serout pin,baud,[254,120,dec2 variable] If your using an lcd...
kelvin l schroeder
lewistanor
Offline Send Email
Nov 2, 2001
3:37 am
16404
it looks like your using a bs1, have you tried to incorporate the button routine in your program it will do what you want if your program isnt to big On Thu, 1...
kelvin l schroeder
lewistanor
Offline Send Email
Nov 2, 2001
3:47 am
16405
the start bit is not actually a bit it is the first transition from high to low and is called a mark. I had a project that used the exact same chip. I have...
kelvin l schroeder
lewistanor
Offline Send Email
Nov 2, 2001
3:56 am
16406
Build an optical encoder, its simple to do and the device can bu used for alot of other projects...
kelvin l schroeder
lewistanor
Offline Send Email
Nov 2, 2001
4:12 am
16407
Hi there, I need to measure the resistance of 64 LDR close to simultaneously with my BSII. Does anybody know how I can do this kind of thing? Thanks, Daniel W...
danielixto@...
danielixto
Offline Send Email
Nov 2, 2001
6:36 am
16408
Hi, Please specify a bit more on the following: - your ultimate goal, i.e do you want the light vs. resistance curve, or just find matched pairs, or what? -...
peter verkaik
peterverkaik
Offline Send Email
Nov 2, 2001
8:11 am
16409
John, If you want something crude and dirty, you may try painting the shaft a flat black with several equally spaced glossy white lines. You then may be able...
tbanez@...
tilrock
Offline Send Email
Nov 2, 2001
9:06 am
16410
That's a tall order. The Stamp really likes to do one thing at a time. Even with a PAK-III or IV (which has RCTime commands) they will only do 1 at a time too....
Al Williams
wd5gnr
Offline Send Email
Nov 2, 2001
1:25 pm
Messages 16381 - 16410 of 46953   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help