Force Push Ghost Triggering

I have an install using a brand new V1 board, OS 7.13. It is having an odd issue where after a trigger a quote I am getting multiple sequential triggers of the force effect/sound.

This is odd because the saber is held completely still in hand when the triggers happen. I did a serial mon and below is a capture of the partial sequence of log. I cut the log short as it continues over and over triggering the force sound.

Should I just increase the push length in the config? or is something else causing this?

EVENT: Power-Pressed#1 ON millis=453008
EVENT: Power-Pressed ON millis=453008
EVENT: Power-Held#1 ON millis=453311
EVENT: Power-Held ON millis=453311
EVENT: Power-Released#1 ON millis=453782
EVENT: Power-Released ON millis=453782
EVENT: Power-Longclick#1 ON millis=453782
EVENT: Power-Longclick ON millis=453782
unit = 1 vol = 0.50, Playing 3_ANH/quote/quote06.wav
channels: 1 rate: 44100 bits: 16
EVENT: ?48 ON millis=458106
EVENT MENU TURN LEFT
EVENT: ?48 ON millis=459625
EVENT MENU TURN LEFT
EVENT: Push ON millis=463496
unit = 4 vol = 0.50, Playing 3_ANH/force/force.wav
channels: 1 rate: 44100 bits: 16
EVENT PUSH
EVENT: Push ON millis=463989
EVENT PUSH
EVENT: Push ON millis=464135
EVENT PUSH
EVENT: Push ON millis=464143
EVENT PUSH
EVENT: Push ON millis=464211
EVENT PUSH
EVENT: Push ON millis=464227
EVENT PUSH

Here is the config file header section.

PasteBin

What happens when you lower the volume or increase Force Push Length?

Adjusting volume to 1500 made no difference.
Adjusting force push to 9 and volume to 1500 there is a noticeable reduction in the trigger of force push effect but not a complete elimination.

Try volume at like 100, I want to see if your speaker is vibrating the board enough to mimic the Push or if it’s something else.

Volume at 500 and Force Push back to the original value 5 results show I am not getting the force sound triggering.

Ok, so your speaker is too close to your board or your chassis vibrates too much from speaker. You’ll want to better insulate your board or support your chassis. Otherwise you need to remove Force Push define since it’s a physical cause, not a software issue.

Is there a define that will disable Force Push fully or just comment out the below define?
Could I also remove the “force” sound files in addition to the define change?

#define FETT263_FORCE_PUSH_ALWAYS_ON

Just remove define, Force Push is an option it’s enabled by the define. Force.wav is not specific to Force Push, it’s only used if push.wav is missing AND you have Force Push enabled, no need to do anything on your end.

1 Like