Skip to content

Latest commit

 

History

425 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages