Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.6 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.6 KB

DIT827


Raspberry Pi

Requirements

  • Install python3 & pip3.
  • Enable I2C interface from Pi's raspi-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 
    NOTE: Make sure that you are using python3 to run it & pip3 for installation

Android

Requirements

  • 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.