Mermaid:Example diagram

The following pages link to this diagram: Help:Diagrams
flowchart LR A[Smart meter] -->|900 MHz| B(SDR capture) B --> C{Decodes?} C -->|yes| D[data output] C -->|no| E[Adjust gain / freq] E --> B
flowchart LR
    A[Smart meter] -->|900 MHz| B(SDR capture)
    B --> C{Decodes?}
    C -->|yes| D[data output]
    C -->|no| E[Adjust gain / freq]
    E --> B