SIM68V/en: различия между версиями

Материал из Wiren Board
(Новая страница: «SIM68V»)
 
 
(не показаны 23 промежуточные версии этого же участника)
Строка 1: Строка 1:
<languages/>
<languages/>
Краткие характеристики:
Brief characteristics:




* Чипсет MT3333, MediaTek
* Mt3333 CHIPSET, MediaTek
** Количество каналов: 33 для слежения, 99 для захвата
** Number of channels: 33 for tracking, 99 for capturing
** Навигационные системы: ГЛОНАСС/GPS/GALILEO/GZSS
** Navigation systems: GLONASS/GPS/GALILEO/GZSS
** Точность : 2.(CEP 50% 24часа)
** Accuracy : 2.5 m (CEP, 50% 24 hours)
** Чувствительность:
** Sensitivity:
*** Tracking: - 167dBm
*** Tracking: - 167dBm
*** Navigation: -157dBm
*** Navigation: -157dBm
*** Cold Start: -148dBm
*** Cold Start: -148dBm
** TTFF:
** TTFF:
*** Холодный старт: 28 сек (типичное значение)
*** Cold start: 28 sec (typical value)
*** Горячий старт: 1 сек (типичное значение)
***Hot start: 1 sec (typical value)
** Работа с переотраженными сигналами
** Working with re-reflected signals
** SBAS (WAAS, EGNOS, GAGAN, MSAS)
** SBAS (WAAS, EGNOS, GAGAN, MSAS)
** Функции:
** Functions:
*** Принудительный выбор режима работы GPS Only, GLONASS Only или GPS/GLONASS
*** The forced choice of operation mode: GPS Only, GLONASS Only or GPS/GLONASS
*** AlwaysLocate (адаптивная работа приемника в зависимости от движения для экономии энергопотребления)
*** AlwaysLocate (adaptive operation of the receiver depending on the movement to save energy)
*** EPO/Hot Still (применение скачанных с сервера аппроксимированных эфемерид на 7/14/30 дней)
*** EPO/Hot Still (application of approximated ephemerides downloaded from the server for 7/14/30 days)
*** EASY (самостоятельная аппроксимация эфемерид на 3 дня вперед)
*** EASY (independent approximation of the ephemeris for 3 days in advance)
*** LOCUS (хранение треков в памяти)
*** LOCUS (storage of tracks in memory)
*** AIC (подавление шумовых гармоник с информированием об их наличии - Jamming)
*** AIC (suppression of noise harmonics with information about their presence - Jamming)
** Протокол: NMEA 0183/MTK
** Protocol: NMEA 0183/MTK
** Частота вывода сообщений до 10Гц (1Гц по умолчанию)
** The frequency of the output messages up to 10Hz (1Hz default)
** Скорость обмена UART: 4800...921600 бит/сек (115200 или 9600 бит/сек по умолчанию)
** The speed of exchange UART: 4800...921600 bps (115200 or 9600 bps by default)
** Тип антенн: активная/пассивная
** Antenna type: active/passive
** Питание: 2.8...4., 27мА в режиме ГЛОНАСС+GPS при непрерывном слежении
** Power supply: 2.8...4.3 V, 27mA GLONASS+GPS mode with continuous tracking
** Рабочий диапазон температур -40°C...+85°C
** Operating temperature range -40°C...+85°C








== В Wiren Board ==
== on Wiren Board ==


Подключён к чипу [[Special:MyLanguage/SC16IS752|SC16IS752]]. Порт в Linux <b>/dev/ttyNSC1</b>. Скорость по-умолчанию 9600. (Некоторые модули могут иметь скорость 115200).
Connected to the [[SC16IS752/en|SC16IS752]] chip. Linux port: <b>/dev/ttyNSC1</b>. The default speed is 9600. (Some modules may have a speed of 115200). Output protocol NMEA sentences.
Проктокол вывода - NMEA.


Конфигурация порта:
Port configuration:


<pre>
<pre>
Строка 44: Строка 43:
</pre>
</pre>


Терминал (проверка работы):
Terminal (operation check):
<pre>
<pre>
minicom /dev/ttyNSC1
minicom /dev/ttyNSC1
Строка 50: Строка 49:




== Управление ==
== Management ==


Модулем GPS можно управлять с помощью отправки в порт проприетарных команд чипсета MT3333. Список команд см. в разделе документация.
The GPS module can be controlled by sending mt3333 chipset proprietary commands to THE port. For a list of commands, see documentation.


