Sign up for free to use this document yourself.
  • Introducing Open Droplet

  • Tribulations in Open Collaboration

  • The Lay of the Ocean

  • Open Droplet Update

  • Introducing Droplet - An Open Hardware Water Flow Metre

    Water is one of the world’s most stressed resources. Usage has shot up by more than double the rate of population increase, meaning we are guzzling more water per head than ever before.

    The impending crisis - which has already created a “water war” in southern states of the US and been immortalised in award winning musical theatre production Urine Town - has prompted varied reactions, from cries over the privatisation of this most vital resource in reaction to the Water Sustainability Act in North America, to grass roots and stakeholder initiatives to improve water infrastructures, such as Clean Water Action and the UN’s Water Action Hub.

    We have been researching water usage and the potential of environmental sensing for both home and remote use and have decided to develop an open hardware sensor that will allow users to measure how much water they are using, and have the option of taking part in a citizen science experiment on water usage. We are calling it Droplet.

    Over the course of Droplet’s development we are going to be asking for feedback from the community to make sure we’re designing the best piece of kit that we can. For now, our design principles are that:

    • Droplet is a flow metre
    • Droplet will be non-invasive: it will detect vibrations to measure water flow at the user end of a water system
    • Droplet will open hardware, its software open source and also follow open design principles
    • Droplet will look like a droplet
    • Droplet will provide options of different types of feedback to the user

    To the latter end, we’re designing different interface components to give different types of feedback, be that visual, audio, complex or simple. We’re also making sure that everyone can design interface components by making it easy to interact with the sensor component. Droplet will for example have the ability to store the measurement data locally or in online databases, but to prioritise users’ rights to privacy, they will be in control of the sharing and will opt-in rather than opt-out.

    The citizen science element comes in if you do share your data. Shared data will allow us as a community to look at how different variables - such as length of monitoring, and type of feedback (live, latent, visual, audio, etc) - changes our water usage over time. Any data made available publically will be anonymised - and we’d like your feedback on that too as we progress with the design. And hopefully together we can find ways to enjoy water without having to feel guilty about what we’re using.

    Our first meeting saw us playing with bike lights and open source Geiger counters, and talking about 3D prints and form factors. Sam is getting busy with the first steps to prototyping, while Kat is working on 3D designs for the form factor.

    We’ve now eagerly awaiting our first electronics shipment of bluetooth low energy components,LilyPads and a couple of arduino leonardo boards in advance of our next meeting at c-base.

  • Tribulations in Open Collaboration, Part 1

    • open collaboration, collaborative writing, open source, tools

    This is the first part of a series on tools for open collaboration. This first part will focus on managing content in an open way with collaborative editing platforms. In the next posts we’ll look at file sharing and document management, task management and communication tools.

    One way I like to procrastinate is by trying to find betters tools. When things aren’t as smooth and natural as I would expect, then after a while I go for a round of search and trials, fill up comparison spreadsheets - like for project management software - or think about how to build tools to compare tools better (no really). I find it edifying to see how different people think differently about organising the way they work. Well that’s my justification anyway, sometimes it’s just me spending too much time thinking about doing rather than doing

    Our team is tech savvy, willing to experiment and push the boundaries of how we do things. For instance, with the Open Integrity index, we’ve tried to be as open as possible during the implementation of the project. In her art and writing, Kat is a supporter of Open Access publishing and Creative Commons. Sam is completely dedicated to the principles of sharing, such as his log about his time at Open Source Ecology, with the aim of allowing to build on top of what he’s done.

    In the world of Open practices

    As when I start any new project, I’ve been researching the best ways to work together openly for Droplet. I’ve used different approaches for different projects, both to try them out and to cater for different audiences and teams. There are some great experiments out there to learn from: from the more business inspired to the more community driven.

    Gittip’s founder - also one of the initiators of the (Open Company Initiative]()http://www.opencompany.org/about/) - made it a practice to hold partner calls “on air”. There are also some formal methodologies out there to implement an Open Design process like the Open P2P Design Toolkit - “a simple tool for helping people approach design thinking on a metadesign level”. Sounds simple to me! Though it would be nice to see the source for the toolkit on github…. And the Open Design Definition which however probably will focus on the nature of the knowledge shared rather than the processes that enable it.

    Putting it in motion

    Droplet aims to adhere to the principles of the current version (v0.3) of the Open Design Definition and in particular commits to ensure that the “source documentation is made publicly available so that anyone can study, modify, distribute, make, prototype and sell the artifact based on that design.” So then what about our processes and tools?

    There’s a spectrum of choices out there from using “ready made” tools that are proprietary and cost money or to integrate various existing open source components to achieve desired functionalities. I’ll mention both approaches, but often in order to test if a process is the right one, it’s good to be up and running fast and online platforms can be a good way to do that. You can then migrate to open source tools when you know the process works for you.

    Managing Text

    For us text means rich text, our design documents, engineering documents, blog posts but also sometimes spreadsheet data like our budget data. Allow a team to work together on text during various moments in the project - when face to face, in a call, when we’re working separately - is a way to make sure you capture things as you go along and that people are on the same page.

    Real-time collaborative editing is a good way to capture the important elements of a conversation and have a easy to access place where everyone can jot down their ideas without interrupting the conversation. In fact sharing links and pictures can help enhance a conversation as long as participants keep the right balance between face time and screen time.

    http://www.foldingtext.com/static/gallery/1-simple.png

    We like Markdown and the alternate flavors of markdown because they allow you to write your formatting without interrupting your writing of content. I particularly like interfaces which format your text live - such as Penflip, but alsoFoldingText, Task paper is also an interesting variation on live formatting for task management - and I find them much better than interfaces that require to click on buttons to achieve the same goals, so while we started on google docs (because of the Google Drive integration, the Spreadsheet and the new Track Changes add-on) we’ve been looking into other approaches.

    We also need versioning and commenting and ways to allow the public to contribute in these ways. Ideally we want to blur the lines between content publishing and collaborative documentation where various circles in the community contribute and have the permission to “publish” (which might mean the same thing as merging or accepting pull requests).

    In summary the features we are looking for are:

    • Realtime collaborative editing
    • Distraction free writing
    • Inline (live) formatting
    • Markdown
    • Versionning (Git)
    • Commentting

    Open Source Tools

    http://mclear.co.uk/files/2014/01/crop-550x159.png

    • Ethercalc - pictured below - is a bit clunky but improving over time, and the promising Ethersheet that still lacks features.

    https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-215510.png

    http://substance.io/images/screenshots/substance-composer-beta-3.png

    Online Services

    • Penflip - which this blog post was prepared on, but doesn’t allow for live editing by multiple users. However it allows to completely open text to external collaboration. It has “git” at its core and therefore also allows to do version control and offline working. It has some UX problems however, for instance comments are only attached to request for modifications of the text. Also saving is a two step process (committing and pushing) which can be confusing and can be forgotten.

    https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220144.png

    • Typewrite - which does allow live editing but doesn’t have document folders like Penflip, and doesn’t allow to comment or integrate with a git workflow.

    https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220525.png

    • Stackedit - which seems promising, connects to Google Docs and Dropbox while still using Markdown. Is able to publish to github. We might try this next since Penflips’s overall UI is not fantastic.

    https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-221941.png

    Conclusion

    I feel that the tools in this space have been changing fast in the past year. I think that organisations need to invent the processes that will work to make the most of them. I’ve been told before that the most important is to just put your code out there. You can’t claim to be “wanting to be open source” and have nothing out there for others to look at. There is a shyness and counter-intuitive thing about putting your unfinished work out there, but I find it’s a healthy practice, very much worth the effort. To be honest, we can’t claim to have any open source project that has garnered enough attention for it to reap the benefits of the collective intelligence and cognitive surplus pouring our way. But Panic Button might become that, and hopefully Droplet and our other projects too. Until then, it just puts the right sort of pressure on us to deliver better work and think more about how to engage with contributors beyong traditional boundaries of organisations, roles and status.

    Your thoughts

    We’d really love to hear from you about your thoughts on open collaboration. Have you got a project where you’re trying similar things out? Is there anything you think we could improve on? At the moment the best way to do that is to comment here on the blog, submit a change to this blog post to improve it or contact us through contact@iilab.org - but we’re going to continue to try to improve on those means too!

    Other Resources

  • The lay of the Ocean

    • droplet, sensors, open energy monitor, sprav

    Open Droplet is by no means the first gizmo out there to measure water usage, and like anyone who is designing anything, we’ve had a good look at what’s out there. We’d like to share what we’ve found and open up the discussion to interrogate our own design decisions. We have stuck to non-invasive flow metres, as we would rather plumbing wasn’t required for fitting Open Droplet.

    https://iilab.org/assets/images/news/timer_bob.png

    Timers

    There are absolutely stacks of timers out there that measure how long you’re in the shower - some of them also have calibration so that they estimate - by timing your shower and multiplying this by the calibration constant you set at the beginning of your relationship with the device - how much water you’ve used. These don’t have a direct measurement component.We haven’t yet found one that is networked. They are quite different from what we’re trying to achieve with Open Droplet.

    https://iilab.org/assets/images/news/timer_drop.png

    https://iilab.org/assets/images/news/timer_duck.png

    Sensors

    We’ve found one device, the waterpebble, that senses - we think through conductance, although it could be a motion sensor - when your shower turns on, and then works on a time based calculation to tell you when to stop showering. It iteratively decreases the advised shower time every time you shower and alerts you by a traffic light system. It doesn’t seem to have much of a presence any more and is no longer available on a number of its distribution platforms. A nice touch was that you don’t have to install it - it lives at the bottom of your shower basin.

    https://iilab.org/assets/images/news/Waterpebble.png

    There’s also the Sprāv, not yet to market, which is a networked sensor that uses a piezo to monitor flow and then indicates by a traffic light system when you should stop showering. It also has an app interface that collects and visualises the data for QS folks. The designers say there’s going to be an open API, but I’m not clear if the hardware is open.

    https://iilab.org/assets/images/news/Sprav.jpeg

    Ecosystem

    Outside of the water sensing realm, there’s also the Open Energy Monitor which is very much aligned with our own approach of openness and also uses the Nanode (which our Lead Hardware Engineer Sam contributed to). We’re looking into their software stack to see if we could reuse an contribute to it.

    https://iilab.org/assets/images/news/OEM_system.png

    https://iilab.org/assets/images/news/OEM_water.JPG

    As far as we can see, it’s not quite there for water, but their page about water sensing and some discussions on their forum show that there is interest!

  • Open Droplet Update

    • droplet, sensors, open energy monitor, charging, battery

    Open Droplet is coming along nicely after a short summer break. Alex Shure has joined in working on Open Droplet and the project has taken the direction of joining the Open Energy Monitor ecosystem.

    Our first investigations into using piezos and accelerometres for measuring water usage, combined with a few experiments, led us to question the most feasible method of measuring flow in domestic settings. We’ve now decided to move towards a scaled series of prototypes, with the first responding automatically to flow, but not directly measuring the volume of water discharged.

    https://iilab.org/assets/images/news/droplet-whiteboard.jpg

    Designing the Power Supply component

    The water usage is then determined (after calibration) by the length of time for which the flow is detected… Which is to say, the first iteration of Open Droplet will be a bit like the timers we mentioned in a previous post - but below you’ll see how Open Droplet incorporates an automatic trigger, and will be networked so users can keep a record of their water use. In terms of networking, we’re looking at incorporating a hub (building on the Open Energy Monitor architecture) to store and relay information to the network.

    https://iilab.org/assets/images/news/droplet-mike.jpg

    Microphone, OpAmp and our new Ersa i’CON PICO soldering station

    We are now in the middle of a 2 week development and experimentation period where Alex and Sam are doing wizardry with the hardware. The guys are using a microphone to detect water flow - it starts recording when it registers sustained noise at the right frequencies. It also saves power by only activating the relevant circuits after detecting flow, and will switch off when things quieten down in the bathroom.

    For supplying power, we have plug and play battery charging system that can charge with the mini-USB plug (like you’d use for a phone or camera). It uses a linear regulator and an analogue system on a chip to control the charging rate. For the first prototype we’re using a phone battery (1S1P 1600mAh LiPo cell). We have been having discussions around the pay-off between the charging time and the amount of heat generated, and have sensibly decided on safety first - ie: a longer charging time, to avoid any (probably very exciting but maybe damaging) explosions.

    https://iilab.org/assets/images/news/droplet-charging.jpg

    Our Power System prototype: plug and play battery charging, linear regulator, analog SOC binary output, 1S1P 1600mAh LiPo cell

    The next hurdle is around making the prototype waterproof, for which we’re thinking of encasing it in either epoxy of polyurethane by pouring the mixture directly onto the kit. We’d then have just the one weak n’ wet point - the usb connector for power - which we’d plug with a winged rubber cap. If that doesn’t work, we have a back-up plan involving screws, but more on that if we need to go there.

    With encasing come a number of problems, not least overheating. So we’re going to be testing the two materials for acoustic and heat conductance in the first instance - and resilience to dropping, of course.

    https://iilab.org/assets/images/news/droplet-shelf.jpg

    Elements of our workspace

    https://iilab.org/assets/images/news/droplet-prototype.jpg

    Putting the prototype together

