Skip to content

Commit

Permalink
Create reception+filtering.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jul 1, 2024
1 parent e7d9502 commit 2aca1df
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions extras/hw_test/docs/flowcharts/reception+filtering.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
% mermaidchart.com
---
title: Sensor Reception and Filtering
---
flowchart TB
A[Start Reception] --> B>Receive]
B --> H{RX Timeout?}
H -- N --> C{Preamble, Checksum, Digest\nvalid?}
H -- Y --> I[Process Data]
C -- Y --> D{Include List empty?}
C -- N --> B
D -- N --> E{ID in Include List?}
D -- Y --> G{ID in Exclude List?}
G -- Y --> B
G -- N --> F
E -- Y --> F[Store in RX Buffer]
E -- N --> B
F --> J{RX Data Complete?}
J -- Y --> I
J -- N --> B

0 comments on commit 2aca1df

Please sign in to comment.