When Space Is Tight - IrDA Lite
What:
- A set of IrDA implementation suggestions
- Reduces code and RAM needed (at the expense of performance)
- Designed for devices where RAM/ROM very limited, and performance not critical (e.g., wristwatches, etc)
- Strategies include:
- Limited speed (e.g., only 9600 bps)
- Limited packet size (e.g., ? 64 bytes)
- Limited window size (e.g., only 1 window slot)
- Pick-and-choose approach
- Can mix and match strategies based on desired performance
- One exception: replacing IrLMP connect/disconnect with an exposed IrLAP version requires major code changes. (So basically required; has implications.)
resource needs down to around 5 KB code and 200 bytes RAM