@sundberg84 Thanks. Will try.
Oliviakrk
@Oliviakrk
Best posts made by Oliviakrk
Latest posts made by Oliviakrk
-
RE: 💬 Building a Raspberry Pi Gateway
Hi
I enabled SPI. For Rasberry PI B it was under 5. Interfacing options. The build completed successfully. Thanks!
But there is a problem...When I run mysqgw -d I get:
mysgw: Starting gateway...
mysgw: Protocol version - 2.1.1
mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
mysgw: TSM:INIT
mysgw: TSF:WUR:MS=0
mysgw: !TSM:INIT:TSP FAIL
mysgw: TSM:FAIL:CNT=1
mysgw: TSM:FAIL:PDTI also tried development release. Works perfectly. Looks like there is problem with stable.
-
RE: 💬 Building a Raspberry Pi Gateway
Anyone having issues with compilation of latest stable?
Looks like missing libraries... fatal error: SPI.h: No such file or directory
-
RE: 💬 Battery Powered Sensors
@sineverba
Yes, so a stepup before DHT 22 is required. And it works...But..I have issues with measuring battery level.int batteryPcnt = sensorValue / 10;
Always gives something around 74-77%. Even if I use batteries straight of the charger (Panasonic/Sanyo Enelops, which are 1,3 -1,4V when taken of the charger)
-
RE: 💬 Battery Powered Sensors
How about using rechargeable batteries instead of alkaline? They would be 1.2V instead of 1.5. vmax would be 2.8V ?
-
RE: My Slim 2AA Battery Node
Hi
Did anyone make DHT 22 slim node with MySensors 2.0? I created one Node from modified MySenors 2 example...But I get a feeling that it is freezing sometimes (but then again comes back to life).