- Installation method of Rasbian
https://www.raspberrypi.org/documentation/installation/installing-images/
-
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.
-
Boot up your Raspberry Pi.
-
From the prompt, run
sudo raspi-config.
sudo raspi-config
- If the
cameraoption is not listed, you will need to run a few commands to update your Raspberry Pi. Runsudo apt-get updateandsudo apt-get upgrade.
sudo apt-get update
sudo apt-get upgrade
-
Run
sudo raspi-configagain - you should now see thecameraoption.
-
Navigate to the
cameraoption, and enable it. SelectFinishand reboot your Raspberry Pi.
- 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)
- 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)
$ git clone https://github.com/IoT-Pet-Home-System/petHomeSystem
$ sudo chmod +0777 setting.sh
$ ./setting.sh$ cd src
$ sudo python3 server.pyContributing on our repository is very thanks, and welcome!
If you want to contact us, please send below mail.
-
KeonHeeLee (chattingBotServer)
-
kuj0210 (All management)
-
seok8418 (petHomeSystem)
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/>.