Примеры полезных команд приведены ниже.
Examples of useful commands are given below.




=== Отключение модуля ===
=== Disabling the module ===


Команда <b>161 PMTK_CMD_STANDBY_MODE</b>.
<b>161 PMTK_CMD_STANDBY_MODE</b> command.
Переводит модуль в неактивный режим для снижения энергопотребления. Для пробуждения модуля надо послать любой байт в порт.
Deactivates the module to reduce power consumption. To activate the module, send any byte to the port.


<pre>
<pre>
Строка 66: Строка 65:
</pre>
</pre>


<b>В Wiren Board rev. 2.8 питание внешней активной антенны не отключается при переводе модуля в режим энергосбережения. Для отключения питания внешней активной антенны необходимо отключить всю шину питания 3.</b>.
<b>In Wiren Board controller rev. 2.8 the external active antenna is not powered off when the module is put into power saving mode. To power off the external active antenna, the entire 3.3 V power bus must be disconnected.</b>.




===  AlwaysLocate ===
===  AlwaysLocate ===


Режим AlwaysLocate - адаптивная работа приемника в зависимости от движения для экономии энергопотребления. В этом режиме приёмник периодически засыпает и просыпается, при этом периодичность и продолжительность режимов определяется автоматически.
AlwaysLocate mode is an adaptive operation of the receiver depending on the movement to save power consumption. In this mode, the receiver periodically falls asleep and wakes up, and the frequency and duration of the modes is determined automatically.


<b>225 PMTK_CMD_PERIODIC_MODE</b>
<b>225 PMTK_CMD_PERIODIC_MODE</b>


Вернуться в обычный режим работы:
Return to normal operation mode:
 
<pre>
<pre>
echo -e "\$PMTK225,0*2B\r" > /dev/ttyNSC1
echo -e "\$PMTK225,0*2B\r" > /dev/ttyNSC1
</pre>
</pre>


Режим AlwaysLocate (TM) standby mode:
AlwaysLocate (TM) standby mode:
<pre>
<pre>
echo -e "\$PMTK225,8*23\r" > /dev/ttyNSC1
echo -e "\$PMTK225,8*23\r" > /dev/ttyNSC1
</pre>
</pre>


Режим AlwaysLocate (TM) backup mode:
AlwaysLocate (TM) backup mode:
<pre>
<pre>
echo -e "\$PMTK225,9*22\r" > /dev/ttyNSC1
echo -e "\$PMTK225,9*22\r" > /dev/ttyNSC1
Строка 95: Строка 95:
== AGPS ==
== AGPS ==


Чипсет поддерживает загрузку скачанных с сервера эфемерид для ускорения старта. Загруженные в модуль эфемериды сохраняются во внутренней флеш-памяти модуля.
The chipset supports downloading tables of coordinates, e.g. ephemerides, downloaded from the server to speed up the start. Ephemerides loaded into the module are stored in the internal flash memory of the module.


Подробнее: http://electronix.ru/forum/index.php?s=&showtopic=114152&view=findpost&p=1177669
Read more: http://electronix.ru/forum/index.php?s=&showtopic=114152&view=findpost&p=1177669


Загрузка происходит с помощью простого бинарного протокола. Готовой реализации для Linux пока нет.
The download is proceed using a simple binary protocol. There is no ready-made implementation for Linux yet.






== Документация ==
== Documentation ==


