Adeunis RF MOTION V2 Скачать руководство пользователя страница 15

 

 

Date: 02/12/2019 

Page 15 / 15 

 

 

adeunis

®

 

Manage & optimize your assets & services 

283, rue louis Néel 38920 CROLLES, France 

Tél : +33 (0)4 76 92 07 77 E-mail : [email protected] 

www.adeunis.com 

 

Offset  

(in byte)  Data 

Description 

0x40 

Frame code 

CONFID1  Index of the register to be sent. The corresponding register is 

300 + CONFIDX value. 

CONFID2 

CONFID3 

 

 

IMPORTANT: the user can specify several CONF IDs in the downlink frame but it is up to the user’s responsibility to 

verify that according to the protocol, the size of the data available in a downlink will be large enough to contain all the 

desired data. Otherwise, the application will send only the first values. 

 

In Sigfox mode: backend may request to send 8 bytes in a downlink. All unused bytes should set to 0xFF to ask the 

product to stop the downlink frame parsing. 

 

Coding example: 

 

Offset  

(in byte)  Data 

Description 

0x40 

Frame code 

0x00 

Get register S300 

0x14 

Get register S320 

0x20 

Get register S332 

4-7 

0xFFFFFFFF  In SFX : ignored by product 

 

 

2.3.2  Set registers (0x41)  

 

This frame (0x41) allows you to change the value of requested S3XX registers.  

 

Offset  

(in byte)  Data 

Description 

0x41 

Frame code 

CONFID1  Index of the register to be changed.  

The corresponding register is “300 + CONFID1“ 

Value of  

CONF ID 1 

Value to set 

In this example, its value is contained in 1 byte 

CONFID2  Index of the register to be changed.  

The corresponding register is “300 + CONFID2”  

4-5 

Value of  

CONF ID 2 

Value to set  

In this example, its value is contained in 2 bytes 

… 

 

 

 

Following the sending of the downlink 0x41, the associated uplink 0x33 is immediately returned. If the update of the 

register(s) went well, the device will perform a backup and begin its restart procedure automatically. In addition, the 

Config bit of the status byte will be set to 1 in the next scheduled uplink frame (periodic or alarm or keep alive frame) if 

everything went well. 

 

Coding example: 

 

Offset  

(in byte)  Data 

Description 

0x41 

Frame code 

0x14 

Register to modify is S320 

2-3 

0x00AA  Value to set in S320 is 170 (S320 is a 2-byte register) 

0x1E 

Register to modify is S330 

0x02 

Value to set in S330 is 2(S330 is a 1-byte register) 

… 

 

 

 

Содержание MOTION V2

Страница 1: ...Manage optimize your assets services 283 rue louis N el 38920 CROLLES France T l 33 0 4 76 92 07 77 E mail sales adeunis com www adeunis com MOTION V2 Technical Reference Manual 868 EU LoRaWAN Sigfox...

Страница 2: ...nts lectriques D claration de conformit Fonctionnalit s et modes du produit Dimensions du boitier Caract ristiques boitier et lectrique Explication des LED C blage sur bornier sp cifique au produit TE...

Страница 3: ...OTOCOL 8 2 1 STATUS BYTE 8 2 2 UPLINK FRAME FORMAT 9 2 2 1 Product configuration 0x10 9 2 2 2 Digital inputs configuration 0x1F 9 2 2 3 Network configuration 0x20 10 2 2 4 Keep alive frame 0x30 10 2 2...

Страница 4: ...5535 Number of backups history logs to be done before sending a frame thus defining the sending period The value 0 is equivalent to disabling the periodic mode 308 4 16 LED activity 0x4007F 0 0xFFFFFF...

Страница 5: ...pe 0 Deactivated 1 Event ON 2 Event OFF 3 Event ON OFF 381 2 10 Digital input 1 threshold 1 1 65535 Number of detections When the number of detected events becomes above this threshold an alarm is tri...

Страница 6: ...EUI 0018B244 41524632 S214 0018B244 S215 41524632 215 LORAWAN APP EUI second part MSB Hexadecimal 216 LORAWAN APP KEY first part MSB Hexadecimal Default 0 Key encoded on 32 byte characters Each of th...

Страница 7: ...ion OTAA mode uses a JOIN phase before being able to transmit on the network This mode uses the APP_ EUI S214 and S215 and APP_KEY S216 to S219 codes during this phase to create the keys for network c...

Страница 8: ...uminosity low and high thresholds enabled Low threshold value low threshold hysteresis high threshold value high threshold hysteresis S340 1 S344 S343 100 Luminosity low threshold enabled Low threshol...

Страница 9: ...code 1 0x00 Frame counter 0 Bit1 0 no LowBat 2 3 0x21C0 8640 8640 x 10s 86400s 24h 4 5 0x0001 1 6 7 0x0001 1 8 9 0x0708 1800 1800 x 2s 3600s 1h 10 11 0x001E 30 30 x 10s 300s 5min 2 2 2 Digital inputs...

Страница 10: ...g mode 0 ABP 1 OTAA Decoding example Offset in byte Data Description 0 0x20 Frame code 1 0x20 Frame counter 1 Bit1 0 no LowBat 2 0x05 Duty cycle activated ADR ON 3 0x01 OTAA 2 2 3 1 Sigfox 868 Offset...

Страница 11: ...6 7 Presence luminosity t 2 Measured at t 2 Decoding example Offset in byte Data Description 0 0x5C Frame code 1 0x80 Frame counter 4 Bit1 0 LowBat not detected 2 0x01 A presence is currently detected...

Страница 12: ...50 2 2 8 Digital input alarm 0x51 0x52 This frame is sent when the number of detected events exceed the threshold Offset in byte Data Description 0 0x51 0x52 Frame code for digital input 1 button Fra...

Страница 13: ...F 255 considering that value 2 is a 1 byte register 5 8 0x00000000 0 considering that value 3 is a 4 byte register 2 2 10 Response to Set register request 0x33 Following reception of a downlink frame...

Страница 14: ...uct start up Exit configuration mode AT command Reception of frame 0x02 get network config 0x30 Keep alive Periodically if no periodical data is defined 0x5C Periodic data Periodically 0x5D Presence a...

Страница 15: ...F In SFX ignored by product 2 3 2 Set registers 0x41 This frame 0x41 allows you to change the value of requested S3XX registers Offset in byte Data Description 0 0x41 Frame code 1 CONFID1 Index of the...

Отзывы: