I have been using the MCC 172 HAT with PCB's IEPE sensor to acquire vibration signals.
Using the HAT with my Raspberry Pi 3B, the Python sample code provided by MCC worked well without any noise.
If I switched the MCU to Raspberry Pi Zero 2W, the spike noise appeared at every measurement.
Sometimes the spike seems periodic, but not always the case.
Attached figures are the graphs of the raw voltage vs. time.
Measurement configuration is:
- Single channel input
- IEPE enabled
- 25.6kHz sampling rate
- 11 second measurement time duration
- Shorted circuit input signal
- Buffer size is 100,000
- Sensitivity is 1000.0 (no scaling)
Test I have tried on RPi Zero2W (but not worked):
- Rasbian 32bit Lite OS and 64bit Lite OS
- Lower/higher sampling rate
- Increase/decrease sample buffer size
- Overclock CPU to match with RPi3B clock status during acquisition
arm_freq=1300
over_voltage=4
Question
tnag
I have been using the MCC 172 HAT with PCB's IEPE sensor to acquire vibration signals.
Using the HAT with my Raspberry Pi 3B, the Python sample code provided by MCC worked well without any noise.
If I switched the MCU to Raspberry Pi Zero 2W, the spike noise appeared at every measurement.
Sometimes the spike seems periodic, but not always the case.
Attached figures are the graphs of the raw voltage vs. time.
Measurement configuration is:
- Single channel input
- IEPE enabled
- 25.6kHz sampling rate
- 11 second measurement time duration
- Shorted circuit input signal
- Buffer size is 100,000
- Sensitivity is 1000.0 (no scaling)
Test I have tried on RPi Zero2W (but not worked):
- Rasbian 32bit Lite OS and 64bit Lite OS
- Lower/higher sampling rate
- Increase/decrease sample buffer size
- Overclock CPU to match with RPi3B clock status during acquisition
arm_freq=1300
over_voltage=4
Any input would be greatly appreciated.
Tatsuro
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now