Dear Vetri, Thanks for your reply. No, I didn't plan on using electronics for starting the pulse and stopping it when the reflected light returns". I thought...
Leroy Hall
leroy@...
Sep 1, 2002 12:21 pm
24292
... as ... I use the LP2950ACZ-5.0 micropower voltage regulator with the ADXL202. 100 ma, low quiescent current, low dropout, 20 ppm/C deg stability. ...
I'm very new to this basic-stamp stuff, but have been programing for quite some time (mostly web stuff, php+mysql, but some c,c++,c#,basic). My question is: ...
The BASIC Stamp has a useful command called BRANCH that can be used to replace several IF-THEN statements. For robotics projects, I typically setup my program...
Basic Stamp = Powerful Walking Robot!!! http://groups.yahoo.com/group/toddler_robot/ Purchase or build your own - we give free details... Join Now! ...
Hi Gregg, The software answer is to do all your work in the 20mS or so that the servos do not require pulsing. So if you need to send, say a 1.5mS pulse you...
... You could try this: order a ATTiny12 from Digikey. This is an AVR cpu that has 8 pins. It is cheap - $2.75 and dead easy to program just hook up some...
So basically what you guys are saying is that if I want to drive PWM I need another micro-controller. If I have 2 available micro-controllers (2 basic stamps...
No, that is not the case at all. We've sold thousands of BOE-Bots that people run every day without the use of a separate PWM coprocessor. -- Jon Williams --...
Can someone tell why this doesn't work?? BS2P40 chip The slot zero program simply looks at eight switches hooked up to AUX pin 0 - 7, works every time The...
Yes I understand, I've actually been reading all the on-line docs on the boe bot (thank you very much for makeing these available for download by the way), and...
When does the next basic command execute after you issue a PULSOUT command? For example, if I execute "PULSOUT 1, 750" does the next basic command execute (1)...
The latest ploy to drive the Taliban and Al Queda out of the mountains of Afghanistan is to send in a team of Alabama Special Forces. Billy Bob, Bubba, Boo,...
Leroy Hall
leroy@...
Sep 2, 2002 12:08 am
24305
Please keep this kind of crap off this list, thank you! Gene GPL A.S. & Radio Museum ... From: Leroy Hall [mailto:leroy@...] Sent: Sunday, September 01,...
HEAR HEAR: its bad enough getting 200 spam mails per day as is, without finding them in the few list groups I subscribe to. ... Body of the message will be...
Kerry Barlow
admin@...
Sep 2, 2002 12:58 am
24307
'200 spam mails per day'
Sounds like you have a bit of a problem there Keri
Maybe you should try using spam assassin (http://www.spamassassin.org/)
my web...
Hello from Gregg C Levine EXCUSE ME! Please keep this filth off of this list. It's bad enough having to sort through more spam in general, with out having to...
I was underestimating actually. I reject thousands. I tend to get about 50 that slip thru the cracks however. I have numerous customers that MANAGED to get...
Kerry Barlow
admin@...
Sep 2, 2002 2:42 am
24310
Get the flame throwers out, but I think it was funny as hell..... Mike B. ... From: "Leroy Hall" <leroy@...> To: <w6ffc@...> Sent: Sunday,...
I did, too. But I'd still prefer not to see it here! Gene GPL A.S. & Radio Museum ... From: Mike Blier [mailto:w6ffc@...] Sent: Sunday, September 01,...
#2 more or less. There is some overhead in addition to the 1.5mS, but you can pretty much figure that if an instruction takes 1.5mS to do its work, the next...
Dear Al Williams, Can you please explain to me how I would go about performing the following math problem on a Basic Stamp BS2: 1200 / .03227 = 37186.24...
Hi Rod, First, let me point out the page at http://www.al-williams.com/pak1bas.htm which doesn't use your exact numbers and formula, but it would probably...
Gene: Radio museum? Could you drop me a E-mail directly regarding the museum? I may have some items for donation. Mike B. W6FFC ... From: "Gene Bonin"...
Hello Stampers Can someone PLEASE help me with an idea that I have. I am trying to build a Digital audio spectrum analyzer. I was going to use 31 Op-amp...
Does anyone know where I might find a data sheet on an "OPTREX 16117B LCD"? Did a google search with no results. Thanks for your help.. Leroy...
Leroy Hall
leroy@...
Sep 2, 2002 4:03 pm
24320
First of all you can dramatically reduce the parts cound by using multi channel A/D chips. For example the LTC1298 is a 2 channel, 12 bit A/D that uses three...
Leroy, The controler is the same one in the stamp manual (HD44780). You can use LCDCMD (page 159-166) LCDIN (page 167-170) and LCDOUT (page 171-176) here is...