60
Software
• After the header, a synchronization character is used; this is a hex
0xAA
byte.
The implementation must ensure that a 16-bit sync character is checked, i.e.
0x00AA
, and not only an 8-bit
0xAA
character.
• Following the synchronization pattern, the bytes are assembled by shifting
the bits one by one: each 8 contiguous bits will be “cut” into a byte. First in-
formation assembled is the destination (
DST
) address: this is in order for all
the receiving stations to know if they must assemble the whole frame, or they
can go back to sleep. Only the addressed station will remain active after this
information was decoded.
Note: The byte ordering convention used on the network is “big endian,” i.e. the
MSB is sent first and the LSB last.
• Next are the source (
SRC
) address and the length of the data field. The data
field follows, and the frame is ended by a 16-bit CRC field. The CRC is com-
puted starting with the first byte after the
SYNC
character until (but not in-
cluding) the CRC bytes.
The data field can transport various type of data frames. After being successfully de-
coded and checked, these data frames are passed to the upper layer of the soft-
ware. The data frames recognized by the A440 and their answers are detailed in
“Data Frames” on page 61.
A device will answer to the requesting device with the answer frame. The answering
device will poll the radio channel for an acknowledge; the acknowledge may be ei-
ther the same frame send further up the network (if the communication has hops, i.e.
routing stations in between the master and remote device), or an acknowledge send
by the master – the master sends only a short radio frame containing the
SRC
and
DST
, both being its own ID. If the answering device does not receive the acknowl-
edge, it will repeat the frame after a one second delay (only once).
Another notable feature of the system is the way it handles the long and short head-
er frames. When a frame is sent by the master for the first time, it will be one with a
long header; all the stations on the path of the frame participating in a certain trans-
action will relay the frame with a long header. After relaying the frame, the stations
will remain active for a time calculated as (in seconds):
The above scheme assures that as long as another frame will follow during this time
interval (addressed to a station that is known to be also active), the header sent to
that station will be a short one.
Delay
Hops
1
+
=
Содержание A440
Страница 1: ...ADCON T E L E M E T R Y SMART WIRELESS SOLUTIONS A440 Wireless Modem Technical Reference Manual ...
Страница 6: ...6 ...
Страница 8: ...8 Introduction This manual is intended for the radio approval authorities and laboratories ...
Страница 15: ...22 Hardware Figure 7 A440 Back view ...
Страница 16: ...23 A440MB Figure 8 A440 Top view Figure 9 A440 Bottom view ...
Страница 17: ...24 Hardware Figure 10 A440 Left and Right views ...
Страница 18: ...25 A440MB Figure 11 A440 Case opened Figure 12 A440 Motherboard top view ...
Страница 19: ...26 Hardware Figure 13 A440 Motherboard bottom view ...
Страница 31: ...45 Data Transfer Check 3 6 Frequency Reference Specifications ...
Страница 33: ...47 Data Transfer Check Figure 23 A431 Module Bottom view ...
Страница 34: ...48 The A431 Radio Module ...