{"cards":[{"_id":"4bac25281fd8305d0e000055","treeId":"4bac23e41fd8305d0e000051","seq":974220,"position":1,"parentId":null,"content":"# Introducing Open Droplet"},{"_id":"4bac33cf1fd8305d0e000056","treeId":"4bac23e41fd8305d0e000051","seq":974223,"position":1,"parentId":"4bac25281fd8305d0e000055","content":"# Introducing Droplet - An Open Hardware Water Flow Metre\n\nWater is one of the [world’s most stressed resources](https://www.un.org/waterforlifedecade/scarcity.shtml). Usage has shot up by more than double the rate of population increase, meaning we are guzzling more water per head than ever before.\n\nThe impending crisis - which has already created a [“water war” in southern states of the US](http://www.waterwar.org/index.html) and been immortalised in award winning musical theatre production [Urine Town](http://www.mtishows.com/show_detail.asp?showid=000280) - has prompted varied reactions, from [cries over the privatisation](http://www.vancouverobserver.com/blogs/water/2011/02/03/what-does-privatization-water-look?page=0,1) of this most vital resource in reaction to the Water Sustainability Act in North America, to grass roots and stakeholder initiatives to improve water infrastructures, such as [Clean Water Action](http://www.cleanwateraction.org/) and the UN’s [Water Action Hub.](http://wateractionhub.org/)\n\nWe have been researching water usage and the potential of environmental sensing for both home and remote use and have decided to develop an open hardware sensor that will allow users to measure how much water they are using, and have the option of taking part in a citizen science experiment on water usage. We are calling it Droplet.\n\nOver the course of Droplet’s development we are going to be asking for feedback from the community to make sure we’re designing the best piece of kit that we can. For now, our design principles are that:\n\n* Droplet is a flow metre\n* Droplet will be non-invasive: it will detect vibrations to measure water flow at the user end of a water system\n* Droplet will open hardware, its software open source and also follow open design principles\n* Droplet will look like a droplet\n* Droplet will provide options of different types of feedback to the user\n\nTo the latter end, we’re designing different interface components to give different types of feedback, be that visual, audio, complex or simple. We're also making sure that everyone can design interface components by making it easy to interact with the sensor component. Droplet will for example have the ability to store the measurement data locally or in online databases, but to prioritise users’ rights to privacy, they will be in control of the sharing and will opt-in rather than opt-out.\n\nThe citizen science element comes in if you do share your data. Shared data will allow us as a community to look at how different variables - such as length of monitoring, and type of feedback (live, latent, visual, audio, etc) - changes our water usage over time. Any data made available publically will be anonymised - and we’d like your feedback on that too as we progress with the design. And hopefully together we can find ways to enjoy water without having to feel guilty about what we're using.\n\nOur first meeting saw us playing with bike lights and open source Geiger counters, and talking about 3D prints and form factors. Sam is getting busy with the first steps to prototyping, while Kat is working on 3D designs for the form factor.\n\nWe’ve now eagerly awaiting our first electronics shipment of [bluetooth low energy components](http://www.seeedstudio.com/depot/bluetooth-40-low-energy-ble-mini-p-1366.html),[LilyPads](https://tiny-circuits.com/products/tinylily/asm2101/?added-to-cart=6458) and a couple of arduino leonardo boards in advance of our next meeting at c-base. "},{"_id":"4bac36971fd8305d0e000057","treeId":"4bac23e41fd8305d0e000051","seq":974224,"position":2,"parentId":null,"content":"# Tribulations in Open Collaboration"},{"_id":"4bac36fa1fd8305d0e000058","treeId":"4bac23e41fd8305d0e000051","seq":974225,"position":1,"parentId":"4bac36971fd8305d0e000057","content":"# Tribulations in Open Collaboration, Part 1\n\n* open collaboration, collaborative writing, open source, tools\n\n_This is the first part of a series on tools for open collaboration. This first part will focus on managing content in an open way with collaborative editing platforms. In the next posts we'll look at file sharing and document management, task management and communication tools._\n\nOne way I like to procrastinate is by trying to find betters tools. When things aren't as smooth and natural as I would expect, then after a while I go for a round of search and trials, fill up comparison spreadsheets - like for [project management software](https://docs.google.com/spreadsheet/pub?key=0AhQdlH5mVj3PdGE3bVQ4amtxcWdLUFMwYXpnb0NSamc&single=true&gid=0&output=html) - or think about how to build tools to compare tools better (no [really](https://github.com/iilab/openintegrity/issues/34)). I find it edifying to see how different people think differently about organising the way they work. Well that's my justification anyway, sometimes it's just me spending too much time _thinking about doing_ rather than _doing_...\n\nOur team is tech savvy, willing to experiment and push the boundaries of how we do things. For instance, with the Open Integrity index, we've tried to be [as open as possible](https://wiki.openintegrity.org/) during the implementation of the project. In her art and writing, Kat is a supporter of Open Access publishing and Creative Commons. Sam is completely dedicated to the principles of sharing, such as his [log about his time at Open Source Ecology](http://opensourceecology.org/wiki/Samthetechie_log), with the aim of allowing to build on top of what he's done.\n\n## In the world of Open practices\n\nAs when I start any new project, I've been researching the best ways to work together openly for Droplet. I've used different approaches for different projects, both to try them out and to cater for different audiences and teams. There are some great experiments out there to learn from: from the more business inspired to the more community driven.\n\nGittip's founder - also one of the initiators of the (Open Company Initiative]([](http://www.opencompany.org/about/))[http://www.opencompany.org/about/](http://www.opencompany.org/about/)) - made it a practice to [hold partner calls \"on air\"](https://medium.com/building-gittip/5886749a4ded). There are also some formal methodologies out there to implement an Open Design process like the [Open P2P Design Toolkit](http://issuu.com/openp2pdesign/docs/openp2pdesign.toolkit_pixelache) - \"a simple tool for helping people approach design thinking on a metadesign level\". Sounds simple to me! Though it would be nice to see the source for the toolkit on github.... And the [Open Design Definition](https://github.com/OpenDesign-WorkingGroup/Open-Design-Definition/blob/master/open.design_definition/open.design.definition.md) which however probably will focus on [the nature of the knowledge shared rather than the processes that enable it](https://github.com/OpenDesign-WorkingGroup/Open-Design-Definition/issues/17).\n\n## Putting it in motion\n\nDroplet [aims to adhere to the principles](https://www.penflip.com/jun/droplet/blob/master/open-design.txt) of the [current version (v0.3)](https://github.com/OpenDesign-WorkingGroup/Open-Design-Definition/blob/03c2d543242fed0d8e999b79d96c6671b46406a6/open.design_definition/open.design.definition.md) of the Open Design Definition and in particular commits to ensure that the \"source documentation is made publicly available so that anyone can study, modify, distribute, make, prototype and sell the artifact based on that design.\" So then what about our processes and tools?\n\nThere's a spectrum of choices out there from using \"ready made\" tools that are proprietary and cost money or to integrate various existing open source components to achieve desired functionalities. I'll mention both approaches, but often in order to test if a process is the right one, it's good to be up and running fast and online platforms can be a good way to do that. You can then migrate to open source tools when you know the process works for you.\n\n## Managing Text\n\nFor us text means rich text, our design documents, engineering documents, blog posts but also sometimes spreadsheet data like our budget data. Allow a team to work together on text during various moments in the project - when face to face, in a call, when we're working separately - is a way to make sure you capture things as you go along and that people are _on the same page_.\n\nReal-time collaborative editing is a good way to capture the important elements of a conversation and have a easy to access place where everyone can jot down their ideas without interrupting the conversation. In fact sharing links and pictures can help enhance a conversation as long as participants keep the right balance between face time and screen time.\n\n![](http://www.foldingtext.com/static/gallery/1-simple.png)\n\n[](http://www.foldingtext.com/static/gallery/1-simple.png)http://www.foldingtext.com/static/gallery/1-simple.png\n\nWe like Markdown and the alternate flavors of markdown because they allow you to write your formatting without interrupting your writing of content. I particularly like interfaces which format your text live - such as [Penflip](https://www.penflip.com/), but also[FoldingText](http://www.foldingtext.com/), [Task paper](https://iilab.org/news/www.hogbaysoftware.com/products/taskpaper) is also an interesting variation on live formatting for task management - and I find them much better than interfaces that require to click on buttons to achieve the same goals, so while we started on google docs (because of the Google Drive integration, the Spreadsheet and the new Track Changes add-on) we've been looking into other approaches.\n\nWe also need versioning and commenting and ways to allow the public to contribute in these ways. Ideally we want to blur the lines between content publishing and collaborative documentation where various circles in the community contribute and have the permission to \"publish\" (which might mean the same thing as merging or accepting pull requests).\n\nIn summary the features we are looking for are:\n\n* Realtime collaborative editing\n* Distraction free writing\n* Inline (live) formatting\n* Markdown\n* Versionning (Git)\n* Commentting\n\n## Open Source Tools\n\n* Etherpad-lite (and its plethora of [less known plugins](http://mclear.co.uk/2014/01/04/top-10-etherpad-plugins-2014/))\n\n![](http://mclear.co.uk/files/2014/01/crop-550x159.png)\n\n[](http://mclear.co.uk/files/2014/01/crop-550x159.png)http://mclear.co.uk/files/2014/01/crop-550x159.png\n\n* [Ethercalc](http://ethercalc.net/) - pictured below - is a bit clunky but improving over time, and the promising [Ethersheet](https://ethersheet.org/) that still lacks features.\n\n![](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-215510.png)\n\n[](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-215510.png)https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-215510.png\n\n* [Substance](http://substance.io/composer/) shifted its focus to desktop document editing (when originally it was also looking at realtime web based collaboration. But I keep an eye on this one because its [technology fundamentals are great](https://github.com/substance)!\n\n![](http://substance.io/images/screenshots/substance-composer-beta-3.png)\n\n[](http://substance.io/images/screenshots/substance-composer-beta-3.png)http://substance.io/images/screenshots/substance-composer-beta-3.png\n\n## Online Services\n\n* [Penflip](https://www.penflip.com/) - which this blog post was prepared on, but doesn't allow for live editing by multiple users. However it allows to completely open text to external collaboration. It has \"git\" at its core and therefore also allows to do version control and offline working. It has some UX problems however, for instance comments are only attached to request for modifications of the text. Also saving is a two step process (committing and pushing) which can be confusing and can be forgotten.\n\n![](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220144.png)\n\n[](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220144.png)https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220144.png\n\n* [Typewrite](https://typewrite.io/) - which does allow live editing but doesn't have document folders like Penflip, and doesn't allow to comment or integrate with a git workflow.\n\n![](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220525.png)\n\n[](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220525.png)https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-220525.png\n\n* [Stackedit](https://stackedit.io/) - which seems promising, connects to Google Docs and Dropbox while still using Markdown. Is able to publish to github. We might try this next since Penflips's overall UI is not fantastic.\n\n![](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-221941.png)\n\n[](https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-221941.png)https://iilab.org/assets/images/news/screen-shot-2014-06-03-at-221941.png\n\n## Conclusion\n\nI feel that the tools in this space have been changing fast in the past year. I think that organisations need to invent the processes that will work to make the most of them. I've been told before that the most important is to just put your code out there. You can't claim to be \"wanting to be open source\" and have nothing out there for others to look at. There is a shyness and counter-intuitive thing about putting your unfinished work out there, but I find it's a healthy practice, very much worth the effort. To be honest, we can't claim to have any open source project that has garnered enough attention for it to reap the benefits of the collective intelligence and cognitive surplus pouring our way. But [Panic Button](https://panicbutton.io/) might become that, and hopefully Droplet and our other projects too. Until then, it just puts the right sort of pressure on us to deliver better work and think more about how to engage with contributors beyong traditional boundaries of organisations, roles and status.\n\n## Your thoughts\n\nWe'd really love to hear from you about your thoughts on open collaboration. Have you got a project where you're trying similar things out? Is there anything you think we could improve on? At the moment the best way to do that is to comment here on the blog, [submit a change to this blog post to improve it](https://www.penflip.com/jun/droplet-blog-posts/blob/master/02-Tribulations-in-Open-Collaboration.txt) or contact us through contact@iilab.org - but we're going to continue to try to improve on those means too!\n\n**Other Resources**\n\n* A very good [in depth post from Zapier about collaborative writing tools](https://zapier.com/blog/collaborative-writing-tools-editorially-draft-penflip/)\n* [AlternativesTo ](http://alternativeto.net/)is a good site for finding open source alternatives to the software you already use.\n* [Social Source Commons](https://socialsourcecommons.org/) from our friends at Aspiration Tech\n* Gittip has [published a list of the tool they use](http://building.gittip.com/appendices/channels)."},{"_id":"4bac388e1fd8305d0e000059","treeId":"4bac23e41fd8305d0e000051","seq":974226,"position":3,"parentId":null,"content":"# The Lay of the Ocean"},{"_id":"4bac38e31fd8305d0e00005a","treeId":"4bac23e41fd8305d0e000051","seq":974227,"position":1,"parentId":"4bac388e1fd8305d0e000059","content":"# The lay of the Ocean\n\n* droplet, sensors, open energy monitor, sprav\n\nOpen Droplet is by no means the first gizmo out there to measure water usage, and like anyone who is designing anything, we've had a good look at what's out there. We'd like to share what we've found and open up the discussion to interrogate our own design decisions. We have stuck to non-invasive flow metres, as we would rather plumbing wasn't required for fitting Open Droplet.\n\n![](https://iilab.org/assets/images/news/timer_bob.png)\n\n[](https://iilab.org/assets/images/news/timer_bob.png)https://iilab.org/assets/images/news/timer_bob.png\n\n## Timers\n\nThere are absolutely stacks of timers out there that measure how long you're in the shower - some of them also have calibration so that they estimate - by timing your shower and multiplying this by the calibration constant you set at the beginning of your relationship with the device - how much water you've used. These don't have a direct measurement component.We haven't yet found one that is networked. They are quite different from what we're trying to achieve with Open Droplet.\n\n![](https://iilab.org/assets/images/news/timer_drop.png)\n\n[](https://iilab.org/assets/images/news/timer_drop.png)https://iilab.org/assets/images/news/timer_drop.png\n\n![](https://iilab.org/assets/images/news/timer_duck.png)\n\n[](https://iilab.org/assets/images/news/timer_duck.png)https://iilab.org/assets/images/news/timer_duck.png\n\n## Sensors\n\nWe've found one device, the [waterpebble](http://www.waterpebble.com/), that senses - we think through conductance, although it could be a motion sensor - when your shower turns on, and then works on a time based calculation to tell you when to stop showering. It iteratively decreases the advised shower time every time you shower and alerts you by a traffic light system. It doesn't seem to have much of a presence any more and is no longer available on a number of its distribution platforms. A nice touch was that you don't have to install it - it lives at the bottom of your shower basin.\n\n![](https://iilab.org/assets/images/news/Waterpebble.png)\n\n[](https://iilab.org/assets/images/news/Waterpebble.png)https://iilab.org/assets/images/news/Waterpebble.png\n\nThere's also the [Sprāv](https://iilab.org/news/spravwater.com), not yet to market, which is a networked sensor that uses a piezo to monitor flow and then indicates by a traffic light system when you should stop showering. It also has an app interface that collects and visualises the data for QS folks. The designers say there's going to be an open API, but I'm not clear if the hardware is open.\n\n![](https://iilab.org/assets/images/news/Sprav.jpeg)\n\n[](https://iilab.org/assets/images/news/Sprav.jpeg)https://iilab.org/assets/images/news/Sprav.jpeg\n\n## Ecosystem\n\nOutside of the water sensing realm, there's also the [Open Energy Monitor](http://openenergymonitor.org/emon/) which is very much aligned with our own approach of openness and also uses the Nanode (which our Lead Hardware Engineer [Sam](https://iilab.org/#team) contributed to). We're looking into their software stack to see if we could reuse an contribute to it.\n\n![](https://iilab.org/assets/images/news/OEM_system.png)\n\n[](https://iilab.org/assets/images/news/OEM_system.png)https://iilab.org/assets/images/news/OEM_system.png\n\n![](https://iilab.org/assets/images/news/OEM_water.JPG)\n\n[](https://iilab.org/assets/images/news/OEM_water.JPG)https://iilab.org/assets/images/news/OEM_water.JPG\n\nAs far as we can see, it's not quite there for water, but their [page about water sensing](http://openenergymonitor.org/emon/applications/water) and some [discussions](http://openenergymonitor.org/emon/node/3324) [on their forum](http://openenergymonitor.org/emon/node/3467) show that there is interest!\n"},{"_id":"4bac3a811fd8305d0e00005b","treeId":"4bac23e41fd8305d0e000051","seq":974228,"position":4,"parentId":null,"content":"# Open Droplet Update"},{"_id":"4bac3aaf1fd8305d0e00005c","treeId":"4bac23e41fd8305d0e000051","seq":974231,"position":1,"parentId":"4bac3a811fd8305d0e00005b","content":"# Open Droplet Update\n\n* droplet, sensors, open energy monitor, charging, battery\n\nOpen Droplet is coming along nicely after a short summer break. [Alex Shure](http://etemu.com/) has joined in working on Open Droplet and the project has taken the direction of joining the [Open Energy Monitor](http://openenergymonitor.org/emon/) ecosystem.\n\nOur first [investigations into using piezos and accelerometres for measuring water usage](https://iilab.org/news/2014-05-23-getting-started-droplet.html), combined with a few experiments, led us to question the most feasible method of measuring flow in domestic settings. We've now decided to move towards a scaled series of prototypes, with the first responding automatically to flow, but not directly measuring the volume of water discharged.\n\n![](https://iilab.org/assets/images/news/droplet-whiteboard.jpg)\n\n[](https://iilab.org/assets/images/news/droplet-whiteboard.jpg)https://iilab.org/assets/images/news/droplet-whiteboard.jpg\n\n_Designing the Power Supply component_\n\nThe water usage is then determined (after calibration) by the length of time for which the flow is detected... Which is to say, the first iteration of Open Droplet will be a bit like [the timers we mentioned](https://iilab.org/news/2014-06-09-lay-of-the-ocean.html) in a previous post - but below you'll see how Open Droplet incorporates an automatic trigger, and will be networked so users can keep a record of their water use. In terms of networking, we're looking at incorporating a hub (building on the Open Energy Monitor architecture) to store and relay information to the network.\n\n![](https://iilab.org/assets/images/news/droplet-mike.jpg)\n\n[](https://iilab.org/assets/images/news/droplet-mike.jpg)https://iilab.org/assets/images/news/droplet-mike.jpg\n\n_Microphone, OpAmp and our new Ersa i'CON PICO soldering station_\n\nWe are now in the middle of a 2 week development and experimentation period where Alex and Sam are doing wizardry with the hardware. The guys are using a microphone to detect water flow - it starts recording when it registers sustained noise at the right frequencies. It also saves power by only activating the relevant circuits after detecting flow, and will switch off when things quieten down in the bathroom.\n\nFor supplying power, we have plug and play battery charging system that can charge with the mini-USB plug (like you'd use for a phone or camera). It uses a linear regulator and an analogue system on a chip to control the charging rate. For the first prototype we're using a phone battery (1S1P 1600mAh LiPo cell). We have been having discussions around the pay-off between the charging time and the amount of heat generated, and have sensibly decided on safety first - ie: a longer charging time, to avoid any (probably very exciting but maybe damaging) explosions.\n\n![](https://iilab.org/assets/images/news/droplet-charging.jpg)\n\n[](https://iilab.org/assets/images/news/droplet-charging.jpg)https://iilab.org/assets/images/news/droplet-charging.jpg\n\n_Our Power System prototype: plug and play battery charging, linear regulator, analog SOC binary output, 1S1P 1600mAh LiPo cell_\n\nThe next hurdle is around making the prototype waterproof, for which we're thinking of encasing it in either epoxy of polyurethane by pouring the mixture directly onto the kit. We'd then have just the one weak n' wet point - the usb connector for power - which we'd plug with a winged rubber cap. If that doesn't work, we have a back-up plan involving screws, but more on that if we need to go there.\n\nWith encasing come a number of problems, not least overheating. So we're going to be testing the two materials for acoustic and heat conductance in the first instance - and resilience to dropping, of course.\n\n![](https://iilab.org/assets/images/news/droplet-shelf.jpg)\n\n[](https://iilab.org/assets/images/news/droplet-shelf.jpg)https://iilab.org/assets/images/news/droplet-shelf.jpg\n\n_Elements of our workspace_\n\n![](https://iilab.org/assets/images/news/droplet-prototype.jpg)\n\n[](https://iilab.org/assets/images/news/droplet-prototype.jpg)https://iilab.org/assets/images/news/droplet-prototype.jpg\n\n_Putting the prototype together_"}],"tree":{"_id":"4bac23e41fd8305d0e000051","name":"Open Droplet - Blog Posts","publicUrl":"open-droplet-blog-posts"}}