New to the propellor.
ARMY
Posts: 1
New to spin, but I am a biomed tech. and need a simple 1hz (60BPM) inverted V wave to use as a ECG simulator. Can this be done with a Propellor.
I know a little PBASIC, if this is easier to work with. I have a board of education. Am pretty new to all this as I learned Electronics in the Vacume tube age.
I know a little PBASIC, if this is easier to work with. I have a board of education. Am pretty new to all this as I learned Electronics in the Vacume tube age.
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Post Edited (Leon) : 7/16/2009 10:04:31 PM GMT
As a tech, are you producing anything you create en masse? If not, the Propeller might be overkill where production is concerned, but it's a great tool otherwise! If you go down the road of learning to do stuff with it, you will find it can do a ton of things easily and without a lot of extra hardware.
Where there are cheaper solutions, they don't have anywhere near the utility / dollar performance the Propeller has.
If it were me, I would get the Propeller Education Kit. It's got a lot of great labs, published on line too if you just want to pick up a Prop or two and get after it on your favorite bread board. Then pick up a proto board or two, so that when you get it all done, you can just build out a more stable device and enclose it for use later. A great alternative option is to pick up some of the boards you will find at Gadget Gangster. The kits are a good deal too as the most common stuff is included. Bread board to prove out, then build up a board for ongoing use.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Wiki: Share the coolness!
Chat in real time with other Propellerheads on IRC #propeller @ freenode.net
Safety Tip: Life is as good as YOU think it is!
Post Edited (potatohead) : 7/17/2009 3:35:24 PM GMT
Ken Gracey
Parallax Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--Steve
Propalyzer: Propeller PC Logic Analyzer
http://forums.parallax.com/showthread.php?p=788230
More info:·PE Kit Labs, Tools, and Applications
The PE Kit Labs book does introduce how to use a D/A conversion object for signal synthesis.· Here's an example of a signal transmitted by the Propeller chip and measured by the Parallax USB Oscilloscope.· The code and circuit were created with the information and examples·in the PE Kit Labs book:
The application (Make Waves - Archive...zip) is attached, and here is the top file (Make Waves.spin).··This particular example is just transmitting one channel of D/A with the DualDAC object, which·uses counter modules for duty modulated D/A conversion.··The DAT section is hand digitized samples from the image on this page:
http://en.wikipedia.org/wiki/File:SinusRhythmLabels.svg
The oscilloscope display is still a little choppy, 200 samples might work a little better than 100.
Since each cog has two counter modules, each instance of·DualDAC can transmit up to two channels of D/A.· For twelve ECG channels, it would take six cogs, which still leaves one for top level stuff and another for other tasks.· A more thrifty use of cogs would involve using one of the PWM objects obex.parallax.com, which Steve mentioned earlier.· Here are links to a couple of objects that could be used for the PWM D/A conversion.
http://obex.parallax.com/objects/359/
http://obex.parallax.com/objects/467/
Andy
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andy Lindsay
Education Department
Parallax, Inc.
Post Edited (Andy Lindsay (Parallax)) : 7/17/2009 11:16:35 PM GMT