You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two STWIN.boxes connected by USB to a Raspberry and I'd like to record vibration (iis3dwb_acc) and sound (imp23absu_mic) data with these two STWIN.boxes simultaneously. Data logging using SensorAcquisitionThread behaves correctly, but when data from the imp23absu_mic.dat file is read in later using get_dataframe, the sound data have a time value only up to few seconds, after which this value remains at zero.
Recording from only one STWIN.boxe over USB works as expected.
fp-sns-datalog2 version used: 2.2.0
Rasberry Infos
==== Raspberry Pi Hardware and Software Summary ====
Model and Revision:
Revision : d03115
Model : Raspberry Pi 4 Model B Rev 1.5
OS Information:
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
Kernel Version:
6.6.51+rpt-rpi-v8
Architecture (32-bit or 64-bit):
64-bit
Firmware Version:
Aug 30 2024 19:17:39
Copyright (c) 2012 Broadcom
version 2808975b80149bbfe86844655fe45c7de66fc078 (clean) (release) (start)
Memory Info:
total used free shared buff/cache available
Mem: 7.6Gi 2.5Gi 3.9Gi 105Mi 1.5Gi 5.1Gi
Swap: 199Mi 0B 199Mi
arm=948M
gpu=76M
Hello @Ferag-AG
I'll review and debug your files, then I'll come back soon.
I'm happy to see an example of a custom application built upon top of our SDK.
The multiuse case has never been tested internally or natively supported by our examples.
Let see if I can help you debug your application.
Hi all,
I have two STWIN.boxes connected by USB to a Raspberry and I'd like to record vibration (iis3dwb_acc) and sound (imp23absu_mic) data with these two STWIN.boxes simultaneously. Data logging using
SensorAcquisitionThread
behaves correctly, but when data from theimp23absu_mic.dat
file is read in later usingget_dataframe
, the sound data have a time value only up to few seconds, after which this value remains at zero.Recording from only one STWIN.boxe over USB works as expected.
fp-sns-datalog2 version used: 2.2.0
Rasberry Infos
Attachments
ZIP containig the recording Python script and device_config
ZIP of the recorded data
The text was updated successfully, but these errors were encountered: