Changes between Version 36 and Version 37 of construction_guide


Ignore:
Timestamp:
Feb 24, 2014, 8:40:24 PM (11 years ago)
Author:
smoser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • construction_guide

    v36 v37  
    1414'''Components to buy:'''
    1515  - a [http://www.raspberrypi.org Raspberry PI] Type B, order also a pre-formatted SD card
    16   - the rs232 communication board for the Raspberry (the board can be ordered [http://www.abelectronics.co.uk/products/3/Raspberry-Pi/29/Serial-Pi-RS232-Interface here])
     16  - the rs232 communication board for the Raspberry (the board can be ordered [http://www.abelectronics.co.uk/products/3/Raspberry-Pi/29/Serial-Pi-RS232-Interface here], make sure to order also the distance piece, it makes board fixation much more robust)
    1717  - a power supply for 12V and 5V (e.g. [http://www.meanwell.com/search/ADD-55/ADD-55-spec.pdf Mean Well ADD-55A])
    1818  - an external antenna for the flarm device
     
    2828==== Bring the Raspberry into service ====
    2929
    30 We use Raspbian (a descendant of the Linux Debian operating system), You will need a USB keyboard (a USB mouse is optional but helps) and a screen which connects to Chinch-video signal or HDMI for initial OS setup. Once your Pi is connected to the network, you can disconnect the peripherals and access it remotely via SSH.
     30We use Raspbian (a descendant of the Linux Debian operating system), You will need a USB keyboard (a USB mouse is optional but helps) and a screen which connects to Chinch-video signal or HDMI for initial OS setup. Once your Pi is connected to the network, you can disconnect the peripherals and access it remotely via SSH (verify that ssh is enabled after setting up the OS).
    3131
    3232==== The communication cable ====
     
    3636  - power supply for the Raspberry
    3737
    38 Heat up your soldering iron and [wiki:communication_cable craft your own] or contact mailto:info@flarmradar.ch if you are afraid of bruning fingers. We probably can help out.
     38Heat up your soldering iron and [wiki:communication_cable craft your own] or contact mailto:info@flarmradar.ch if you would like to obtain a cable from us. We probably can help out.
    3939
    40 ==== Wire the components ====
     40==== Assemble & wire the components ====
    4141
    42 ... to be written
     42Mount the rs232 communication board on the Raspberry, [http://www.irrational.net/2012/04/19/using-the-raspberry-pis-serial-port/ disable console output and boot messages on the serial interface].
    4343
    4444==== Configuration & Testing ====
    4545
    46 ... to be written
     46==== Client Software Installation ====
     47The client software is written in [http://www.perl.org Perl] and should run on any platform where Perl is supported.
     48Follow the [https://secure.netzschmiede.ch/svn/flarmradar/core/trunk/client/README.txt installation procedure] to install the client software.
     49
     50
    4751
    4852==== Software Installation ====