The code is developed for the hardware NUCLEO-L432KC or any other board with SPI communication and the Digilent Pmod ALS1 ambient light sensor module. The purpose is to make students to understand the development process. They need to study the original analog to digital converter documentation to understand how the converter 16 bit output is converted to an illuminance value.

Committer:
timo_k2
Date:
Sun Jan 09 19:07:52 2022 +0000
Revision:
1:444f907aa5eb
Parent:
0:fb0f74ee7b70
Initial commit on Keil Studio.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
timo_k2 0:fb0f74ee7b70 1 The code is developed for the hardware NUCLEO-L432KC or any other board
timo_k2 0:fb0f74ee7b70 2 with SPI communication and the Digilent Pmod ALS1 ambient light sensor module.
timo_k2 0:fb0f74ee7b70 3 The purpose is to make students to understand the development process.
timo_k2 1:444f907aa5eb 4 They need to study the original analog to digital converter documentation for
timo_k2 1:444f907aa5eb 5 the Texas Instruments ADC081S021 to understand how the converter 16 bit output
timo_k2 1:444f907aa5eb 6 is converted to an illuminance value.
timo_k2 0:fb0f74ee7b70 7
timo_k2 1:444f907aa5eb 8 ### License and contributions
timo_k2 1:444f907aa5eb 9 The software is provided under Apache-2.0 license.