Skip to content

Latest commit

 

History

History

extension-board

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This contains info about:

Shield

To read analog values, you need to enable SPI.

You can find how to in this README.

Two version of the board have been used:

First used board version

image of device

The linksprite board has a 4-channel analog-to-digital converter. You need to use this to read values from analog sensors since the RaspberryPi doesn't have analog inputs.

Note that the board has a jumper to set VCC to 3.3V or 5V. Some devices will not work if it's the wrong setting...

Second used board version

boardv2

schema

The numbers disposed in the schema above are needed to inform to a given program where the sensor/actor is connected.

schema schema

Analog Sensors

For the temperature sensor, use this python code to convert raw values to degrees celsius:

temp = (((value * 1000) - 500)/10)

image of device image of device image of device image of device image of device image of device image of device image of device image of device image of device image of device image of device image of device image of device image of device image of device