Just as another reference point ... some cool lessons from MAGfest using the ESP ...
https://youtu.be/8WCIu-3OFEQ
http://www.purpleair.org there's other sites that have done similar, can this be unique to utah and do a better job or somehow get attention in a way that we aren't already getting. Also it would be useful to look at critiques of devices that monitor air quality and see if they are valid.
As we're talking here, I think you are beginning to see the complexities of what most people think are very simple issues. The transducer technologies are not exactly what and where you would think they are.
Particulate matter is a very important one to watch. But they are still expensive and very power hungry. CO2 is important, but more important indoors. The VOC transducers detect a broad range of VOCs, and so they do not yet identify *which* VOC is present, and without that knowledge your readings are almost meaningless. (e.g. You know one or more VOCs are present, but not which one, and so you don't know if the reading is "bad" or not.)
A basic mobile app could be created to talk Bluetooth, but the more important part is settling on what we want to measure and provide.
We could provide a solution that people take home and install, but at what cost will they agree to pay for it?
I'm not sure that I agree with battery.
Ozone is a critical measure, but the accurate transducers are still really expensive!
Is there some time that you want to set-up a meeting to start to create some real project management documentation for this?
autoConnect()
which does all the connecting and failover configuration portal setup for you, you need to use startConfigPortal()
. Do not use BOTH.--
You received this message because you are subscribed to a topic in the Google Groups "MakeSaltLake" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/makesaltlake/Cs9zvKMywXs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to makesaltlake+unsubscribe@googlegroups.com.
To post to this group, send email to makesa...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/makesaltlake/c828a8f3-3b4d-4069-a5c7-13ee6d649ab8%40googlegroups.com.
Brad-Interesting. Do they waive your registration fee for Openwest then? :)Minor point, but you could add to slide #6, cardiovascular and pulmonary health complications. Those correlations are much more strongly established in the research on particulate exposure. The link to neurological problems is more speculative (so far, I believe). If you want some deeper background, for context in your presentation, I could do some digging to produce some talking points.(Dr.) Malcolm
On Sun, Apr 23, 2017 at 11:57 PM, Brad Midgley <bmid...@gmail.com> wrote:
I get to speak at openwest. Should be fun.Scott, the workflow for wifimanager doesn't make sense. Their docs:Instead of callingautoConnect()
which does all the connecting and failover configuration portal setup for you, you need to usestartConfigPortal()
. Do not use BOTH.I found this confusing, because what it looks like I want is to to call autoConnect and then in the loop, call startConfigPortal if GPIO0 goes low. Is that allowed? Or could I instead watch for GPIO0 to go low and clear the eeprom and use autoConnect? The problem is you may want to reconfigure in the presence of the previously configured AP.
On Sunday, April 2, 2017 at 7:41:23 AM UTC-6, Brad Midgley wrote:I submitted this to openwest and started writing slides. I'll need to replace the pictures or ask for rights to use them.
--
You received this message because you are subscribed to a topic in the Google Groups "MakeSaltLake" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/makesaltlake/Cs9zvKMywXs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to makesaltlake...@googlegroups.com.
To post to this group, send email to makesa...@googlegroups.com.
Some thoughts on the air quality project.Let's make this the flagship product of the microcontroller meetup. It touches on every kind of problem we solve.Let's select a platform. I'm interested in low cost wifi enabled so I think esp8266 is a clear winner. We need a sensor.I'm willing to have data quality be secondary in initial phase. We can have people set these up in lots of different circumstances and not worry as much about rigorous deployment initially.I'm contacting the University of Utah to see who we can partner with.I imagine a sign saying a data collection point is nearby would be great publicity and might even encourage better behavior. Of course it will have a web page and QR code.Unless there is a better model out there for connecting, let's have the device try to acquire a connection and if that doesn't work, go into its own access point mode. If users have a cellphone they connect to it, it can use geolocation API to ask the phone where they are and remember it along with access point password. It could register an email as well.Let's talk power. I think we need to start with three AA batteries and go from there.I'll buy a couple of these since I'm out of boards for new stuff. http://www.ebay.com/itm/like/201607584855Brad
In the arduino IDE, try to load the additional libraries with this:
| |
// sketch->include library->manage libraries | |
// WiFiManager, ArduinoJson, PubSubClient |
--
You received this message because you are subscribed to a topic in the Google Groups "MakeSaltLake" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/makesaltlake/Cs9zvKMywXs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to makesaltlake+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/makesaltlake/501be73e-5840-4901-8a4e-6779a892b66d%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to makesaltlake...@googlegroups.com.
Malcom, what would the process of calibration look like?