How long?
Sniper King
Posts: 221
From power on to program execution how long does it take?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group
Comments
I have a parallax PIR sensor.· I have it set to go high on detection.·The PIR sensor will stay high for 2 seconds.·I have this switching power on to the propeller.· That works.· The code in the propeller is small...really small for testing...·
pin 15 also drives the switch.· So in essense the PIR sensor activates, switch goes on. Propeller starts program execution and keeps the switch alive until it finishes what it needs to do and then will commits suicide by driving pin 15 low( in the finished software).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group
This is my code..· I dont know how to use the RCSLOW or the WAITPEQ commands properly.· That certainly sound like the way I want to go though!· Makes this really simple to implement.· But how do I get the clock speed up for the use of the FullDuplexSerial Object and then bring everything back to RCSLOW clock again.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group