Update protocol documentation

This commit is contained in:
Maurizio Porrato 2019-02-11 08:08:05 +00:00
parent 80d22843cc
commit 8bf5da8ccc
1 changed files with 50 additions and 67 deletions

View File

@ -1,10 +1,13 @@
AGC: H:3ms L:3ms Preamble: H:3ms L:3ms
0: H:400µs L:600µs Logical 0: H:400µs L:600µs
1: H:400µs L:1.6ms Logical 1: H:400µs L:1.6ms
Trailer: H:400µs L:20ms
Frame: (AGC+48bits+H:400µs+L:20ms)*3 No carrier modulation.
Format: 68CCHHMMSSKK Frame: (Preamble+48bits+Trailer)*3
Format: 68CCHHMMSSKK (Hex, MSB first)
CC: command CC: command
HH: hour HH: hour
@ -12,7 +15,7 @@ Format: 68CCHHMMSSKK
SS: schedule (in quarters of an hour from midnight, 0xff=off) SS: schedule (in quarters of an hour from midnight, 0xff=off)
KK: checksum (sum of all bytes in the frame modulo 256) KK: checksum (sum of all bytes in the frame modulo 256)
Code | Command CC | Command
------+--------- ------+---------
1c | Max power 1c | Max power
1d | BoostIQ 1d | BoostIQ
@ -31,37 +34,20 @@ Format: 68CCHHMMSSKK
df | Clear schedule df | Clear schedule
ef | Return to base ef | Return to base
Examples:
0110 1000 0101 1101 0000 1111 0010 0111 0010 1000 0010 0011 Start 0110 1000 0101 1101 0000 1111 0010 0111 0010 1000 0010 0011 Start
685d0f272823 685d0f272823
0110 1000 0100 1111 0000 1111 0010 0111 0010 1000 0001 0101 Stop 0110 1000 0100 1111 0000 1111 0010 0111 0010 1000 0001 0101 Stop
684f0f272815 684f0f272815
0110 1000 0101 1101 0001 0001 0000 0010 0010 1000 0000 0000 Start
685d11022800
0110 1000 0100 1111 0001 0001 0000 0010 0010 1000 1111 0010 Stop
684f110228f2
0110 1000 1011 1111 0001 0001 0010 0100 0010 1000 1000 0100 Time (5:36pm) 0110 1000 1011 1111 0001 0001 0010 0100 0010 1000 1000 0100 Time (5:36pm)
68bf11242884 68bf11242884
0110 1000 1011 1111 0001 0001 0010 1011 0010 1000 1000 1011 Time (5:43pm) 0110 1000 1011 1111 0001 0001 0010 1011 0010 1000 1000 1011 Time (5:43pm)
68bf112b288b 68bf112b288b
0110 1000 1011 1111 0001 0001 0010 1011 0010 1000 1000 1011 Time (5:43pm +1.3s)
68bf112b288b
0110 1000 1011 1111 0001 0010 0000 0110 0010 1000 0110 0111 Time (T:6:06pm A:10:00am)
68bf12062867
HHMM
0110 1000 0101 1101 0001 0010 0000 0110 0010 1000 0000 0101 Start
685d12062805
0110 1000 0100 1111 0001 0010 0000 0110 0010 1000 1111 0111 Stop (start+0.9s)
684f120628f7
0110 1000 1100 1111 0001 0011 0010 0000 0010 1000 1001 0010 Schedule 10:00am 0110 1000 1100 1111 0001 0011 0010 0000 0010 1000 1001 0010 Schedule 10:00am
68cf13202892 68cf13202892
@ -77,9 +63,6 @@ Format: 68CCHHMMSSKK
0110 1000 0101 1101 0001 0100 0000 0110 1111 1111 1101 1110 Start 0110 1000 0101 1101 0001 0100 0000 0110 1111 1111 1101 1110 Start
685d1406ffde 685d1406ffde
0110 1000 0100 1111 0001 0100 0001 0010 1111 1111 1101 1100 Auto
684f1412ffdc
0110 1000 0001 1100 0001 0100 0001 1001 1111 1111 1011 0000 Power (BoostIQ->Max) 0110 1000 0001 1100 0001 0100 0001 1001 1111 1111 1011 0000 Power (BoostIQ->Max)
681c1419ffb0 681c1419ffb0