NEW Stingray owner!!!!
Highlandtinker
Posts: 50
Well, I did it, I ordered a Stingray today!!!!
I had a few extra $$ hanging around (burning a hole in my pocket ) so last week I got a PPDB and some other stuff but still wanted a Stingray, so after much twisting of my own arms and false starts, I ordered it. Now I have no money, actually, now in debt again, · but· have lots of fun things to play with and will most likely be asking for help from the more experienced Stingray owners out on the forum. So fair warning has been given. Thanks PARALLAX!!!
OPS forgot subject line. sorry
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· Scott
Post Edited (Highlandtinker) : 6/26/2010 5:19:57 PM GMT
I had a few extra $$ hanging around (burning a hole in my pocket ) so last week I got a PPDB and some other stuff but still wanted a Stingray, so after much twisting of my own arms and false starts, I ordered it. Now I have no money, actually, now in debt again, · but· have lots of fun things to play with and will most likely be asking for help from the more experienced Stingray owners out on the forum. So fair warning has been given. Thanks PARALLAX!!!
OPS forgot subject line. sorry
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· Scott
Post Edited (Highlandtinker) : 6/26/2010 5:19:57 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
·
What's an XPORT?
John
Have not recieved my Stingray yet, but am impatiently waiting to get started :=)
The XPORT is a prize I won on Chris savage's Savage circuits forum. see link below ( I hope the link works ). I don't know much about the XPORT yet but plan to learn how to use it.
http://forums.parallax.com/showthread.php?p=916255
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· Scott
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Use BASIC on the Propeller with the speed of assembly language.
PropBASIC thread http://forums.parallax.com/showthread.php?p=867134
March 2010 Nuts and Volts article·http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/prop/col/nvp5.pdf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
There are two rules in life:
· 1) Never divulge all information
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you choose not to decide, you still have made a choice. [noparse][[/noparse]RUSH - Freewill]
THATS ON MY WISH LIST TOO · I am sure Parallax will have other stuff that I will want ( must have ) in the future.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· Scott
I know PhiPi is heavy on the S2 case and I have very high expectations that it will be quite impressive right out of the box.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Bean
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Use BASIC on the Propeller with the speed of assembly language.
PropBASIC thread http://forums.parallax.com/showthread.php?p=867134
March 2010 Nuts and Volts article·http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/prop/col/nvp5.pdf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
There are two rules in life:
· 1) Never divulge all information
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you choose not to decide, you still have made a choice. [noparse][[/noparse]RUSH - Freewill]
John Abshier
The Stingray is only my second microcontroller, and the first thing I noticed is the chip pins are different than the PE Kit. Each pin is 5V and comes with it's own Red and Black power pins. I'm not sure what the purpose of that is yet, but I am attempting to reproduce an input switch circuit I learned in the PE Kit. Attached is a screenshot. Like the diagram, the input pin gets connected to 3.3V, not 5V.
The problem is when once the switch gets activated, the input pin stays high. There is connectivity from the pin, through the closed side of the tact switch to the resistor, but the pin doesn't discharge through the resistor. If I connect a jumper from the pin to the ground side of the resistor, it will finally go low. I am using the same switch, same resistor, and same setup as the PE Kit.
But I suspect that since the pin voltage and probably current are different on the Stingray than the PE Kit, then the resistor values to create an input switch would be different too. And in this case, is 10k too high?
EDIT: I replaced it with a 560ohm resistor and the pin can now drop low. I am at a loss to explain why this does not work with the PE Kit circuit. I am also surprised to see the Stingray example LED circuit in the manual being driven by a transistor as a switch rather than just powering directly from the pin with a resistor inline(as in the PE Kit). So there must be something different about the pin power supply that I haven't figured out yet. Does anyone know what I am missing?
Thanks,
John
Post Edited (johnnycarlos) : 6/30/2010 4:53:43 PM GMT
Just a quick response on the 3.3 v and 5 v on the Propeller Robot control board on your Stingray. The Propeller still runs at 3.3 v, but is connected to the servo pin headers P0 - P23 through voltage translators. See pages 20-21 in the Stingray manual for an explanation.
Tony
Thanks for your reply. To be clear, yea I saw that the pins put out 5V, not 3.3. But is there a reason a smaller resistor is required to bring an input back to low? And is why did they choose to do an LED example with a transistor as a switch instead of just powering from a pin with a series resistor? I'm thinking the voltage translators are also doing something else that I don't understand.
EDIT: I just noticed the voltage translators come with built-in 4kOhm resistor. I think that is where my confusion is coming from.
Thanks,
John
Post Edited (johnnycarlos) : 7/1/2010 2:28:52 AM GMT
Thanks Parallax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· Scott
Congrats! Glad the thread helped and that you are up and running. Just got back from a week at camp and was glad to see your post!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whit+
"We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths." - Walt Disney
Assuming 310 rpm on the motor output and a wheel diameter of 4 7/8 inches (4.875).
4.875in * pi = ~15.315 inches travelled with one wheel rotation
15.315in * 310rpm = 4747.65 inches per minute
4747.65 / 12 = 395.6375 feet per minute
395.6375 * 60 = 23738.25 feet per hour
23738.25 / 5280 = ~4.4958 mile per hour
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out the Propeller Wiki·and contribute if you can.
This means that any normal 12Blocks robot program will now work with the MSR1 board using the built in motor drivers.
Be sure to join the Stingray Group - look for it under the community -> social groups tabs above.