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.

README.md

Committer:
timo_k2
Date:
2022-01-09
Revision:
1:444f907aa5eb
Parent:
0:fb0f74ee7b70

File content as of revision 1:444f907aa5eb:

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 for 
the Texas Instruments ADC081S021 to understand how the converter 16 bit output 
is converted to an illuminance value. 

### License and contributions
 The software is provided under Apache-2.0 license.