* [http://www.mt-system.ru/catalog/besprovodnye-reshenija/glonass/glonassgps-priemniki-simcom/linejka-glonassgps-priemnikov/s-0 Описание]
* [http://www.mt-system.ru/catalog/besprovodnye-reshenija/glonass/glonassgps-priemniki-simcom/linejka-glonassgps-priemnikov/s-0 Description]
* [http://www.mt-system.ru/catalog/besprovodnye-reshenija/glonass/glonassgps-priemniki-simcom/dokumentacija-na-glonassgps-priem Документация]
* [http://www.mt-system.ru/catalog/besprovodnye-reshenija/glonass/glonassgps-priemniki-simcom/dokumentacija-na-glonassgps-priem Documentation]
* Проприетарные команды MT3333 от SIMCOM: [[Файл:SIM28_SIM68R_SIM68V_NMEA_Messages_Specification_V1.01.pdf|Файл:SIM28_SIM68R_SIM68V_NMEA_Messages_Specification_V1.01.pdf]]
* MT3333 proprientary commands from SIMCOM: [[Файл:SIM28_SIM68R_SIM68V_NMEA_Messages_Specification_V1.01.pdf|File:SIM28_SIM68R_SIM68V_NMEA_Messages_Specification_V1.01.pdf]]
* Описания других модулей на MT333x: http://ultran.ru/sites/default/files/it530m_datasheet_0.pdf, http://www.wless.ru/files/GPS/Locosys/MC-1010-G_datasheet_v1.0.pdf
* Descriptions of other modules based on MT333x:http://ultran.ru/sites/default/files/it530m_datasheet_0.pdf, http://www.wless.ru/files/GPS/Locosys/MC-1010-G_datasheet_v1.0.pdf
* ftp://ftp.macrogroup.ru/Support/Seminar/webinar_new%20modules_%2001.01.2013%20.pdf
* ftp://ftp.macrogroup.ru/Support/Seminar/webinar_new%20modules_%2001.01.2013%20.pdf

Текущая версия на 13:40, 26 апреля 2019

Другие языки:

Brief characteristics:


  • Mt3333 CHIPSET, MediaTek
    • Number of channels: 33 for tracking, 99 for capturing
    • Navigation systems: GLONASS/GPS/GALILEO/GZSS
    • Accuracy : 2.5 m (CEP, 50% 24 hours)
    • Sensitivity:
      • Tracking: - 167dBm
      • Navigation: -157dBm
      • Cold Start: -148dBm
    • TTFF:
      • Cold start: 28 sec (typical value)
      • Hot start: 1 sec (typical value)
    • Working with re-reflected signals
    • SBAS (WAAS, EGNOS, GAGAN, MSAS)
    • Functions:
      • The forced choice of operation mode: GPS Only, GLONASS Only or GPS/GLONASS
      • AlwaysLocate (adaptive operation of the receiver depending on the movement to save energy)
      • EPO/Hot Still (application of approximated ephemerides downloaded from the server for 7/14/30 days)
      • EASY (independent approximation of the ephemeris for 3 days in advance)
      • LOCUS (storage of tracks in memory)
      • AIC (suppression of noise harmonics with information about their presence - Jamming)
    • Protocol: NMEA 0183/MTK
    • The frequency of the output messages up to 10Hz (1Hz default)
    • The speed of exchange UART: 4800...921600 bps (115200 or 9600 bps by default)
    • Antenna type: active/passive
    • Power supply: 2.8...4.3 V, 27mA GLONASS+GPS mode with continuous tracking
    • Operating temperature range -40°C...+85°C



on Wiren Board

Connected to the SC16IS752 chip. Linux port: /dev/ttyNSC1. The default speed is 9600. (Some modules may have a speed of 115200). Output protocol NMEA sentences.

Port configuration:

stty -F /dev/ttyNSC1 line 0 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke 9600

Terminal (operation check):

minicom /dev/ttyNSC1


Management

The GPS module can be controlled by sending mt3333 chipset proprietary commands to THE port. For a list of commands, see documentation.

Examples of useful commands are given below.


Disabling the module

161 PMTK_CMD_STANDBY_MODE command. Deactivates the module to reduce power consumption. To activate the module, send any byte to the port.

echo -e "\$PMTK161,0*28\r" > /dev/ttyNSC1

In Wiren Board controller rev. 2.8 the external active antenna is not powered off when the module is put into power saving mode. To power off the external active antenna, the entire 3.3 V power bus must be disconnected..


AlwaysLocate

AlwaysLocate mode is an adaptive operation of the receiver depending on the movement to save power consumption. In this mode, the receiver periodically falls asleep and wakes up, and the frequency and duration of the modes is determined automatically.

225 PMTK_CMD_PERIODIC_MODE

Return to normal operation mode:

echo -e "\$PMTK225,0*2B\r" > /dev/ttyNSC1

AlwaysLocate (TM) standby mode:

echo -e "\$PMTK225,8*23\r" > /dev/ttyNSC1

AlwaysLocate (TM) backup mode:

echo -e "\$PMTK225,9*22\r" > /dev/ttyNSC1



AGPS

The chipset supports downloading tables of coordinates, e.g. ephemerides, downloaded from the server to speed up the start. Ephemerides loaded into the module are stored in the internal flash memory of the module.

Read more: http://electronix.ru/forum/index.php?s=&showtopic=114152&view=findpost&p=1177669

The download is proceed using a simple binary protocol. There is no ready-made implementation for Linux yet.


Documentation