initial commit
This commit is contained in:
@@ -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
|
||||
????
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user