-
First bug
08/18/2016 at 15:25 • 0 commentsAfter the first fail, the first bug. I like bugs in a hardware project, they usually occur in real word. For this bug, is during a night under the stars in my garden. When the CMV is at the hight speed, and without other sound, I clearly listen many speed switches. After a good night, I looked this graph:
Ok, there is a bug. Two bugs in fact.
A first bug, the root of bugs, is my rewrite in rust of open2300. There is many fails (~90% of reads). I don’t (yet) find where is the problem.
But reseted the speed when the read fails is a second bug. Using ws2300 as subcommand in the cronjob caused sending
(null)
. I simply handle this case in the vmc script via this commit. -
First fail
08/05/2016 at 16:29 • 0 commentsI created my first pcb, etched it with the toner transfert method and, finaly, soldered it.
First fail, the USB connector is on the wrong side (good news: inverted vcc and ground doesn’t destroying components).
Second, the esp8266 doesn’t power up.
-
Open2300 rewrote in rust
08/04/2016 at 02:03 • 0 comments -
Dashboard
08/03/2016 at 13:34 • 0 commentsStep 6: the dashboard.
-
Project overview
08/01/2016 at 17:07 • 0 commentsOver the updates, I realized this project may be a little complex due to many software peaces. I writed ansible recipes to recreate the two raspberry pi boxes (weather and vmc) : https://github.com/sanpii/domotic-box/.
-
Sensor PCB
07/31/2016 at 10:58 • 0 commentsFor fun, and because soldering prototype board is painful, I created my first PCB with kicad. Not tested yet, but the sources are available in the sensor repository.
-
Temperature/humidity sensors
07/27/2016 at 08:22 • 0 comments
Step 5: create temperature/humidity sensors.
-
Graph your home
07/20/2016 at 13:17 • 0 commentsStep 4: graph your data.
-
Control CMV
07/19/2016 at 14:25 • 0 commentsThird step: plug a raspberry pi near your CMV and uncontrol its.
-
Collect weather data
07/16/2016 at 15:08 • 0 commentsFirst step: collect weather data and store in a database.