- Install python3 & pip3.
- Enable
I2C
interface from Pi'sraspi-config
- To check if the sensors are connected to I2C Bus, in the Terminal type:
i2cdetect -y 1
- Import Adafruit libraries:
- To prepare the Raspberry pi board:
$ sudo pip3 install Adafruit-Blinka
- For Temperature, Humidity & Pressure BME280 sensor:
$ sudo pip3 install adafruit-circuitpython-bme280
$ sudo pip3 install Adafruit-PlatformDetect
- For Light, Full & Ir TSL2591 sensor:
$ sudo pip3 install python-tsl2591
- For the Microphone MAX9814 sensor:
$ sudo pip3 install adafruit-circuitpython-mcp3xxx
$ sudo pip3 install adafruit-circuitpython-mcp3xxxsudo
- To prepare the Raspberry pi board:
- Make sure you have Java 8 installed
- Install AndroidStudio use all default/standard options, unless you know what you're doing
- If you want to run the app on an android studio emulator please use emulator with 9.7 pixels.