Difference between revisions of "MM002-xx-EU Certification for products"
m (→CEM Pre-certification) |
m |
||
| Line 5: | Line 5: | ||
== Sigfox Pre-certification == | == Sigfox Pre-certification == | ||
| − | |||
Stack must be activated via: | Stack must be activated via: | ||
AT+SF=ON | AT+SF=ON | ||
| + | |||
| + | === Test mode for qualification === | ||
| + | |||
| + | |||
==== Uplink test mode ==== | ==== Uplink test mode ==== | ||
| Line 53: | Line 56: | ||
*<power>= value in dBm optional . If power is max power = 14dBm (used for SIGFOX tests) : no need to specify it in AT command parameter. | *<power>= value in dBm optional . If power is max power = 14dBm (used for SIGFOX tests) : no need to specify it in AT command parameter. | ||
| − | |||
Resp : | Resp : | ||
| Line 61: | Line 63: | ||
== LoRa Pre-certification == | == LoRa Pre-certification == | ||
| + | Stack must be activated via: | ||
| + | |||
| + | AT+RF=ON | ||
| + | |||
| + | |||
| + | |||
| + | ==== Continuous wave ==== | ||
| + | |||
| + | To run radiated tests for LoRa classification, continuous wave is needed (without any modulation). | ||
| + | |||
| + | Start the continuous Wave | ||
| + | |||
| + | Cmd : AT+RFTX=ON | ||
| + | |||
| + | Resp : | ||
| + | |||
| + | OK | ||
| + | |||
| + | Stop the continuous Wave | ||
| + | |||
| + | Cmd : AT+RFTX=OFF | ||
| + | |||
| + | Resp : | ||
| + | |||
| + | OK | ||
| − | + | RF settings for continuous wave can be done via [[MM002-xx-EU AT Commands#AT+RFTX=SET,|AT+RFTX set command]] | |
| − | + | E.g. | |
| − | + | AT+RFTX= SET,FSK,865000000,14 ,0,1200,,,,50000 | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 10:51, 14 December 2017
Contents
1 Sigfox Pre-certification
Stack must be activated via:
AT+SF=ON
1.1 Test mode for qualification
1.1.1 Uplink test mode
TST modem must have uplink and download test mode activated by the the following commands.
Cmd : AT$ST=[<count>,<period>,<channel>]<CR> : to activate the test mode :
Resp:
OK<CR>(<LF: optional>)
- count = 0..32767 or -1 : infinite loop sending user frames (count * burst of 3 frames) : default value : 10
- period = 1..255 seconds for sending test frame every period seconds : default value : 1
- channel = 0..480 or -1 : hopping activ
1.1.2 Downlink test mode
Cmd : AT$SR=<seq_number>,<channel>,<count><CR> : to activate the rx test mode :
- <seq_number> = seq number to receive permanently
- <count> = number of frame to receive 0 or 1: permanently reception.
- <channel> = 0..480 : channel arround reception center frequency where to receive
Resp :
RX=<message1><CR>(<LF: optional>) RSSI=<rssi_value for message 1><CR>(<LF: optional>) RX=<message2><CR>(<LF: optional>) RSSI=<rssi_value for message 2><CR>(<LF: optional>) …. RX=<message n><CR>(<LF: optional>) RSSI=<rssi_value for message n><CR>(<LF: optional>)
1.1.3 Continuous wave
To run radiated tests for SIGFOX classification, continuous wave is needed (without any modulation).
Cmd : AT$CW=<frequency>,<mode>,{<optional power>} <CR>
- <frequency> = center frequency for carrier
- <mode>= 0: off 1 : on
- <power>= value in dBm optional . If power is max power = 14dBm (used for SIGFOX tests) : no need to specify it in AT command parameter.
Resp :
OK<CR>(<LF: optional>)
2 LoRa Pre-certification
Stack must be activated via:
AT+RF=ON
2.1 Continuous wave
To run radiated tests for LoRa classification, continuous wave is needed (without any modulation).
Start the continuous Wave
Cmd : AT+RFTX=ON
Resp :
OK
Stop the continuous Wave
Cmd : AT+RFTX=OFF
Resp :
OK
RF settings for continuous wave can be done via AT+RFTX set command
E.g.
AT+RFTX= SET,FSK,865000000,14 ,0,1200,,,,50000