Configuration Data Compression for Memory-Limited IoT Circuitry

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Small computing devices, such as IoT devices, face challenges in efficiently storing configuration data due to limited non-volatile memory, necessitating a more efficient data compression scheme that leverages pre-known properties of configuration data.

Innovation Solution

A method and system utilizing a decompressor circuitry to read configuration data from non-volatile memory, employing a table of most frequently occurring values and keys to configure circuitry, with compression techniques that utilize key-value pairs and opcodes to minimize memory usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If configuration data is stored in non-volatile memory of small computing devices, then the device can retain configuration information, but the limited memory capacity restricts the amount of configuration data that can be stored

Engineering Contradiction:
Improveconfiguration data retentionVSAvoidmemory capacity
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The configuration data is segmented into multiple sections, each with its own section header containing type, length, and offset information. This segmentation allows the decompressor to efficiently access and process only the necessary configuration sections, reducing the overall memory requirements while maintaining complete configuration functionality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Configuration data is pre-compressed using a specialized compression algorithm that exploits the known properties and patterns of configuration data. This preliminary compression action reduces the storage requirements before the data is written to non-volatile memory, allowing more configuration information to be stored in the limited memory capacity.

Inventive Principle:
Principle #10Preliminary action

2Quantity of substance

If configuration data is compressed to reduce memory usage, then more data can be stored, but the decompression process adds complexity to the configuration system

Engineering Contradiction:
Improvestorage efficiencyVSAvoiddecompression system complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The compression algorithm changes key parameters of the configuration data representation, such as encoding frequently occurring values as single-byte indices and using variable-length section headers. These parameter changes achieve effective compression while keeping the decompression logic relatively simple and deterministic.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

A specialized decompressor component acts as an intermediary between the compressed configuration data in non-volatile memory and the configurable circuitry. This intermediary handles the decompression and configuration extraction, isolating the complexity from the main system while providing a clean interface to the configurable components.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If a specialized compression scheme is used that exploits pre-known properties of configuration data, then compression efficiency is improved, but the system must understand and implement the specific properties of configuration data

Engineering Contradiction:
Improvecompression efficiencyVSAvoiddata understanding requirements
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The configuration data is pre-analyzed during the compression phase to identify patterns, frequently occurring values, and data structures. This preliminary action creates a compressed representation that exploits these properties, achieving high compression efficiency while the decompression process simply follows the predetermined structure without needing to understand the original data properties.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Instead of requiring the decompression system to understand and interpret configuration data properties, the compression scheme creates a self-describing copied structure with section headers that explicitly encode type, length, and offset information. This copying approach transfers the knowledge burden from the decompression system to the compressed data structure itself.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS12619441B2Configuration data compression
Publication Date: 2026.05.05 QUALCOMM INC
  • US12619441B2 patent drawing
  • US12619441B2 patent drawing
  • US12619441B2 patent drawing

AI summary

Compressed configuration data may be read from a non-volatile memory of a computing device, decompressed, and used to configure circuitry of the computing device. The decompressed configuration data may be in the form of key-value pairs. A lookup table of most frequently occurring values in the original or uncompressed configuration data may be used to determine the values.