Hello everyone I need help to read RPM value on my pixhawk. Based on this page RPM Sensor Wiki - Knowledge Share I tried to read RPM but no success. My configuration are using tachometer signal provided by DLE 30cc CDI module and use voltage devider to change logic level from 5V to 3.3V. When I checked the voltage it showed that voltage will drop to 0V when the magnet close to the hall sensor which is good and I already tested it with arduino first to make sure nothing wrong with the sensor. Unfortunately the RPM value always showed -1. Here is my param
RPM_Max = 10000
RPM_Min = 10
PRM_Min_Qual = 0.5
RPM_Pin = 55 (Sensor plugged into Aux 6)
RPM_Scaling= 0.5
RPM_Type = 2
SERVO14_FUNCTION = -1 (Set AUX 6 as GPIO)
Can anyone help me show me what is wrong with my configuration ?

