Wireless Water Leak Sensor
by jade7272 in Circuits > Electronics
2251 Views, 14 Favorites, 0 Comments
Wireless Water Leak Sensor
https://m.youtube.com/watch?v=VojkQFnYJD8
The Board Design
I Designed a really small board that can be fit into just about anything ..With a Power jack but we are going to use a Particle Electron with Battery..I will last a very long time as the Particle will be asleep until there is an event and then it will wake up send an alarm.. You can reset the alarm by sending the Particle a number 1 via the Particle app..
I have my PCBs manufactured by pcbway.com they are great and produce quality PCBs very quickly and quite economically ..You can just upload the gerber file to them and have your PCB within 7 days..
Downloads
Sensor Design and Box Build
The Programming ..and Testing
I will include a text file of the Web hooks needed for sending your alarms as well as Gerber files for the boards..I am a big particle enthusiast as it is really low cost and programmable from anywhere which is a real bonus when tweaking your programs.. When using a Particle Electron it is advisable to Program and upload the program via a computer as opposed to using the On Line IDE as you will use data using the remote upload..
In the Particle IDE simply click on the little cloud upper left corner of code file..It wiil download the code to your downloads file folder
If you are using a linux computer
simply open a terminal and type
"cd downloads"
then type in
"particle flash --serial firmware.bin"
put the particle into listening mode by holding down the little button (the other one not the reset) and follow instructions..If you haven't done this before there are instructions on how to do it here
https://docs.particle.io/guide/tools-and-features/...
You will need a Particle account
Http://www.Particle.io (Free)
And a Twillio Account
Http://www.Twillio.com (One month Free)
There are instructions on both sites on how to get the required information that you need to continue.
the Particle Code is here ..You can change it all you want
Testing
..Thanks for reading
contact me via this site if you have any questions I will be happy to answer any that you have ..