Pezo vibra tab
Mike15
Posts: 109
I need a way of detecting the launch of a rocket. I was thinking the pezo vibra tab might be the soloution.
I do also have an amature radio on board the rocket could this combanation cause problems for this sensor?
I do also have an amature radio on board the rocket could this combanation cause problems for this sensor?
Comments
EDIT: Drastic changes in value are fairly easy to detect, I do believe.
I think something like:
if oldvalue * 3 / 2 < newvalue then <launch happened>
oldvalue = oldvalue * 9 / 10 + newvalue
but I'm not sure...
Post Edited (Sarten-X) : 3/25/2007 3:17:51 AM GMT
1. An APRS (automatic position reporting system) using amature radio.
2. A Stamp sampling an accelrometer, pressure sensor, and a RTC. Then stores these samples to an EEPROM.
The·APRS data is sent back to the ground station which is received with a handheld radio which displayes the the GPS sentence strings on an LCD.
This is for rocket retreval.
The flight data from the Stamp board is then downloaded using a Palm PDA.
· I have flown the Stamp board in a preveous payload wich was in a much smaller rocket so I just had the Stamp wait a short period of time and then give a visual countdown using a LED.
·This worked well with the smaller rocket, but now the rocket is alot larger.· The distance needed between me and the rocket makes this inaffective.
·To solve this problem I need a way for the Stamp to detect launch so it can start storeing samples to the eeprom.
Any·ideas on a "Launch detection" system?
·····
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
What about you arm the rocket's Stamp data logger at anytime, whether it is in position or not, by some method like for example the launch detect is based on a hall sensor mounted near the base of the rocket. The Stamp will not start the sequence until the hall sensor detects a magnetic field. After arming and placing the rocket on the pad, you move a very strong electromagnet(solenoid) next to the body of the rocket where the hall sensor is. On launch, you simultaneously trigger the electromagnet off the same lines as the launch system(ignitor or whatever).
Post Edited (TChapman) : 3/26/2007 4:39:55 AM GMT
I love these little buggers. Put 4 on a circuit board at 90 degree angles to each other for a 360 degree tilt switch.
You would put it on a wire tilted a few degrees up from horizontal on launch the wire bends the switch turns on, on zero gravity the switch turns off perhaps not 0 gravity but a second switch angled down could trigger when the rocket reaches apogee and starts to fall back I think if it falls tail first on it's initial fall back to earth. And they only cost $1.00 each. But I bought 100 of them through my distributor. I don't know who sells them in small quantities but being a rocket man myself in years past, I would be happy to send you a few from my stash if you PM me with your address.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
Mounted inside the rocket, it should act like an accelerometer. Simple and clean
When it spikes, the program would jump into a functional mode.
You will have to fool a bit with the threshold of sensitivty, but it is essentially a one-shot use. You can restrain part of the device to make it less sensitive.
Additonally, the device is light as a feather. Good luck.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"If you want more fiber, eat the package.· Not enough?· Eat the manual."········
Post Edited (TChapman) : 3/26/2007 7:01:29 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
Also any suggestions on a power source? I would like to run everything off of one battery
And the stamp board. I have the circut attached. I'm looking for something lightweight and small.
Post Edited (Mike15) : 3/26/2007 11:06:48 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
Thanks for the help.
The two systems are:
·an APRS Tracker with a supply range of 9-12 VDC and a current consumption of 180mA.
And the stamp board containing all the sensors.
I have alotted a little bit of weight for the battery but lighter is better. Also this rocket is a little bigger so I do have a little bit of room.
I have attached two pictures of the payload. On one side is the APRS traker and GPS on the otherside is the Stamp board and the antenna for the APRS tracker. Next to the antenna is where I plan to put the power.
And on another note I just got the Vibra Tab in the mail today so I'm going to hook it up and check it out.
A few things I notice:
Some times when triggered it wont pop back to 0 more so in one direcction then the other.
Another is the sensitivity. It seems to be pretty finicky. I tried adding the 10K pot, but I'm not quite sure on how this should be wired in. Do I connect A and B of the pot and connect the pot's wiper to the stamp pin?
Sounds like you have some capacitance in the circuit. Use a resistor to ground on both sides of the piezo tab perhaps 100k to bleed off any capacitance. Sensitivity can be adjusted by shorting across the piezo tab. If the tab is shorted with 0ohms it can't give any signal. The higher the resistance between the two sides through a pot the higher the voltage can be.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
I connect A and B to the Tab and Wiper to ground or positive?