304
2 DESCRIPTION
This project focuses particularly on understanding
how navigation equipment (GPS, AIS, ECDIS, ETC)
share information. This requires knowledge of the
NMEA standard, as well as IEC 61162-1 [18] and IEC
61162-2 [19] standards, which define technical aspects
such as wiring and data format.
An economical practice is proposed that uses a low-
cost receiver capable of tuning marine VHF channels
87B and 88B, along with an appropriate PC and
software, to receive real-time AIS information. The
signal received, initially in audio format, will be
digitally processed using free or test software to obtain
NMEA frames with static, dynamic and navigation
data from ships, coastal stations and digital aids.
This information can be viewed on electronic charts,
offering a complete view of the maritime environment.
However, it is noted that reliability depends on the
veracity of the data issued, as there is no control over
its origin.
Finally, students are sought to understand how to
share these NMEA frames between on-board
computers, either via USB converters to RS422/RS485
[16] or within a single PC, simulating a basic ECDIS
system and encouraging practical learning of internal
communications on a government bridge.
3 MATERIALS USED IN PRACTICE
3.1 Receptor software o SDR
For reception in the channels, 87B and 88B in VHF
assigned to the AIS system we will use a low cost radio
receiver capable of receiving the channels of maritime
communications assigned to the maritime mobile
service. The receiver to be used is a receiver initially
designed as a dongle for receiving digital terrestrial
television on a PC. Nowadays they are popularly
known as RTL-SDR, and allow changing their
performance only by installing a different driver to the
one needed to demodulate transmissions of digital
terrestrial television or TDT. In this simple way, they
can be transformed into a Radio Device Designed by
Software or SDR [9]. The installation of free radio
software also offers the possibility of receiving
transmissions ranging from the OM band to UHF, and
all this thanks to the joint work of two integrated
circuits well known by radio engineering students, the
popular CI tuner R820T/2/R860 [11] among others
together with the IC demodulator RTL2832U [12].
Both circuits in combination and constant
communication constitute a radio receiver in full rule
and completely break with the concept of the
traditional hardware superheterodyne receiver where
functionality depended on physical elements such as
filters, amplifiers, demodulators etc.
On the contrary, the SDR receiver works basically
and in a very small way converting the received RF
signal to a lower frequency, called FI, which allows its
sampling in a digital analog converter, ADC, with its
own limitations imposed according to Nyquist
sampling theorem. In this way the received signal
passes from analog to digital once it has been
quantified and encoded.
Figure 1. Block Diagram RTL-SDR
Part of this work is carried out in the first stage of
the device, and more specifically in the tuner IC, where
the received signal is amplified, filtered and mixed
with the signal generated by the local oscillator in order
to obtain the FI. Once the FI is amplified and the
unwanted components are removed, it is driven to the
demodulator circuit to be scanned.
The FI signal already in the demodulator is first
sampled and quantified before passing through a
square modulator [6] decomposing it into two new
signals, known as phase I signal and Q-square signal.
Later these two signals are decimated into a
downstream digital converter [21], DDC, to move the
digital signal of interest or FI to a lower frequency by
sampling at a lower frequency than required according
to Nyquist's theorem. In this way, the initial FI signal is
broken down into two new baseband signals for
further treatment.
Figure 2. Circuit RTL-SDR
After obtaining I and Q signals, and how to expect,
only the digital signal processor or DSP [5, 10] analysis
remains. Processing this data using specific software
allows reverse engineering operations by being able to
emulate filters, demodulators, detectors etc. without
the need for specific hardware.
Figure 3. Physical device SDR