home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / aprs72a.zip / README / TELEMTRY.TXT < prev    next >
Text File  |  1995-02-04  |  11KB  |  203 lines

  1. TELEMTRY.txt 6.5         APRS TELEMETRY SYSTEM
  2.                    Using the Micro.Interface.Module (MIM)
  3.  
  4. NOTE: THIS INFORMATION IS PRELIMINARY, AND ALTHOUGH A PROTOTYPE IS WORKING
  5. FINE, HE AND I ARE STILL FINE TUNING THE PROTOCOLS AND FINAL DESIGN SPEC.
  6. IF YOU ARE INTERESTED LET US KNOW.
  7.  
  8.       Carl Wick, N3MIM, has developed a simple, yet powerful Micro-Interface-
  9. Module that can be used as a single chip APRS telemetry system.  Although the
  10. intent of his original design was to make a very simple, light-weight, throw-
  11. away module for experimental balloon flights, his design has now evolved into
  12. a very useful APRS packet tool.  Using a single chip microprocessor, he has
  13. implemented a complete TNC (transmitter only) on a chip.  This chip has four
  14. analog inputs, five digital bit inputs, a receive audio input (for propoer
  15. CSMA operation) and outputs PTT and AX.25 audio using digital synthesis.  The
  16. only external components besides the sensors themselves, are a crystal and a
  17. transmitter.  A 0.2 cu in. 500 mw xmtr is available too!  The pin-out follows:
  18.  
  19.                     _____________
  20.         Analog 3 --O|           |O-- Analog 2
  21.         Analog 4 --O|   M.I.M   |O-- Analog 1
  22.        Rcv input --O|           |O-- Xtal
  23.            reset --O|   AX.25   |O-- Xtal
  24.            Gnd   --O|           |O-- 5 volts
  25.      Input bit 1 --O| Telemetry |O-- AX.25 out
  26.      input bit 2 --O|           |O-- AX.25 out
  27.      input bit 3 --O|   Chip    |O-- PTT
  28.      input bit 4 --O|___________|O-- Input bit 5
  29.  
  30.  
  31. APRS TELEMETRY RECEIVING SYSTEM:   Any telemetry system requires a table of
  32. equations and labels to make the values useable at the receiver site.  The
  33. problem with most experimental telemetry systems, is that the receiver system
  34. must be tailored for every new application.  In the case of a one-time
  35. balloon launch, (or any experiment assembled to meet a schedule) the
  36. equations are not usually available until just hours or minutes before
  37. launch.  This means that it is next to impossible to distribute the equations
  38. and parameter definitions to a large number of tracking stations and to be
  39. able to have receiving telemetry software ready to go.
  40.  
  41.       For this reason, APRS has been designed to serve as a general purpose
  42. telemetry tracking system for the M.I.M.  Using APRS it is possible to
  43. transmit the telemetry equations, parameter definitions and channel units IN
  44. REAL TIME!  Once any APRS station receives these parameter transmissions, it
  45. is then ready to receive and to display the real-time telemetry values in the
  46. proper engineering units.  The TELEMETRY page is displayed using the alt-T
  47. command.  Hitting this command causes APRS to scan the READ MAIL screen
  48. looking for the telemetry equations, and then to scan the ALL_BEACONS pages
  49. looking for TELEMETRY values.  Up to 16 samples are displayed per page, for
  50. a total of 75 samples.  The TELEMETRY samples are saved in the normal LOG
  51. files.  A sketch of the APRS telemetry display is shown below:
  52.  
  53.  
  54. APRS TELEMETRY FOR XYZ BALLOON LAUNCH
  55.  
  56. SER TIME Battery  AirTemp  BTemp  Pres   Altude Camera Chute  Sun    10m  ATV
  57. NUM      volts    deg.F    deg.F  Mbars  K feet BIT    BIT    BIT    BIT  BIT
  58. --- ---- -------- -------- ------ ------ ------ ------ ------ ------ ---- ----
  59. 101 1215  12.8     86       85    999      0    ...    ...    ...    ...  ...
  60. 102 1216  12.8     86       85    999     1000  ...    ...    ...    ...  ...
  61. 103 1217  12.6     87       87    998     2000  ...    ...    ...    ...  ...
  62. 104 1218  12.4     84       80    980     4000  clik   ...    on     on   high
  63. 105 1219  12.3     80       76    900     8000  ...    ...    ...    on   high
  64. 106 1220  12.1     75       70    850     16000 ...    ...    on     on   ...
  65. 107 1221  12.0     70       65    800     32000 clik   ...    ...    ...  ...
  66. 108 1222  12.0     65       60    730     64000 ...    ...    on     ...  high
  67.  
  68.  
  69.     Notice that the M.I.M module transmits a value for each of its four
  70. analog channels and each of its five digital bits once every sample time.  On
  71. receipt, the fourth analog channel is displayed along with a fifth relative
  72. channel which has its own separate equation for the 4th value, such as for
  73. Pressure and Altitude in a balloon experiment.  The sample periodicity can be
  74. set from any value from 1 second to 16 minutes depending on the application.
  75. Each sample includes a unique serial number.  In addition, not only can the
  76. parameter name, units and equations be specified for each of the analog
  77. channels, but the word to be associated with either the 0 or 1 value of each
  78. digital bit can also be specified.
  79.  
  80.      To configure all APRS stations to properly decode the telemetry from the
  81. M.I.M module, the net control station (or any other designated station in the
  82. APRS network) needs to transmit the proper parameter definition packets.
  83. These packets are transmitted as APRS messages TO the CALLSIGN of the M.I.M
  84. module.  If the M.I.M module is using the callsign of N3MIM, then the
  85. parameter definition station would send the following four messages:
  86.  
  87. To N3MIM:PARM.Battery,BTemp,AirTemp,Pres,Altude,Camra,Chute,Sun,10m,ATV
  88. To N3MIM:UNIT.Volts,deg.F,deg.F,Mbar,Kfeet,Clik,OPEN!,on,on,high
  89. To N3MIM:EQNS.0,2.6,0,0,.53,-32,3,4.39,49,-32,3,18,1,2,3
  90. To N3MIM:BITS.10110,PROJECT TITLE...
  91.  
  92. The PARM format specifies the name of each of the ten parameters.  The UNITs
  93. format specifies what units are to be displayed, and for the digital bits,
  94. show what label is associated with the digital condition.  The parameters and
  95. units for the first two can be up to 8 characters, the next 6 can be 6
  96. characters, and final 2 can be four characters each.   The EQNS format has
  97. three coeficients for each of the four analog channels, plus the fifth relative
  98. channel that uses a different equation related to the channel 4 value.  The
  99. BITS format specifies either a 1 or a 0 for each of the five digital channels
  100. to indicate which state is associated with the indicated label.  This permits
  101. the payload designer to use 1's or 0's as convenient with his circuity without
  102. being forced to always use 0 for OFF and 1 to mean ON.  A title can also be
  103. included in the BITS definition which will be used by APRS to title the
  104. TELEMETRY page.  The three values for each of the analog channels are the
  105. coeficients of a quadratic equation:
  106.  
  107.   Final value = A*X^2 + B*X + C  Where X is the M.I.M transmitted value
  108.  
  109. FORMAL SPECIFICATION:  The specific format for the TITLE, PARM, UNIT, and EQNS
  110. message packets are shown below.  They are entered as messages to the address
  111. of the MIM module:
  112.  
  113.   PARM.P1,P2,P3,P4,P5,B1,B2,B3,B4,B5  Where Pn and Bn are the parameter names
  114.  
  115.   UNIT,U1,U2,U3,U4,U5,L1,L2,L3,L4,L5  Where Un are the units for analog ports
  116.                                       and Ln are the labels for the bits
  117.  
  118.   EQNS,A1,B1,C1,A2,B2,C2,A3,B3,C3,A4,B4,C4,A5,B5,C5       Where the An,Bn,Cn
  119.                                       are the coeficients for each of the four
  120.                                       analog channels, plus the 5th relative
  121.                                       channel.
  122.  
  123.   BITS.XXXXX,Title-up-to-23-chars     The x's specify the state of the bits
  124.                                       that match the BIT Labels.
  125.  
  126.   T#sss,111,222,333,444,xxxxx         This is the on-air format for the UI data
  127.                                       frame, where sss is the serial number
  128.                                       followed by the four 3 digit analog
  129.                                       values and the five binary values.
  130.                               
  131.  
  132. APPLICATIONS:
  133.  
  134.    1)  OBVIOUS Balloon payloads using only party balloons, not needing the big
  135.        WX balloons and all the paraphanalia.
  136.  
  137.    2)  TRAFFIC monitoring MILE posts!  This is a neat idea!  Given that HAMS
  138.        will be commuting with APRS moving Map displays, why not build a match
  139.        box sized traffic SPEED detector (solar powered MIM module) that can be
  140.        stuck on the side of a highway pole ?  Via a $1.29 crystal MIC from
  141.        radio shack, use DSP to figure out the speed of the traffic based on
  142.        audio analysis!  Beacon this SPEED once every two minutes at about 10
  143.        mW.  The beacon will, of coure, include the LOCATION of the device.
  144.        What the APRS commuter sees on his MAP is these MILE posts ahead of him
  145.        showing traffic speeds!  He can then decide on alternate routing!
  146.  
  147.             We have plenty of room in the MIM to add this DSP (maybe), IS
  148.        THERE ANYONE OUT THERE THAT IS INTO DSP THAT CAN DETERMINE THE
  149.        ALGORITHM TO DETERMINE SPEED FROM THE AUDIO OF TRAFFIC??????????
  150.        (or the amplitude fluctuations of a photo cell?) Even cheap X band
  151.        doppler motion detectors are possible, since they only need to turn
  152.        on briefly to get a speed measurement.  This thing has to be VERY small
  153.        and low power to be able to be SOLAR powered and able to be COVERTLY
  154.        installed with out a lot of STATE HIGHWAY bureaucracy.
  155.  
  156. LOW POWER TELEMETRY TRANSMITTERS:  To complement this less than ONE-CUBIC
  157. inch MIM telemetry system, Agrelo Engineering in NY makes a 1.5 x 0.5 x 0.25
  158. inch 2 meter transmitter for $99.  It outputs 500 mW at 6 volts 140 ma and
  159. 120 mW at 3 volts 50 ma.  See more cheap transmitters in the GPS.TXT file.
  160.  
  161.  
  162. ORDERING YOUR M.I.M. SYSTEM:   The packets from a M.I.M. chip are sent as
  163. AX.25 UI frames only.  There is no provision for any connected protocols
  164. which would make the device overly complex.  Therefore you must specify the
  165. UNPROTO string for the device.  The default periodicity is burned in to the
  166. single value specified, but there is an initialization process that can be
  167. used to modify this default at power-up by grounding a combination of the
  168. four analog lines.  Using this process, you can select 1/4th, 1/2 or 2 or 4
  169. times the default rate.  In the table below, the defaults for all
  170. options are shown.  Please be very accurate in specifying the following items
  171. when ordering: (DO NOT ORDER YET!   THIS IS PRELIMINARY!)
  172.  
  173.    Callsign and SSID:   (required!) __________________________________
  174.  
  175.    TO Address:          (APRTLM)    __________________________________
  176.  
  177.    Digipeater VIA path: (WIDE)      __________________________________
  178.  
  179.    Default periodicity: (64 sec)    __________________________________
  180.                         (other defaults supported 8,16,32,64,128,256,512
  181.  
  182.    Since the PERIODICITY is frequently different for different applications,
  183.    there is a mechanism for changing it in the field.  The four ANALOG
  184.    inputs are sensed during the power up initialization process and if they
  185.    are at +5 volts, they are interpreted in the following manner:
  186.  
  187.    A1 - divide period by 4    } A1 and A2 => divide period by 8
  188.    A2 - divide period by 2
  189.    A3 - Multiply period by 2
  190.    A4 - Multiply period by 4  } A3 and A4 => Multiply period by 8
  191.  
  192.    The analog inputs are used for this initialization process, since their
  193.    attached circuits are usually high impedance and can be temporarily
  194.    pulled high without problems.  This means, for example, that A1 and A2
  195.    can be diode ORed to a single push-button to give a start up period of
  196.    8 seconds for a nominal 64 second device.  Or a resistor/capacitor
  197.    combination on one of these pins can be used to automatically select
  198.    a periodicity at power up.
  199.   
  200.  
  201.   
  202.  
  203.