This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

compression on a data stream C lib for nrf52

Hi,

my application runs on a bare-metal nrf52 using softdevice.
I need to compress data saved in flash of size ~160KB before sending over BLE and I need to do the compression on a stream of data where I read data from the flash in chunks of 128 bytes and send the compressed data in chunks of 128 bytes.

is there an open source C library that provides this functionality?

Parents Reply Children
No Data
Related