Changes between Version 38 and Version 39 of construction_guide


Ignore:
Timestamp:
Feb 24, 2014, 9:12:08 PM (11 years ago)
Author:
smoser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • construction_guide

    v38 v39  
    4242Mount 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
    44 Then plug in the Sub-D plug into the plug socket of the RS232 Communication Board. Also connect micro-usb cable with the Raspberry's power supply socket. Finally connect the 3 cables with GND (black), +12V (red) and +5V (
     44Then plug in the Sub-D plug into the plug socket of the RS232 Communication Board. Also connect micro-usb cable with the Raspberry's power supply socket. Finally connect the 3 cables with GND (black), +12V (red) and +5V (yellow) with your power supply.
     45
     46Then turn on the power supply. You should see the Raspberrys LEDs light up, indicating that the 5V power supply is working correctly.
     47
     48Connect now the communication cable with the Flarm device. You should also see that the device starts the boot sequence.
     49
     50Finally connect the Raspberry to the network.
     51
     52==== Establish communication between Flarm and Raspberry ====
     53
     541. Log on the Raspberry (as user 'pi') and install required dependencies
     55
     56
     57{{{
     58$ sudo apt-get update && apt-get install zip dnsutils libwww-perl libdevice-serialport-perl minicom
     59}}}
     60
     61 
     622. Connect the Flarm to the Raspberry and start minicom
     63  -> $ sudo minicom
     64
     653. Configure communication settings for minicom (tty, baud rate, etc.). Save the
     66  configuration file. Once the configuration is correct and the Flarm Device is
     67  turned on, you must be able to see live position data when you start minicom:
     68
     69$ sudo minicom
     70....
     71$GPRMC,123512.00,A,4710.24781,N,00902.46662,E,0.017,237.67,240312,,,A*6E
     72$GPGGA,123512.00,4710.24781,N,00902.46662,E,1,8,1.40,413.2,M,48.0,M,,*6E
     73$PFLAA,0,-118,-85,1,1,4B51BC,0,,0,0.1,1*1E
     74$PFLAA,0,-35,-124,2,1,4B51FF,158,,0,0.1,1*14
     75$PFLAU,2,1,1,1,0,,0,,*61
     76$GPRMC,123513.00,A,4710.24782,N,00902.46659,E,0.002,237.67,240312,,,A*60
     77$GPGGA,123513.00,4710.24782,N,00902.46659,E,1,8,1.40,413.1,M,48.0,M,,*67
     78....
     79Download the software package The software is installed via Follow the [https://secure.netzschmiede.ch/svn/flarmradar/core/trunk/client/README.txt installation procedure] to install the client software.
    4580
    4681==== Configuration & Testing ====
    4782
    48 ==== Client Software Installation ====
    49 The client software is written in [http://www.perl.org Perl] and should run on any platform where Perl is supported.
    50 Follow the [https://secure.netzschmiede.ch/svn/flarmradar/core/trunk/client/README.txt installation procedure] to install the client software.
     83
    5184
    5285