i use the SparkFun OpenLog Artemis with the WIFI module (ESP8266), transfer the data by the WIFI (by RX and TX). If i change the DLPEnableStat to true:
ICM_20948_Status_e accDLPEnableStat = myICM.enableDLPF( ICM_20948_Internal_Acc, true );
ICM_20948_Status_e gyrDLPEnableStat = myICM.enableDLPF( ICM_20948_Internal_Gyr, true );
the signal interference will become severe.
How can i fix this problem?
(left one without DLPF , right one when DLPEnableStat is true)