Enfora MT2500: Difference between revisions

From chaoswiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Anschlüsse ==
== Anschlüsse ==
Der Stecker ist Molex Bestellnummer '''43025-1600''' und die korrekten Kontakte dazu sind Molex Bestellnummer '''43030-0008'''.
Der Stecker ist Molex Bestellnummer '''43025-1600''' und die passenden Kontakte dazu sind Molex Bestellnummer '''43030-0008'''.


[[File:Molex.png]]
[[File:Molex.png]]
Line 6: Line 6:
{|
{|
!Pin
!Pin
!Signal
!Name
|-
!Description
|1
!-
|Mic + (Differential Audio Input)
|1
|-
| Ear (-)
| Ear Phone - Note: This is an output only that is connected directly to the modem. Input voltages should not be applied.
|2
|2
|Mic - (Differential Audio Input)
|Ear(+)
|-
| Ear Phone + Note: This is an output only that is connected directly to the modem. Input voltages should not be applied.
|3
| 3 1-Wire 1-Wire® Interface
|Ignition Sense
Note: Maximum voltage on this pin is 3.3 VDC
|-
4 ADC In #2 Analog-to-Digital Input, 0 – 32 VDC
|4
5 ADC In #1 Analog-to-Digital Input, 0 – 16 VDC
|USB D+
6 Ground System Ground
|-
7 Ground System Ground; Connector has longer pin for MFBL.
|5
8 Digital Digital Input #2 (GPI9)
|USB D-
Input #2
|-
9 Digital Digital Input #1 (GPI1)
|6
Input #1
|Ground
10 RS-232 CTS RS-232 CTS Out
|-
Note: This is an output only. Input voltages should not be applied.
|7
11 Ignition Vehicle Ignition Sense
|GPO5 (General Purpose Output)
Sense
|-
12 MIC (-) Microphone -
|8
Note: Although this signal is AC (capacitively) coupled to the modem, there is
|GPO2 (General Purpose Output)
a 1K Ohm resistor to ground with a power rating of 0.0625 W. This limits max-
|-
imum input voltage to <7.9VDC. Designed for audio only, any other signals or
|9
voltages may damage the device.
|EARP (Differential Audio Output)
13 MIC (+) Microphone +
|-
Note: Although this signal is AC (capacitively) coupled to the modem, the MIC-
|10
BIAS output from the modem has a 330 Ohm to 1K Ohm voltage divider with
|EARN (Differential Audio Output)
a 10 uF, 6.3 V capacitor connected between the two resistors and to ground.
|-
Assuming a 2.6 V MICBIAS output, this limits the maximum voltage that may
|11
be applied to the MIC+ input to approximately <15 VDC so that the voltage rat-
|Power Input (9-16 VDC)
ing of the capacitor is not exceeded.
|-
14 Digital Output, High-Current Sink, Low-Current Source, Latched (GPO2)
- 12 -
|12
|USB Vbus
Output 1
|-
15 Digital Output, High-Current Sink, Low-Current Source, Latched (GPO5)
|13
Output 2
|GPI1 (General Purpose Digital Input)
16 Digital Output, High-Current Sink, Latched (GPO3)
|-
Output 3
|14
17 Power In Vehicle Power from 12 or 24 V Vehicles;
|GPO3 (Latched General Purpose Output)
18 Power In Vehicle Power from 12 or 24 V Vehicles;
|-
19 Digital Digital Input #3 (GPI10)
|15
Input #3
|A/D IN 2 (Dual Function Input) (Operation as Analog 0-16V or Digital Input is Configured via AT Command)
20 RS-232 RTS RS-232 RTS In
|-
Note: -25 VDC to 25 VDC
|16
21 RS-232 TX RS-232 TX In
|A/D IN 1 (Analog Input 0-16V)
Note: -25 VDC to 25 VDC
|-
22 RS-232 RX RS-232 RX Out
|}
Note: This is an output only. Input voltages should not be applied.


Die USB Abschirmung und die Masse sollen mit pin 6 (ground) verbunden werden, die Positive USB Leitung wird an Pin 12(Vbus) angeschlossen.
== Anleitungen ==

== Offizielle Anleitungen ==


* [[File:Mt2500 quick start guide.pdf]]
* [[File:Mt2500 quick start guide.pdf]]
* [[File:UK ENF MT 4000 User Guide.pdf]]
* [[File:GSM2418UG001 - MT 2500 User Guide.pdf]]
* [[File:AT-Commands.pdf]]
* [[File:AT-Commands.pdf]]
* [[File:Programmingenfora.pdf]]
* [[File:Programmingenfora.pdf]]

== Erkenntnisse ==

* Auf dem Tracker ist ein Kleber der sagt dass man das Gerät an die Stromversorgung anschliessen muss bevor man den USB Stecker einsteckt. Es geht nichts kaputt wenn man diesen Hinweis nicht beachtet, aber der Tracker startet im Firmware upload Modus.
* Der tracker emuliert drei serielle CDC Schnittstellen, leider funktionieren diese nur mit Windows, weil das Linux Modul die USB ID nicht kennt(?)
* Der erste serielle Port wird für debug informationen benutzt, am zweiten Port kann das Gerät programmiert werden. Der zweck des dritten Ports ist nicht bekannt.
* Der Tracker dürfte mit dem internen Akku zwischen 3h (GPS und GSM im dauerbetrieb) und 14h (GPS und GSM im standby) laufen.

== Programmierung ==
Ein Positionsupdate alle 60s oder 100m schicken:
<pre>
at&f
at&w
at+cgdcont=1,"IP","internet","",0,0
at%cgpco=1,"new,new",0
at$friend=1,1,"Dest IP"
at$udpapi=,Dest Port
at$wakeup=0,1
at$evtim1=60
at$evtim2=1200
at$event=12,1,12,1,1
at$event=12,3,40,0,4350
at$event=13,0,16,100,1000000
at$event=13,3,43,2,0
at$event=13,3,40,0,4350
AT$areg=2
at&w
</pre>

[...]


[[Category:Hardware]]
[[Category:Hardware]]

Latest revision as of 19:59, 19 July 2014

Anschlüsse

Der Stecker ist Molex Bestellnummer 43025-1600 und die passenden Kontakte dazu sind Molex Bestellnummer 43030-0008.

Molex.png

Pin Signal
1 Mic + (Differential Audio Input)
2 Mic - (Differential Audio Input)
3 Ignition Sense
4 USB D+
5 USB D-
6 Ground
7 GPO5 (General Purpose Output)
8 GPO2 (General Purpose Output)
9 EARP (Differential Audio Output)
10 EARN (Differential Audio Output)
11 Power Input (9-16 VDC)
12 USB Vbus
13 GPI1 (General Purpose Digital Input)
14 GPO3 (Latched General Purpose Output)
15 A/D IN 2 (Dual Function Input) (Operation as Analog 0-16V or Digital Input is Configured via AT Command)
16 A/D IN 1 (Analog Input 0-16V)

Die USB Abschirmung und die Masse sollen mit pin 6 (ground) verbunden werden, die Positive USB Leitung wird an Pin 12(Vbus) angeschlossen.

Offizielle Anleitungen

Erkenntnisse

  • Auf dem Tracker ist ein Kleber der sagt dass man das Gerät an die Stromversorgung anschliessen muss bevor man den USB Stecker einsteckt. Es geht nichts kaputt wenn man diesen Hinweis nicht beachtet, aber der Tracker startet im Firmware upload Modus.
  • Der tracker emuliert drei serielle CDC Schnittstellen, leider funktionieren diese nur mit Windows, weil das Linux Modul die USB ID nicht kennt(?)
  • Der erste serielle Port wird für debug informationen benutzt, am zweiten Port kann das Gerät programmiert werden. Der zweck des dritten Ports ist nicht bekannt.
  • Der Tracker dürfte mit dem internen Akku zwischen 3h (GPS und GSM im dauerbetrieb) und 14h (GPS und GSM im standby) laufen.

Programmierung

Ein Positionsupdate alle 60s oder 100m schicken:

at&f
at&w
at+cgdcont=1,"IP","internet","",0,0
at%cgpco=1,"new,new",0
at$friend=1,1,"Dest IP"
at$udpapi=,Dest Port
at$wakeup=0,1
at$evtim1=60
at$evtim2=1200
at$event=12,1,12,1,1
at$event=12,3,40,0,4350
at$event=13,0,16,100,1000000
at$event=13,3,43,2,0
at$event=13,3,40,0,4350
AT$areg=2
at&w

[...]