No story behind the build, just a link to the git repo? yay
Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
21–30 of 124 posts
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#22But there's a review on Amazon that describes someone getting three units and finding as much as 600ppm variation among them.
Maybe they need some kind of calibration or tuning? Or their manufacturing process is way out of control.
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#23Whats wrong with this one? (it works with the same device) https://github.com/larsp/co2monitor
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#24Unrelated to the project, but your CO2 levels are far to high. The maximum should be around 600ppm.
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#25Installed a CO2 monitor in my home two days ago. Already changed my life. It warns me when I need additional ventilation and even beeps if CO2 levels raise too high. It sounds silly but it's scary how quickly levels rise when the windows are closed.
> It sounds silly but it's scary how quickly levels rise when the windows are closed. It might be scary, but is it actually dangerous? It could just be that the levels shown, even if raised, are inconsequential. Basically wondering about the "Already changed my life" line. Are we all without one risk certain CO2 death every day, or is the parent overly worried over nothing (and opens windows without really a need for…
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#26Isn't C++ a bit overkill for a web app?
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#27Installed a CO2 monitor in my home two days ago. Already changed my life. It warns me when I need additional ventilation and even beeps if CO2 levels raise too high. It sounds silly but it's scary how quickly levels rise when the windows are closed.
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#28Why are there steps in the CO2 levels?
Since this is based on a reverse-engineered binary protocol and since the step sizes are reasonably close to 64 and 128, I'd guess it's a bug.
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#29This device's manufacturer claims an accuracy of "± 100ppm or ± 7% of reading". But there's a review on Amazon that describes someone getting three units and finding as much as 600ppm variation among them. Maybe they need some kind of calibration or tuning? Or their manufacturing process is way out of control.
Re: Show HN: I wanted to measure CO2 in my office, so I build a C++ WebServer/App
#30I'd improve the ticks on the x-Axis a bit. Otherwise looks fine to me.