Browse Source

initial commit

Bachir Soussi Chiadmi 8 years ago
commit
e66619cdd1
2 changed files with 50 additions and 0 deletions
  1. 26 0
      README.md
  2. 24 0
      rpi/README.md

+ 26 - 0
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
+????

+ 24 - 0
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