Skip to content

IoT-Pet-Home-System/petHomeSystem

Raspberry Pi Setting

Full System Reference

Install Rasbian

How to use Raspberry Pi Camera

  1. Install the Raspberry Pi Camera module by inserting the cable into the Raspberry Pi. The cable slots into the connector situated between the Ethernet and HDMI ports, with the silver connectors facing the HDMI port.

  2. Boot up your Raspberry Pi.

  3. From the prompt, run sudo raspi-config.

sudo raspi-config
  1. If the camera option is not listed, you will need to run a few commands to update your Raspberry Pi. Run sudo apt-get update and sudo apt-get upgrade.
sudo apt-get update
sudo apt-get upgrade
  1. Run sudo raspi-config again - you should now see the camera option.

  2. Navigate to the camera option, and enable it. Select Finish and reboot your Raspberry Pi.

How to connect motor wires

Food Motor

  • Orange wired: connects to pin 35
  • Red wired: connects to 3v3 or 5v pin(one of pin 1, 2, 4, 17)
  • Brown wired: connects to GND pin(one of pin 6, 9, 14, 20, 25, 30, 34, 39)

Door Motor

  • Orange wired: connects to pin 12
  • Red wired: connects to 3v3 or 5v pin(one of pin 1, 2, 4, 17)
  • Brown wired: connects to GND pin(one of pin 6, 9, 14, 20, 25, 30, 34, 39)

Clone this repository and Setting

$ git clone https://github.com/IoT-Pet-Home-System/petHomeSystem
$ sudo chmod +0777 setting.sh
$ ./setting.sh

Run

$ cd src
$ sudo python3 server.py

CONTRIBUTING

Contributing on our repository is very thanks, and welcome!
If you want to contact us, please send below mail.

LICENSE

IoT-Pet-Home-System's pet-home-system is licensed under the GNU GENERAL PUBLIC LICENSE v3.

Copyright (C) 2017-present, kuj0210, KeonHeeLee, seok8418

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

PetHomeSystem part of IoT-Pet-Home-System. It is a server for running on raspberry pie, and supports functions while communicating with chat bots

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors