Hi, im using the FP-SNS-DATALOG1 firmware for measuring sensor data and another custom firmware for other ML tasks. Furthermore, i am implementing a bootloader to switch between both softwares.
I want to measure automaticaly and in order to do so i ...
I am using the STEVAL-STWINKT1B evaluation board to gather microphone data with a 192kHz sampling rate. The data is saved in a .dat file which i want to read and process. However, when reading the IMP23ABSU_MIC.dat file i get completely different res...
Hi, im using the IMP23ABSU Analog MEMS Microphone to detect leakages. As mic configuration is use {
"id": 7,
"name": "IMP23ABSU",
"sensorDescriptor": {
"subSensorDescriptor": [
...
Hi, im trying to find out the gain from the TS922EIJT used inside the STEVAL-STWINKT1B evaluation board. Here is where the opamp is used.So far, i have simulated the schematic using LTSpice and got a gain of -80 dB (see attached screenshot of the cir...
Hi @SimonePradolini I set HSD_PRINTF_DEBUG to 1 in main.h, but i still can not view any output on the console #define HSD_PRINTF_DEBUG 1
#if HSD_PRINTF_DEBUG
/**
* User can change here printf with a custom implementation.
* For example:
* #def...
Hello, im interested in reseting the firmware. Im using the AutoMode and i switch to the firmware HSDatalog via a bootloader. It says "HSDatalog also features the Automode, which can be initiated automatically at device power-up or reset". How can i ...
Furthermore, after i switch from the bootloader address to the flash address of HSDatalog, the firmware doesnt start auto acquisition. The address start address (0x08019000) in the linker is set correctly and the offset fir VTOR (0x19000) aswell. Am ...
Im trying this now. Why am i not getting any printf results on the COM port? Do i have to enable something before? I cant see where i would be abble to add my system reset inside Automode.c. This file seems to only read the execution_config.json.Wher...