pull/47/head
F5OEO 2016-10-18 13:41:26 +00:00
rodzic 38af3b3c83
commit ab975a275e
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -4,6 +4,8 @@
*(Created by Evariste Courjaud F5OEO. Code is GPL)*
# Installation
Install a Raspbian Lite : ([Raspbian Lite](http://www.raspberrypi.org/downloads/raspbian/))
```sh
$ wget https://raw.githubusercontent.com/F5OEO/rpidatv/master/install.sh
$ chmod +x install.sh
@ -11,7 +13,7 @@ $ ./install.sh
```
# Hardware
Plug a wire on GPIO 12, means Pin 32 of the GPIO header ([header P1](http://elinux.org/RPi_Low-level_peripherals#General_Purpose_Input.2FOutput_.28GPIO.29)): this act as the antenna. Length depend on transmit frequency, but with few centimeters it works for local testing.
Plug a wire on GPIO 12, means Pin 32 of the GPIO header : this act as the antenna. Length depend on transmit frequency, but with few centimeters it works for local testing.
# Modulator
**rpidatv** is located in rpidatv/bin folder

Wyświetl plik

@ -606,8 +606,8 @@ do_status()
do_receive_status()
{
whiptail --title "RECEIVE" --msgbox "$INFO" 8 78
sudo killall rpidatvgui
sudo killall leandvb
sudo killall rpidatvgui >/dev/null 2>/dev/null
sudo killall leandvb >/dev/null 2>/dev/null
}