Proto Board
Hi
I have a few questions.
1. What would be the best way to mount a bread board and female pin header onto the proto board (e.g location)
like on the BOE?
2. How do you add a video out (TV) to the proto board.
3. If i use
on the BS2 what would i use on the propeller proto board.
Thank you
I have a few questions.
1. What would be the best way to mount a bread board and female pin header onto the proto board (e.g location)
like on the BOE?
2. How do you add a video out (TV) to the proto board.
3. If i use
FOR Pulses = 0 TO 199 'for 200 pulses PULSOUT 12,625 'go forward at half speed PULSOUT 13,750 'go straight PAUSE 20 NEXT
on the BS2 what would i use on the propeller proto board.
Thank you

Comments
You could use the BS2Functions object and something like
NOTE: Just done that off the top of my head, so·check the syntax -- and the timing numbers are probably not right!
HTH.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
BTW: I type as I'm thinking, so please don't take any offense at my writing style
www.norfolkhelicopterclub.co.uk
You'll always have as many take-offs as landings, the trick is to be sure you can take-off again ;-)
I've got no experience with BS or its compatibility functions, but I can say that this spin code is wrong.
EDIT: repeat until pulseCount == 199 would literally repeat until pulseCount equals 199. However, pulsecount is never initialized to zero here. also, it is never incremented. the "from ... to" structure increments it automatically, until won't. Also, == is used for comparison, a single = is never used for anything.
Following should work: (at least, compile and loop for 200 times)
Post Edited (Jasper_M) : 3/5/2007 1:55:40 PM GMT
Well, yes, that's another way to do it; especially as I missed the 'pulseCount' incrementer! Here's my way done better
That said, I think I like your way better, as it more closely resembles 'computer guy's' original code
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
BTW: I type as I'm thinking, so please don't take any offense at my writing style
www.norfolkhelicopterclub.co.uk
You'll always have as many take-offs as landings, the trick is to be sure you can take-off again ;-)
Post Edited (simonl) : 3/5/2007 2:19:14 PM GMT
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
StampPlot - GUI and Plotting, and XBee Wireless Adapters
Southern Illinois University Carbondale, Electronic Systems Technologies
For the question about video connector, I'd suggest taking a look at the schematic for demoboard (downloadable from Parallax site). It's just like.. 3 or four resistors and the connector. If you're asking about the mechanical connection, ie. how to get the connector soldered to the protoboard, that's another thing. Most of the RCA connectors I've seen have very big pins that don't fit the standard veroboard holes. So you probably have to connect the RCA connectors with wire and then superglue/screw the connector to chassis/whatever you are building...
Martin: Why can I never remember KISS ?!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
BTW: I type as I'm thinking, so please don't take any offense at my writing style
www.norfolkhelicopterclub.co.uk
You'll always have as many take-offs as landings, the trick is to be sure you can take-off again ;-)
Also, I never explained how the yellow wire is connected to the resistors. I stripped 1/2" of insulation from the wire. inserted it into the hole next to the leftmost resistor. Bent it over and soldered it to the tips of the resisters that protrude from the bottom of the board. Or you could just create one huge solder bridge.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian Meade
"They who dream by day are cognizant of many things which escape those who dream only by night" - Edgar Poe
Post Edited (parts-man73) : 3/5/2007 5:19:00 PM GMT
Also the price on the protoboard is given in some places as $24.95 and others as $19.95.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
everyone.
parts-man did you just glue it on the board or did you poke the big mounting pins through the large holes on the outside of the proto board.
and if anyone could still answer my first question that would be great.
Once again
Thank you
Place it where you want, flip·it·and the board·around, use a razor or xacto to score along the edge of the board and remove the adhesive backing for that part which is over the protoboard.
If you are using the servos you can solder 1x4 SIP socket into the contol signal holes·for easier breadboarding.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Post Edited (Paul Baker (Parallax)) : 3/5/2007 9:17:39 PM GMT
"101 proto-board projects"
Not sure about the bread board hanging off the side but a piece of perspex on the proto board hanging
over with the bread board on top may look beter.
I am asuming you are saying you could see a need of a book titled "101 proto-board projects"
I would personaly like a book like this.
Thank you
Post Edited (computer guy) : 3/7/2007 6:37:34 AM GMT
Please note the quote was from this topic:
http://forums.parallax.com/showthread.php?p=634772
Thanks.
Post Edited (computer guy) : 3/6/2007 7:10:36 AM GMT
I trimmed the big mounting pins with a dremel until they were small enough diameter to fit through the regular plated holes. Just be careful not to cut the pins right off.
I ran into a problem, the Stereo headphone jack that I bought at the local electronics store wasn't as I had hoped. The pins don't fit into a 0.1" grid as nicely as the RCA jack did. Once I find one that does, I'll post pictures!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian Meade
"They who dream by day are cognizant of many things which escape those who dream only by night" - Edgar Poe
don't you hate it when parts don't fit. Why can't there be a standard that all electronics must fit a 0.1" grid.
Thank you
i have tried servo32, servo4 and BS2_Functions.
none of which seam to fix the problem.
I have tried it with and without a 470 ohm resistor on the signal pin.
470 ohm
Prop---/\/\/\---servo
|
|-|
+5v
|Servo|
-VSS
|
|
Thank you
Post Edited (computer guy) : 3/11/2007 8:32:59 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
I think the power supply has fixed the problem i just need to fix the program to loop.
can the propeller execute more than one commend at a time if so how many (in one cog).
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.