Hi devzone!
I connected my flame detector sensor(szh-ek086) which sends data analog value to my nrf52840 DK.
To receive the analog value from sensor I used saadc module.
First, I run the saadc_pca10056 and wired the a0 pin to GND, 5V and It shows me the value correctly.
But, When I wired it with my flame detector sensor, the value doesn't change at all such as the floating value.
The moment when I unconnect it and connect it again, It shows me the correct value(ex, 700, 600) in very short time.
Do I need to change anything more in the code to use external sensor?
Best regards,