Slightly overdue, but here comes the final post for this little device. Code and documentation has been uploaded to github.
A water level monitor device built using WiPy. WiPy is a thumb-sized device that can run Micro-Python code, use WiFi/Bluetooth and get a ton of things connected to the 28 pins. It consumes very little power and can even be in deep sleep mode, consuming almost no power at all. For the curious, full details here https://pycom.io/hardware/wipy-3-0-specs/
I needed to get indication/warning when water in a system rises above certain levels. There are lots of small and cheap devices for this, simple things that for example start beeping like crazy when they get in contact with water. While something like this would be OK, for me it would be best if I got notified in a more proper way, as it is not certain I will be around to hear the noise. I also needed a good excuse to dive into IoT and do some fun project over the holidays. Hence the WiPee was born.
There are two cables connected to the WiPy. Dipping them in water will make the WiPy notice this and if they stay in the water it will transmit a message. There are two cables so that you can have checks for two levels, in my case elevated and critical.
Specifically this happens:
Using 5200 mah battery the device can be left running like this for about 3 months. This can easily be expanded further simply by making it sleep 10 minutes or more. In my case I need to do a visual check of the area every 3 months and that I why I made this the target.
How it sends messages:
As you can steal the WiPy and easily read the contents (unless you read lock it) some security has to be considered. In my case I decided on the following:
As I live out in the almost middle of nowhere and the device is in a place where you can access it, but I'm not sure you would want to, this seemed fine to me. Worst case is you can use the info to screw with me, but not with anyone else. Please, don't take the next plane and troll me.
For more details on the device, the cloud bit and the micro-python code, go to https://github.com/smjnab/WiPee
Thanks for reading!
Don't forget to do a round of Raid Ponzi Steemit if you are bored.