AX-SF10-MINI21-868-B1

AXSIGFOXMODS
www.onsemi.com
7
Table 3. LOGIC
Symbol Description Condition Min Typ Max Units
Digital Inputs
V
T+
Schmitt trigger low to high threshold point
VDD = 3.3 V
1.55 V
V
T
Schmitt trigger high to low threshold point 1.25 V
V
IL
Input voltage, low 0.8 V
V
IH
Input voltage, high 2.0 V
V
IPA
Input voltage range, GPIO[3:0] 0.5 VDD V
V
IPBC
Input voltage range, GPIO[9:4], UART_RX, RESET_N 0.5 5.5 V
I
L
Input leakage current 10 10
mA
R
PU
Programmable pullup resistance 65
kW
Digital Outputs
I
OH
Output Current, high
Ports GPIO[9:0], UART_TX, TX_LED, RX_LED,
CPU_LED, RADIO_LED
V
OH
= 2.4 V 8 mA
I
OL
Output Current, low
GPIO[9:0], UARTTX, TXLED, RXLED, TXLED,
CPULED
V
OL
= 0.4 V 8 mA
I
OZ
Tristate output leakage current 10 10
mA
Table 4. TRANSMITTER
Symbol Description Condition Min Typ Max Units
SBR Signal bit rate 100 bps
f
carrier
Carrier frequency 868.13 MHz
PTX
min
Lowest Transmitter output power AT$CW=868130000,1,0 0 dBm
PTX
max
Highest Transmitter output power AT$CW=868130000,1,14
(Note 1)
14 dBm
PTX
step
Programming step size output power 1 dB
dTX
temp
Transmitter power variation vs.
temperature
40°C to +85°C ±0.5 dB
dTX
Vdd
Transmitter power variation vs. VDD 1.8 to 3.3 V ±0.5 dB
PTX
harm2
Emission @ 2
nd
harmonic 51
dBc
PTX
harm3
Emission @ 3
rd
harmonic 63
PTX
harm4
Emission @ 4
th
harmonic 84
1. Antenna gain not included.
Table 5. RECEIVER
Symbol Description Condition Min Typ Max Units
SBR Signal bit rate 600 bps
f
carrier
Carrier frequency 869.525 MHz
IS Sensitivity AT$SB=x,1, AT$SF=x,1, AT$SR
PER < 0.1
126 dBm
BLK Blocking at ±10 MHz
offset
Wanted signal is 3 dB above the typical
sensitivity limit (PER = 0.1) and the blocker is
a continuous wave
78 dB
AXSIGFOXMODS
www.onsemi.com
8
Table 6. ADC / TEMPERATURE SENSOR
Symbol Description Condition Min Typ Max Units
ADCRES ADC resolution 10 bit
V
ADCREF
ADC reference voltage 0.95 1 1.05 V
Z
ADC00
Input capacitance 2.5 pF
DNL Differential nonlinearity ± 1 LSB
INL Integral nonlinearity ± 1 LSB
OFF Offset 3 LSB
GAIN_ERR Gain error 0.8 %
ADC in Differential Mode
V
ABS_DIFF
Absolute voltages & common mode voltage in
differential mode at each input
0 VDD V
V
FS_DIFF01
Full swing input for differential signals
Gain x1 500 500 mV
V
FS_DIFF10
Gain x10 50 50 mV
ADC in Single Ended Mode
V
MID_SE
Mid code input voltage in single ended mode 0.5 V
V
IN_SE00
Input voltage in single ended mode 0 VDD V
V
FS_SE01
Full swing input for single ended signals Gain x1 0 1 V
Temperature Sensor
T
RNG
Temperature range 40 85 °C
T
ERR_CAL
Temperature error ± 2 °C
AXSIGFOXMODS
www.onsemi.com
9
COMMAND INTERFACE
Serial Parameters: 9600, 8, N, 1
The AXSIGFOX modules use the UART (pins
UART_TX, UART_RX) to communicate with a host and
use a bitrate of 9600 baud, no parity, 8 data bits and one stop
bit.
Power Modes State Diagram
Standby Mode
After PowerUp and after finishing a Sigfox
transmission, the AXSIGFOX modules enter Standby
mode. In Standby mode, AXSIGFOX modules listen on
the UART for commands from the host. Also, OOB frames
are transmitted whenever the OOB timer fires. To conserve
power, the AXSIGFOX modules can be put into Sleep
mode or turned off (Deep Sleep mode) completely.
Sleep Mode
The command AT$P=1 is used to put the AXSIGFOX
modules into Sleep mode. In this mode, only the wakeup
timer for outofband messages is still running. To wake up
the AXSIGFOX module from Sleep mode, toggle the
UART_RX pin, e.g. by sending a break (break is an RS232
framing violation, i.e. at least 10 bit durations low). When
an Out of Band (OOB) message is due, AXSIGFOX
modules automatically wake up to transmit the message, and
then return to Sleep mode.
It is strongly recommended to put AXSIGFOX modules
into sleep mode when they are not being used.
Deep Sleep Mode
In Deep Sleep mode, the AXSIGFOX modules are
completely turned off. Deep Sleep mode can be activated
with the command AT$P=2. To wakeup from Deep Sleep
mode the pin GPIO9 is pulled to GND.
When using Deep Sleep mode, two things should be kept
in mind:
Everything is turned off, timers are not running at all and all
settings are lost (use AT$WR to save settings to flash before
entering Deep Sleep mode). Outofband messages will
therefore not be sent.
The pins states are frozen in Deep Sleep mode. The user
must ensure that this will not result in conditions at the
module boundary that draw a lot of current.
AT Commands
Numerical Syntax
hexdigit ::= [09AFaf]
hexnum ::= “0x” hexdigit+
decnum ::= “0” | [19] [09]*
octnum ::= “0” [07]+
binnum ::= “0b” [01]+
bit ::= [01]
optnum ::= “1”
frame ::= (hexdigit hexdigit)+
uint ::= hexnum | decnum | octnum | binnum
uint_opt ::= uint | optnum
Command Syntax
A command starts with ‘AT’ (note that everything is case
sensitive!), continues with the actual command followed by
parameters (if any) and ends with any kind of whitespace
(space, tab, newline etc.)
If incorrect syntax is detected (“parsing error”) all input
is ignored up until the next whitespace character.
Also note that any number can be entered in any format
(Hexadecimal, Decimal, Octal and binary) by adding the
corresponding prefix (‘0x’, ‘0’, ‘0b’). The only exception is
the ‘Send Frame’ command (AT$SF) which expects a list of
hexadecimal digits without any prefix.
Return Codes
A successful command execution is indicated by sending
‘OK’. If a command returns a value (e.g. by querying a
register) only the value is returned.
Examples
Bold text is sent to AXSIGFOX module.
Here, we execute command ‘I’ to query some general
information.
AT$I=0
AXSEM AT Command Interface
This sends a Sigfox frame containing { 0xAA : 0xBB : 0x12
: 0x34 } without waiting for a response telegram:
AT$SF=aabb1234
OK
This sends a Sigfox frame containing { 0x00 : 0x11 : 0x22
: 0x33 : 0x44 }, then waits for a downlink response telegram,
which in this example contains { 0xAA : 0xBB : 0xCC :
0xDD }.
AT$SF=0011223344,1
OK
RX=AA BB CC DD

AX-SF10-MINI21-868-B1

Mfr. #:
Manufacturer:
ON Semiconductor
Description:
Zigbee Modules (802.15.4) MINI STAMP SIGFOX
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet