Board bring-up and protocol debugging
Use these when the board is not talking yet and you need a clean command sequence, waveform expectation, or debug-state refresher.
Guide Hub
NodeLoop currently publishes 18 long-form guides. This page groups them by the problem you are trying to solve so the right reference is easier to find when you are mid-design or mid-debug.
Start with a workflow section when the problem is clear. Scroll to the full index when you want the complete library.
Start Here
These guide paths are organized around the questions engineers actually ask: how to bring up a board, how to route or size something correctly, and how to choose the right interface or power architecture.
Use these when the board is not talking yet and you need a clean command sequence, waveform expectation, or debug-state refresher.
Start here if the question is geometry, routing discipline, impedance assumptions, or thermal spreading on a real board.
These pages help when the challenge is not a single resistor but the whole port, role, protection, or board-to-board interface decision.
Reach for these when you want a stronger mental model of a bus, DMA, or the embedded design space around the tools.
Featured References
These guides currently cover the strongest practical intents on the site: connector references, PCB routing, impedance context, SD bring-up, and low-level debug behavior.
Comprehensive guide to the M.2 (NGFF) connector pinout, including different module keys (B, M, A, E), supported interfaces (PCIe, SATA, USB), and common applications like SSDs, Wi-Fi, and WWAN cards.
Read the 52-pin mSATA connector pinout, identify SATA TX/RX pairs and power pins, and check compatibility with Mini PCIe and M.2 sockets.
Design USB-C PD hardware with CC resistors, safe 5V startup, SPR/PPS/EPR/AVS profiles, cable requirements, and VBUS protection. Updated for 2026 specs.
Step through SD card SPI startup with CMD0, CMD8, ACMD41, and common failure cases. Practical guide for MCU bring-up and embedded debugging.
A practical, edge-rate based checklist for routing fast digital signals: when a trace becomes a transmission line, return paths, termination, differential pairs, vias, and crosstalk.
Understand the Hammerstad & Jensen microstrip equations for characteristic impedance and effective permittivity, plus thickness correction, assumptions, and practical PCB limits.
A practical guide to the IEEE‑1149.1 JTAG Test‑Access‑Port (TAP) controller. Learn how TCK, TMS, TDI and TDO interact, how to step through Shift‑DR / Shift‑IR, update registers, and avoid common pitfalls when building low‑level boundary‑scan tools.
Bring-up workflow
These are the guides to open when a board is failing on first contact. They focus on waveforms, startup order, command sequencing, and the failure modes that waste the most lab time.
Step through SD card SPI startup with CMD0, CMD8, ACMD41, and common failure cases. Practical guide for MCU bring-up and embedded debugging.
Step-by-step workflow to control capacitance, size pull-up resistors, document a harness and validate the waveforms for a long I²C run.
A comprehensive guide to the I2C (Inter-Integrated Circuit) bus. Covers core signals (SCL, SDA), addressing, R/W bit, ACK/NACK, START/STOP conditions, timing diagrams, pull-up resistors, and PCB layout best practices.
A comprehensive guide to the SPI (Serial Peripheral Interface) bus. Covers core signals (SCLK, MOSI, MISO, CS), the 4 SPI modes (CPOL/CPHA) with timing diagrams, multi-slave setups, QSPI, and PCB layout best practices.
Understand why UART 8N1 uses 10 bits per byte, calculate real throughput and baud error, then verify TX/RX wiring, voltage levels, and framing.
A practical guide to the IEEE‑1149.1 JTAG Test‑Access‑Port (TAP) controller. Learn how TCK, TMS, TDI and TDO interact, how to step through Shift‑DR / Shift‑IR, update registers, and avoid common pitfalls when building low‑level boundary‑scan tools.
Embedded systems
Use this cluster when you need the system-level context behind a bus or data path decision, not just the pin labels or nominal clock.
An engineering-focused introduction to the MIPI I3C bus. Learn why I3C exists, how it stays compatible with I2C, how dynamic addressing (DAA) works, what Common Command Codes (CCC) are, and how features like in-band interrupts (IBI) simplify sensor designs.
A comprehensive guide to the I2S (Inter-IC Sound) audio interface. Covers core signals (BCLK, LRCK, SDATA, MCLK), clocking modes, data formats (Standard, Left/Right Justified, TDM), and essential PCB layout best practices for optimal audio performance.
A comprehensive guide to the 1-Wire (Dallas/Maxim) bus protocol. Understand the critical timing for the master reset, slave presence-pulse, and the different bit slots for writing and reading data.
See how DMA moves data between peripherals and memory without constant CPU work, with practical microcontroller setup patterns, timing, and examples.
PCB design
These pages support the kinds of board-level decisions that are expensive to discover late: fast edges, microstrip assumptions, heat spreading, and connector-level pin planning.
A practical, edge-rate based checklist for routing fast digital signals: when a trace becomes a transmission line, return paths, termination, differential pairs, vias, and crosstalk.
Understand the Hammerstad & Jensen microstrip equations for characteristic impedance and effective permittivity, plus thickness correction, assumptions, and practical PCB limits.
Design thermal vias that actually work: what matters (via count, plating, board thickness, fill), how copper spreading limits performance, and a simple estimator to sanity-check your layout.
Comprehensive guide to the M.2 (NGFF) connector pinout, including different module keys (B, M, A, E), supported interfaces (PCIe, SATA, USB), and common applications like SSDs, Wi-Fi, and WWAN cards.
Architecture decisions
Reach for these when the challenge is role behavior, protection, board interface choice, or understanding what a connector really carries in practice.
Design USB-C PD hardware with CC resistors, safe 5V startup, SPR/PPS/EPR/AVS profiles, cable requirements, and VBUS protection. Updated for 2026 specs.
Comprehensive guide to the M.2 (NGFF) connector pinout, including different module keys (B, M, A, E), supported interfaces (PCIe, SATA, USB), and common applications like SSDs, Wi-Fi, and WWAN cards.
Read the 52-pin mSATA connector pinout, identify SATA TX/RX pairs and power pins, and check compatibility with Mini PCIe and M.2 sockets.
Design thermal vias that actually work: what matters (via count, plating, board thickness, fill), how copper spreading limits performance, and a simple estimator to sanity-check your layout.
Learning path
This group is for engineers who want stronger models, not just immediate calculations. Use it to fill gaps, onboard faster, or turn a one-off fix into reusable intuition.
Discover the best books, YouTube channels, courses, and websites to learn electronics, from beginner to advanced levels. Curated and categorized for your learning journey.
See how DMA moves data between peripherals and memory without constant CPU work, with practical microcontroller setup patterns, timing, and examples.
Understand why UART 8N1 uses 10 bits per byte, calculate real throughput and baud error, then verify TX/RX wiring, voltage levels, and framing.
A comprehensive guide to the SPI (Serial Peripheral Interface) bus. Covers core signals (SCLK, MOSI, MISO, CS), the 4 SPI modes (CPOL/CPHA) with timing diagrams, multi-slave setups, QSPI, and PCB layout best practices.
A comprehensive guide to the I2C (Inter-Integrated Circuit) bus. Covers core signals (SCL, SDA), addressing, R/W bit, ACK/NACK, START/STOP conditions, timing diagrams, pull-up resistors, and PCB layout best practices.
Guide To Tool Handoff
The guides build the mental model. The tools are there when it is time to size, compare, or validate something concrete. These are the main handoffs worth surfacing directly from the hub.
Open the impedance, stackup, via, and skew tools once the routing rules are clear.
Move from the wiring guide into the I2C pull-up planner when you know the harness.
Use the USB-C pinout explorer and power-path helper as soon as the architecture is chosen.
Jump into the pinout explorer and browser lab tools when the target is ready to probe.
Full Index
The workflow sections above are curated to shorten time-to-answer. This complete index remains useful for broad browsing, searchers landing deep in the taxonomy, and long-tail discovery.
Read the 52-pin mSATA connector pinout, identify SATA TX/RX pairs and power pins, and check compatibility with Mini PCIe and M.2 sockets.
Identify an unknown USB device from its VID/PID, check its interface class, and find the correct driver without relying on unsafe download sites.
Understand the Hammerstad & Jensen microstrip equations for characteristic impedance and effective permittivity, plus thickness correction, assumptions, and practical PCB limits.
An engineering-focused introduction to the MIPI I3C bus. Learn why I3C exists, how it stays compatible with I2C, how dynamic addressing (DAA) works, what Common Command Codes (CCC) are, and how features like in-band interrupts (IBI) simplify sensor designs.
Understand why UART 8N1 uses 10 bits per byte, calculate real throughput and baud error, then verify TX/RX wiring, voltage levels, and framing.
A practical, edge-rate based checklist for routing fast digital signals: when a trace becomes a transmission line, return paths, termination, differential pairs, vias, and crosstalk.
Design thermal vias that actually work: what matters (via count, plating, board thickness, fill), how copper spreading limits performance, and a simple estimator to sanity-check your layout.
Design USB-C PD hardware with CC resistors, safe 5V startup, SPR/PPS/EPR/AVS profiles, cable requirements, and VBUS protection. Updated for 2026 specs.
See how DMA moves data between peripherals and memory without constant CPU work, with practical microcontroller setup patterns, timing, and examples.
Step-by-step workflow to control capacitance, size pull-up resistors, document a harness and validate the waveforms for a long I²C run.
A comprehensive guide to the 1-Wire (Dallas/Maxim) bus protocol. Understand the critical timing for the master reset, slave presence-pulse, and the different bit slots for writing and reading data.
Step through SD card SPI startup with CMD0, CMD8, ACMD41, and common failure cases. Practical guide for MCU bring-up and embedded debugging.
A practical guide to the IEEE‑1149.1 JTAG Test‑Access‑Port (TAP) controller. Learn how TCK, TMS, TDI and TDO interact, how to step through Shift‑DR / Shift‑IR, update registers, and avoid common pitfalls when building low‑level boundary‑scan tools.
A comprehensive guide to the I2C (Inter-Integrated Circuit) bus. Covers core signals (SCL, SDA), addressing, R/W bit, ACK/NACK, START/STOP conditions, timing diagrams, pull-up resistors, and PCB layout best practices.
Discover the best books, YouTube channels, courses, and websites to learn electronics, from beginner to advanced levels. Curated and categorized for your learning journey.
A comprehensive guide to the SPI (Serial Peripheral Interface) bus. Covers core signals (SCLK, MOSI, MISO, CS), the 4 SPI modes (CPOL/CPHA) with timing diagrams, multi-slave setups, QSPI, and PCB layout best practices.
A comprehensive guide to the I2S (Inter-IC Sound) audio interface. Covers core signals (BCLK, LRCK, SDATA, MCLK), clocking modes, data formats (Standard, Left/Right Justified, TDM), and essential PCB layout best practices for optimal audio performance.
Comprehensive guide to the M.2 (NGFF) connector pinout, including different module keys (B, M, A, E), supported interfaces (PCIe, SATA, USB), and common applications like SSDs, Wi-Fi, and WWAN cards.