The code is developed for the hardware NUCLEO-L432KC or any other board with analog input with 12 bit resolution. This version of code works with a photo diode and operational amplifier. The amplifier circuit feedback resistor value and capasitor value define the gain and the time constant. The purpose is to make students to understand the development process.

Committer:
timo_k2
Date:
Tue Sep 14 11:39:19 2021 +0000
Revision:
0:36df8e1d4d07
Initial commit.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
timo_k2 0:36df8e1d4d07 1 The code is developed for the hardware NUCLEO-L432KC or any other board
timo_k2 0:36df8e1d4d07 2 with SPI communication and the Digilent Pmod ALS1 ambient light sensor module.
timo_k2 0:36df8e1d4d07 3 This version of code works with a photo diode and operational amplifier. The
timo_k2 0:36df8e1d4d07 4 amplifier circuit feedback resistor value and capasitor value define the
timo_k2 0:36df8e1d4d07 5 gain and the time constant.
timo_k2 0:36df8e1d4d07 6 The purpose is to make students to understand the development process.
timo_k2 0:36df8e1d4d07 7
timo_k2 0:36df8e1d4d07 8 The software is provided under Apache-2.0 license.