Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
Schluggi committed Sep 16, 2022
0 parents commit c8cd63b
Show file tree
Hide file tree
Showing 13 changed files with 7,625 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 1.0
The first release.
22 changes: 22 additions & 0 deletions LICENSE.txt
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.
42 changes: 42 additions & 0 deletions README.md
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/).
Binary file added images/order_jlcpcb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v1.0/pcb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v1.0/pcb_3d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v1.0/schematic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,303 changes: 5,303 additions & 0 deletions kicad/waterflow.kicad_pcb

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions kicad/waterflow.kicad_prl
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": []
}
}
Loading

0 comments on commit c8cd63b

Please sign in to comment.