This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to measure light intensity with photodiode, using nrf52832?

Im using PCA10040 nrf52832 to measure light intensity with photodiode,

im using SAADC and SPI  example to measure values but im not able to see any changes on UART as light intensity changes.

please suggest.

Parents Reply
  • You never mentioned any amplifier - we are not mind readers!

    But, again, start simple!

    Start with the SAADC example, to learn to use the SAADC on its own.

    Then use an SPI example, to learn to use the SPI on its own.

    Then - once you have understood both parts and have them working well - bring the two together.

    Note that a photo-transistor should give you a usable voltage without the need of an amplifier.

    Digital light level sensor are also available

Children
Related