fading leds with bs2?
meredth78
Posts: 18
i am new to microcontrollers and need a little help. i am trying to get some leds to blink three times then fade out on the third flash.·i can do this with a 555, a digital pot an scr,and a few other passive components,·but people keep telling me this is easier.
can someone help me please.
thanks
Post Edited (meredth78) : 3/27/2006 6:10:22 AM GMT
can someone help me please.
thanks
Post Edited (meredth78) : 3/27/2006 6:10:22 AM GMT
Comments
Post Edited (meredth78) : 3/27/2006 6:12:32 AM GMT
It's simple if you either konw PIC assembler, or already own some other software. If you use PIC Basic Pro from Micro Engineering Labs you can nearly use the same program for both!
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
http://www.parallax.com/sx/index.asp
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Please don't let Chris scare you off, but it is his job, as one of the Sys Admins to "police" the forum and ask for non-Parallax discussions to cease, and rightfully so. However, I highly doubt whether you even knew about the Parallax SX product line. I only followed up with the PIC comments as you seemed to know what they were, so let me take the "blame" here
The following hardly does justice to the SX processor, so look at the link Chris provided for more in depth information. The following are just my own observations from my limited use of the SX product line.
There are a number of couterparts to PIC microcontrollers, and one of them is the Ubicom SX processor, which Parallax sells. One nice thing about using it is that you don't incur the heavy software compiler costs that you do/may with other similar products, using other microcontrollers. There IS a cost involved, but recently it has become more "rock-bottom" than ever, with the re-introduction of the SX-Blitz. The purchased part (other than the chip itself) in the SX system is a dongle, with which you program the chip, and depending on which dongle you purchase, you may also use it for debugging. The cost of the SX-Blitz dongle is presently $ 29.00 US which makes it quite affordable. Here is a link to that low end dongle, which DOES NOT permit interactive debugging:
http://www.parallax.com/detail.asp?product_id=45170
One of the nicest feature about the SX/B Compiler (SX Basic) is that you can program to your heart's content in Basic, but if for some reason you need to "reach down" to a lower, hardware level, you can drop right into SX assembler, perform those necessary functions, and return immediately back to a Basic environment. The SX/B compiler, and all the documentation for using it, is FREE for the download.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
Post Edited (Bruce Bates) : 3/27/2006 4:35:21 PM GMT
ps- i do have to say that parallax is second to none with their support!
Post Edited (meredth78) : 3/28/2006 4:25:08 AM GMT