-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project mass airflow sensor (hardware) #44
Open
mechatroniks-git
wants to merge
4
commits into
helpfulengineering:master
Choose a base branch
from
mechatroniks-git:PROJECT-MassAirflowSensor
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
hardware/proposals/mechanical/*.lck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
path: "/projects/hardware/MassAirflowSensor" | ||
title: "MassAirflowSensor" | ||
--- | ||
|
||
# The above values are used for the website, please make sure to fill them out. | ||
|
||
# PLEASE COPY THE DOCUMENT AND START YOUR PROPOSAL ON YOUR COPY | ||
| | | | ||
|-|-| | ||
| Proposal Stage | | | ||
| Tags | | | ||
| Created Date | | | ||
| Lead | | | ||
| Slack Channel | | | ||
|
||
## 📃 Idea in brief: Question to be resolved and why | ||
Mass airflow sensors seem to be a possible component that is required for a ventilator. | ||
|
||
Proposing to create an open-source version to be available if and when it is needed. | ||
|
||
|
||
### 💥 Problem | ||
Mass airflow sensors need to measure the amount of air pass thru the device. In breathing systems, accuracy and response time of the data is required. | ||
|
||
### 👨🔬Hypothesis | ||
Venturi style flow sensors are well understood and easy to fabricate. | ||
|
||
Need the following for a complete design: | ||
Mechanical housing that interfaces with breathing hoses on each end with venturi design optimized for airflows anticipated | ||
Temperature compensated pressure sensors placement in venturi | ||
PCB design for pressure sensors, signal circuitry, heaters, temperature sensors, and i2c | ||
|
||
### 🤔 Assumptions | ||
Mechanical: | ||
Air fittings to comply with ISO5356-1:2004 | ||
Flow range: ±250 slm (bidirectional) | ||
Minimum pressure drop | ||
|
||
|
||
Electrical: | ||
Logic supply voltage is 3.3VDC±5% or 5VDC±5% | ||
Temperature compensation needed for pressure sensors with closed loop heater control | ||
I2C should support 3.3V logic or 5V logic | ||
|
||
Interface: | ||
I2C support is a must-have | ||
CANBUS as a nice-to-have | ||
Very fast update time (0.5 ms) | ||
Calibratible | ||
|
||
|
||
## 💻Implementation Suggestion | ||
|
||
### V1 | ||
Reverse engineer existing devices | ||
Look at pressure sensors required and locations in venturi. | ||
|
||
### What it is | ||
Sensor using all open-source and OTS parts, with embedded microcontroller running open source firmware | ||
|
||
### What it is not | ||
This is sensor only, not a control valve. | ||
|
||
### Design | ||
|
||
|
||
### Data/Experiments | ||
|
||
|
||
V2 (..repeat the process) | ||
|
||
## 💪 Impact of Potential Solution | ||
|
||
## 🙌 Criteria for Success | ||
(Main KPIs, metrics to evaluate and results to achieve) | ||
|
||
## 😅 Known Issues | ||
Accurate calibration when built needs to be determined. No point in creating a innaccurate device. Need a clever way to field calibrate. | ||
|
||
## ✅ "I've read this" section | ||
Add in the table below the people you definitely want their eyes on this proposal. Sometimes there are no comments to be made but it's good to know people have read the proposal | ||
|
||
| Name | Status | | ||
|-|-| | ||
| | Read/Not Read | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any info about lead, contact persons, slack channel?