Propeller Starter Kit Questions
smile
Posts: 4
Hello community!!!
I have a Propeller starter kit,what can I do with this?(
I have already seen project section of this forum,thanks! When I saw every projects,I said WOW,it is really cool!=)
Robots,clocks,and many many exciting think!
Is it a work or hobby?)
I have practiced with programming spin,but i didn't know anything about resistors,transistors,plates and ect.
What book would you recommend to read?
Can I create panel with LED lamps,controlled by this demo board?
Is it possible to control every LED?
Does parallax the structure of the addresses?
(Example:Can I control every DS-temperature sensor,on one wire?)
Is there any from Russia on this forum?
Thanks in advance for answers to questions!
Sincerely, smiley.
P.S I'm sorry for bad English!
I have a Propeller starter kit,what can I do with this?(
I have already seen project section of this forum,thanks! When I saw every projects,I said WOW,it is really cool!=)
Robots,clocks,and many many exciting think!
Is it a work or hobby?)
I have practiced with programming spin,but i didn't know anything about resistors,transistors,plates and ect.
What book would you recommend to read?
Can I create panel with LED lamps,controlled by this demo board?
Is it possible to control every LED?
Does parallax the structure of the addresses?
(Example:Can I control every DS-temperature sensor,on one wire?)
Is there any from Russia on this forum?
Thanks in advance for answers to questions!
Sincerely, smiley.
P.S I'm sorry for bad English!
Comments
Google.com переводить ...
http://translate.google.com/?hl=ru&tab=wT#
(Can you understand google translate from English into Russian?)
Google.com translate...
http://translate.google.com
Yes, you can make LED panels that can be controlled by this demo board. Usually these use something like a 74HC595 serial to parallel shift register to save on I/O pins. There is someone now with a thread on the Propeller forum on a project to make a 100 LED panel (10 x 10). There are other devices that you can use with a Demo Board to drive large numbers of LEDs. Look at Maxim / Dallas's website for some typical LED drivers.
There is a 1-Wire I/O driver in the Object Exchange. Like all 1-Wire drivers, it uses the normal 64-bit 1-Wire device address, so you can have multiple devices on a single 1-Wire bus. If you plan to put more than a few devices on a single bus or you plan to have them at some physical distance from the Demo Board, you'll have to have a special interface circuit to provide a reliable signal to the devices. NXP's website has a lot of application notes on large networks of 1-Wire devices.
Mike Green,Thank you very much!
If you are not hard not to if you could answer one more question, I would be very grateful!
What components I need to create 20x20 LED panel?
How many 74HC595?
What type of LEDs can i use?
What other electronic components useful to me?
If you multiplex the LEDs, they'll be pretty dim because each LED will be on only 1/400th of the time. With the decoders I mentioned, you could provide maybe 20-25mA of current. Typically with this sort of circuit, you'd also use 20 NPN (2N3904) and 20 PNP (2N3906) switching transistors (plus some resistors) to increase the amount of current to the LEDs. The average current to each LED would have to stay under 20mA, but also the peak (brief) current would have to stay under what the LEDs can handle. The LED datasheet would give you some idea there.
Multiplexing is complicated, but very doable once you learn about it.
It's probably difficult and expensive project for me to start.=(
I am thinking on the new one...
Thank you again!
Smiley,
Here are a couple of links. The first one is pretty good.
www.allaboutcircuits.com
check also
Maker.com and discovercircuits.com other hobby sites.
Language may not be so much of an issue to learning since most concepts are diagrams and mathematics. These do not change across languages all that much. (I can say that from experience. Former Siemens instructor, courses in Erlangen, DE were 15-25 students from all over the world, minimal english at best. I taught mostly from diagrams and lab troubleshooting and align/adjustments)
Good luck and ask whenever, someone is always home here,
Frank
Maker.com didn't work.
Thanks!
In starter kit package, I have some leds and resistors/transistors.
I want to connect one red LED to the demo board.
What is electric current in P0-P7? What is VSS and VDD?
What is VDD jumper?
In case you are interested I found this video in Russian:
Sincerely,
Ken Gracey