Changes between Version 39 and Version 40 of construction_guide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • construction_guide

    v39 v40  
    54541. Log on the Raspberry (as user 'pi') and install required dependencies
    5555
    56 
    5756{{{
    5857$ sudo apt-get update && apt-get install zip dnsutils libwww-perl libdevice-serialport-perl minicom
     
    6059
    6160 
    62 2. Connect the Flarm to the Raspberry and start minicom
    63   -> $ sudo minicom
     612. Configure minicom
    6462
    65 3. 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:
     63{{{
     64$ sudo minicom -s
     65}}}
    6866
     67Configure the device (/dev/ttyAMA0) and make sure that the baud rate matches with the settings of your Flarm device. Save the configuration file.
     68
     693. Once the configuration is correct you must be able to see live position data when you start minicom:
     70
     71
     72{{{
    6973$ sudo minicom
    7074....
     
    7781$GPGGA,123513.00,4710.24782,N,00902.46659,E,1,8,1.40,413.1,M,48.0,M,,*67
    7882....
     83}}}
     84
    7985Download 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.
    8086