How to measure car steering vibration using LDT0-028K piezo film sensor in BS2P24?
erick_2987
Posts: 11
Hi! I am new to this forum and also Basic Stamp micro-controller. My project is about to measure car steering vibration in static condition. After so many studies, i found that piezo film sensor will be suitable sensor to measure steering vibration.
This sensor will give output whenever it displaced from its neural axis. The problem is this sensor only give analog output but the mc only read digital output. Can u guys help me to find sources where i can find signal conditioning circuit for this sensors so it wont give noise at it's output. I plan to use ADC 0834 to digitize the output from the signal conditioning circuit. Is tat this ADC suitable for the BS2P? Any suggestion?
My another question is cn we use basic stamp to record the vibration signal and send to the computer via wireless so that the computer do some neural network calculation and show the output in matlab GUI?
Thank you
This sensor will give output whenever it displaced from its neural axis. The problem is this sensor only give analog output but the mc only read digital output. Can u guys help me to find sources where i can find signal conditioning circuit for this sensors so it wont give noise at it's output. I plan to use ADC 0834 to digitize the output from the signal conditioning circuit. Is tat this ADC suitable for the BS2P? Any suggestion?
My another question is cn we use basic stamp to record the vibration signal and send to the computer via wireless so that the computer do some neural network calculation and show the output in matlab GUI?
Thank you
Comments
On the wireless link question, in short, absolutely! you can use the xbees for this, using one on your pc connected to the usb adapter board, the other xbee connected to your BS2P, all you have to do is have your data stream out to whatever pin your xbee is connected to, in essence, an invisible serial cable. something like this is very easily done with the xbees.