Files
Momentum-Firmware/applications/plugins/protoview/TODO
jbohack 6015afe368 updated protoview and fixed array count issue
arrays start at 0 and citroen_tpms was trying to read 0-10 meaning 11 full bytes rather than actually 10 (0-9).
2023-01-13 10:02:14 -05:00

15 lines
626 B
Plaintext

Core improvements
=================
- Decoders should declare the short pulse duration range, so that
only matching decoders will be called. This may also be useful for
modulations. If a signal is only OOK, does not make much sense to
call it for samples obtained in FSK.
- More protocols, especially TPMS and other stuff not supported right now
by the Flipper.
- CC1101 synchronous mode with protocol hopping?
- Protocols decoded can register actions, for instance to generate
sub files with modified signal and so forth.
- Optimize memory usage storing raw samples in a bitfield: 15 bits
duration, 1 bit level.