From e66619cdd14d06405769add548a7ff4035bd1cdc Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 10 Jun 2016 15:52:44 +0200 Subject: [PATCH] initial commit --- README.md | 26 ++++++++++++++++++++++++++ rpi/README.md | 24 ++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 README.md create mode 100644 rpi/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..77b471b --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +--- +title : Rover +author : Bachir Soussi Chiadmi +date : 10-06-2016 +--- + +Heiko Hansen - Rover +==================== + +autonomous raspberry pi taking pictures with gps coordinates and sending them online through gsm connection +please read at rpi/readme and server/readme for more detailles. + +## Material + +### raspberry pi 3 + +### camera module +Raspberry Pi camera module rev 1.3 +https://www.raspberrypi.org/products/camera-module/ + +### gprs/gps module + antennas +http://www.lextronic.fr/P34214-platine-shield-3g-umts--gps.html +Cette platine Shield intègre un module GPS haute performance de type MAX-M8Q-0 (u-blox™) associé à un module haute performance 3G (UMTS) de type SARA-U270-0xS (u-blox™). + +### Alimentation +???? diff --git a/rpi/README.md b/rpi/README.md new file mode 100644 index 0000000..737d8b3 --- /dev/null +++ b/rpi/README.md @@ -0,0 +1,24 @@ +--- +title : Rover +author : Bachir Soussi Chiadmi +date : 10-06-2016 +--- + +Heiko Hansen - Rover - RPI +==================== + +raspberry pi 3 +camera module +gprs/gps module + +## systeme +install Arch Linux ARM systeme on rpi following these how to : https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3 + +connect to rpi through ssh + +make updates : ```pacman -Syyu``` + +install git : ```pacman -S git``` + +clone this repos : ```git clone guime https://g-u-i.me/gogs/bachir/hehe-rover.git ``` +## camera module