First of all, thank you for your efforts.
Recently, I have been working on a project using HelSel's T10 wireless controller.
It follows the same sbus protocol, but your code does not work, so I checked the received data.
And the result is as follows. There seems to be a different pattern, but I don't know why this data backlog is occurring.
Do you have any ideas about this problem?
[(1, bitarray('100001111100'), 2048, 0),
(2, bitarray('011010100000'), 0, 0),
(3, bitarray('001001101011'), 3, 0),
(4, bitarray('000100000110'), 2, 1),
(5, bitarray('100011010000'), 2048, 1),
(6, bitarray('010000111010'), 2, 0),
(7, bitarray('100100010001'), 2049, 0),
(8, bitarray('101000001100'), 2048, 0),
(9, bitarray('000110000101'), 1, 0),
(10, bitarray('010000100010'), 2, 0),
(11, bitarray('110100110001'), 2049, 0),
(12, bitarray('110111011000'), 2048, 0),
(13, bitarray('100111011000'), 2048, 1),
(14, bitarray('011011110110'), 2, 0),
(15, bitarray('001100101000'), 0, 0),
(16, bitarray('000111101110'), 2, 1),
(17, bitarray('100001101011'), 2051, 1),
(18, bitarray('111000111010'), 2050, 1),
(19, bitarray('101000011111'), 2051, 1),
(20, bitarray('111110001111'), 2051, 1),
(21, bitarray('111111000111'), 2051, 1),
(22, bitarray('111111100011'), 2051, 0),
(23, bitarray('111111110001'), 2049, 1),
(24, bitarray('111111111000'), 2048, 0)]
First of all, thank you for your efforts.
Recently, I have been working on a project using HelSel's T10 wireless controller.
It follows the same sbus protocol, but your code does not work, so I checked the received data.
And the result is as follows. There seems to be a different pattern, but I don't know why this data backlog is occurring.
Do you have any ideas about this problem?
[(1, bitarray('100001111100'), 2048, 0),
(2, bitarray('011010100000'), 0, 0),
(3, bitarray('001001101011'), 3, 0),
(4, bitarray('000100000110'), 2, 1),
(5, bitarray('100011010000'), 2048, 1),
(6, bitarray('010000111010'), 2, 0),
(7, bitarray('100100010001'), 2049, 0),
(8, bitarray('101000001100'), 2048, 0),
(9, bitarray('000110000101'), 1, 0),
(10, bitarray('010000100010'), 2, 0),
(11, bitarray('110100110001'), 2049, 0),
(12, bitarray('110111011000'), 2048, 0),
(13, bitarray('100111011000'), 2048, 1),
(14, bitarray('011011110110'), 2, 0),
(15, bitarray('001100101000'), 0, 0),
(16, bitarray('000111101110'), 2, 1),
(17, bitarray('100001101011'), 2051, 1),
(18, bitarray('111000111010'), 2050, 1),
(19, bitarray('101000011111'), 2051, 1),
(20, bitarray('111110001111'), 2051, 1),
(21, bitarray('111111000111'), 2051, 1),
(22, bitarray('111111100011'), 2051, 0),
(23, bitarray('111111110001'), 2049, 1),
(24, bitarray('111111111000'), 2048, 0)]