How to drive a Bosch Denoxtronic 5 level sensor?

Thread Starter

JamesVoHoang

Joined Mar 20, 2023
1
I have got some signal from Denoxtronic 5 system on a Nissan Navara. Then i'm gonna to use a STM32F407 to control injecting Adblue as Denoxtronic system.

But I'm having a trouble in making level sensor of Denoxtronic 5 generate pulse in order to measure liquid level in the tank.
Project_Adblue-05.png

This is the PWM i got from level sensor. I got 2 signal with 2 different water level and it just repeat continuously.
level_sensor_Artboard 2.png

I used the STM32 to supply 5V to sensor then use HAL_GPIO_EXTI to know have it generated any signal. But i it has no signal.
I think i have to use a signal to trigger the sensor and gain the signal. But look at the signal i got before, i don't know how to trigger the sensor.

I'm appreciate to be helped.
Have a nice dayy.
 
Top