@fabyte awesome job. I'm working something similar. Could you share your main program code?
icebob
@icebob
Best posts made by icebob
Latest posts made by icebob
-
RE: A tiny BME node - BME280 on ATtiny85
-
RE: Gas Sensor Problem
Use V_LEVEL
MyMessage msgSmoke(CHILD_ID_SMOKE, V_LEVEL);
-
RE: OpenHardware.io
Good job. I found a bug. I can't select the link in the BOM list. Google Chrome v47
-
RE: 110v-230v AC to Mysensors PCB board
Hi,
I now received PCBs from DirtyPCB. I'm searching components (but not from China sellers).
Can I use this varistor on the AC side?: http://uk.farnell.com/multicomp/mcsr391k10ds/varistor-60j-250vrms/dp/1856880
And on the DC side?: http://uk.farnell.com/multicomp/mcvz1206m050agt/varistor-multilayer-4vac-0402/dp/2462756Thanks in advance!
-
RE: Test of Step-Up-Modules (sparkfun, Pololu & china-module) / any other?
@scalz: thank you for you calculation. It's interesting. I will measure it if I receive the MCP16251.
-
RE: 3 in 1 incl battery monitor
@the-cosmic-gate Nothing special. I made a big sketch, which contains 7-8 sensors (DHT, Si7021, MQ-2/9, PIR, Door magnet, Light, battery) reading code because I would like to upload the same sketch to all nodes and configurate it on controller side, which sensors is on the node and need to read.
But currently I reached the limit with I2C includes, so I need to think over this solution.