omriiluz / NRF24-BTLE-Decoder

Sniff and decode NRF24L01+ and Bluetooth Low Energy using RTL-SDR
MIT License
308 stars 72 forks source link

Implement fixed length packets #2

Closed TobleMiner closed 9 years ago

TobleMiner commented 9 years ago

I found that a lot of cheap NRF24L01+ knockoffs do not work with variable length packets. It would be nice to have support for fixed length packets so I can sniff the communication of those modules, too.

omriiluz commented 9 years ago

Resolved by PR https://github.com/omriiluz/NRF24-BTLE-Decoder/pull/3