Appendix serves as the connective tissue between modules: Each table, formula, or pin reference draws from concepts explained in detail elsewhere — 6LoWPAN (Module 3 Networking), MQTT (Module 3 Application Protocols), BME280 specs (Module 2 Sensors), ESP32 GPIO (Module 9 Prototyping). The appendix doesn’t introduce new concepts; it consolidates them for quick reference.
Standards organizations map to technology layers: IEEE owns physical/MAC layers (802.11, 802.15.4), IETF owns IP-based protocols (CoAP, 6LoWPAN, RPL), and industry alliances (LoRa Alliance, Zigbee Alliance) own application-layer ecosystems. Understanding this mapping helps you find authoritative documentation.
Protocol comparison tables reveal design trade-offs: The short-range table shows inverse relationship between data rate and power (Wi-Fi = high rate/high power, Zigbee = low rate/low power). The LPWAN table shows licensed vs. unlicensed spectrum trade-offs (NB-IoT = licensed/higher cost/better QoS, LoRaWAN = unlicensed/lower cost/variable performance). These tables don’t make design decisions for you — they help you ask the right questions before consulting detailed chapters.
Formulas connect hardware to behavior: Link budget formula ties transmit power (Module 4 Wireless) to receiver sensitivity (Module 2 Sensors) through path loss (physics). Battery life formula connects current consumption (Module 9 Energy) to duty cycle (Module 3 Networking protocols). The appendix doesn’t teach when to apply these formulas — it assumes you’ve already learned the underlying principles.
Pin reference prevents hardware mistakes: ESP32 GPIO table shows which pins have ADC/DAC/Touch capabilities (Module 2 Electronics), default I2C/SPI assignments (Module 2 Sensors), and boot-mode restrictions (Module 9 Prototyping). This reference doesn’t teach you how I2C works — it helps you avoid wiring mistakes after you’ve learned the protocol.