Changes between Version 36 and Version 37 of construction_guide
- Timestamp:
- Feb 24, 2014, 8:40:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
construction_guide
v36 v37 14 14 '''Components to buy:''' 15 15 - 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) 17 17 - a power supply for 12V and 5V (e.g. [http://www.meanwell.com/search/ADD-55/ADD-55-spec.pdf Mean Well ADD-55A]) 18 18 - an external antenna for the flarm device … … 28 28 ==== Bring the Raspberry into service ==== 29 29 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 .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 (verify that ssh is enabled after setting up the OS). 31 31 32 32 ==== The communication cable ==== … … 36 36 - power supply for the Raspberry 37 37 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.38 Heat 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. 39 39 40 ==== Wire the components ====40 ==== Assemble & wire the components ==== 41 41 42 ... to be written 42 Mount 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]. 43 43 44 44 ==== Configuration & Testing ==== 45 45 46 ... to be written 46 ==== Client Software Installation ==== 47 The client software is written in [http://www.perl.org Perl] and should run on any platform where Perl is supported. 48 Follow the [https://secure.netzschmiede.ch/svn/flarmradar/core/trunk/client/README.txt installation procedure] to install the client software. 49 50 47 51 48 52 ==== Software Installation ====