Changes between Version 39 and Version 40 of construction_guide
- Timestamp:
- Feb 24, 2014, 9:19:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
construction_guide
v39 v40 54 54 1. Log on the Raspberry (as user 'pi') and install required dependencies 55 55 56 57 56 {{{ 58 57 $ sudo apt-get update && apt-get install zip dnsutils libwww-perl libdevice-serialport-perl minicom … … 60 59 61 60 62 2. Connect the Flarm to the Raspberry and start minicom 63 -> $ sudo minicom 61 2. Configure minicom 64 62 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 is67 turned on, you must be able to see live position data when you start minicom: 63 {{{ 64 $ sudo minicom -s 65 }}} 68 66 67 Configure the device (/dev/ttyAMA0) and make sure that the baud rate matches with the settings of your Flarm device. Save the configuration file. 68 69 3. Once the configuration is correct you must be able to see live position data when you start minicom: 70 71 72 {{{ 69 73 $ sudo minicom 70 74 .... … … 77 81 $GPGGA,123513.00,4710.24782,N,00902.46659,E,1,8,1.40,413.1,M,48.0,M,,*67 78 82 .... 83 }}} 84 79 85 Download 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. 80 86