-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c8cd63b
Showing
13 changed files
with
7,625 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# IDE | ||
.idea | ||
|
||
# kicad | ||
kicad/fp-info-cache | ||
kicad/waterflow-backups/ | ||
kicad/waterflow.csv | ||
kicad/waterflow.xml |
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,2 @@ | ||
## 1.0 | ||
The first release. |
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,22 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Lukas Schulte-Tickmann <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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,42 @@ | ||
# waterflow-pcb | ||
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Schluggi/waterflow-pcb/blob/master/LICENSE.txt) | ||
|
||
<a href="https://www.buymeacoffee.com/schluggi" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a> | ||
|
||
> __WARNING!__ The PCB is not tested yet. I'll remove this info after my order arrived and got tested. | ||
## Description | ||
I love the idea of GreatScott`s [Online Water Tracker](https://www.youtube.com/watch?v=BNK92ep8DhY), but unfortunately | ||
it was really difficult for me to implement his circuit on a perfboard, so I designed a cheap PCB for this. | ||
|
||
The PCB has also some improvements: | ||
- Resistor for the status LED is placed on the PCB | ||
- Connection terminals to easily (dis)connect everything | ||
- Extra connection for waterflow-sensors with temperature sensor | ||
|
||
## Images | ||
[<img src="images/v1.0/pcb_3d.jpg" width="495"/>](images/v1.0/pcb_3d.jpg) | ||
[<img src="images/v1.0/pcb.jpg" width="400"/>](images/v1.0/pcb.jpg) | ||
|
||
## How to order? | ||
Before you order the PCB, make sure you had all components need. You can find them | ||
[here](https://www.instructables.com/Online-Water-Tracker-Reduce-Shower-Time/). Also don't forget to 3d print the case. | ||
|
||
Ready? Lets go. I always order my PCBs via [JLCPCB](https://jlcpcb.com) a chines PCB manufacture. | ||
1. Create an account | ||
2. Click "Order now" | ||
3. Upload the zip file located inside the [manufactoring](manufactoring) directory | ||
4. Optional: Choose a different color, an ECO-friendly lead-free surface finish and check that no order number is | ||
printed on the PCB (for aesthetic reasons). | ||
|
||
[<img src="images/order_jlcpcb.jpg" width="1000"/>](images/order_jlcpcb.jpg) | ||
|
||
After all you got 5 PCBs for less than 10€. | ||
|
||
## Questions | ||
Just open an issue :) | ||
|
||
## Credits | ||
Created and maintained by Lukas Schulte-Tickmann / Schluggi. | ||
|
||
Inspired by [GreatScott](https://www.instructables.com/member/GreatScottLab/). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
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,75 @@ | ||
{ | ||
"board": { | ||
"active_layer": 31, | ||
"active_layer_preset": "", | ||
"auto_track_width": true, | ||
"hidden_nets": [], | ||
"high_contrast_mode": 0, | ||
"net_color_mode": 1, | ||
"opacity": { | ||
"pads": 0.7300000190734863, | ||
"tracks": 1.0, | ||
"vias": 1.0, | ||
"zones": 0.6 | ||
}, | ||
"ratsnest_display_mode": 0, | ||
"selection_filter": { | ||
"dimensions": true, | ||
"footprints": true, | ||
"graphics": true, | ||
"keepouts": true, | ||
"lockedItems": true, | ||
"otherItems": true, | ||
"pads": true, | ||
"text": true, | ||
"tracks": true, | ||
"vias": true, | ||
"zones": true | ||
}, | ||
"visible_items": [ | ||
0, | ||
1, | ||
2, | ||
3, | ||
4, | ||
5, | ||
8, | ||
9, | ||
10, | ||
11, | ||
12, | ||
13, | ||
14, | ||
15, | ||
16, | ||
17, | ||
18, | ||
19, | ||
20, | ||
21, | ||
22, | ||
23, | ||
24, | ||
25, | ||
26, | ||
27, | ||
28, | ||
29, | ||
30, | ||
32, | ||
33, | ||
34, | ||
35, | ||
36 | ||
], | ||
"visible_layers": "ffcffff_ffffffff", | ||
"zone_display_mode": 1 | ||
}, | ||
"meta": { | ||
"filename": "waterflow.kicad_prl", | ||
"version": 3 | ||
}, | ||
"project": { | ||
"files": [] | ||
} | ||
} |
Oops, something went wrong.