@OldSurferDude maybe some water flows past the meter before it starts turning?
Mod
Moderator
Posts
-
Shower Monitor -
RFM69hcw (arduino pro mini) not finding parent (esp8266)Nice work @Kokosnoot
I think you could use#define MY_RFM69_IRQ_PIN 2 #define MY_RFM69_IRQ_NUM digitalPinToInterrupt(MY_RFM69_IRQ_PIN)This should convert the pin number to interrupt number automatically.
-
💬 Easy-Peasy Amplified MySensors Serial Gateway@KevinT should be one of these https://github.com/mysensors/MySensors/pulls?q=is%3Apr+esp8266+sort%3Aupdated-desc+
-
💬 Easy-Peasy Amplified MySensors Serial Gateway@KevinT did you read the thread I linked?
-
💬 Easy-Peasy Amplified MySensors Serial GatewayGreat to see you again @KevinT
It is broken, and you are doing something wrong :-)
Use the latest supported version of the board definitions. See https://forum.mysensors.org/post/114086
-
My final Gateway versionWith debug on I can conform it works just fine. So far I can see all sensors reporting and all actuators respond without any problems. Accept for one, but that radio is in a cage of Faraday and I knew it would need a repeater close by.
Next step making the shield for the rfm69, so that I have one form factor for my Gateways and Repeater(s). But it has to wait until after Eastern. as it's the same for adding an extra decoupler capacitor.
-
Piezzo siren/alarmCan't give you a 100% answer. I've noticed with FETS I sometimes have a low leak Voltage. But I've seen Chinese designs that gave a negative voltage when the FET was turned off haha
-
My final Gateway versionI still think it's the radio or more precise the decoupling circuit. I have seen simulor behavior on a node. Almost as if the cap is not charging fast enough. If I ever have time all add a 47uf cap in parallel and a 0.1uf. As the last one is not in the regulator circuit. I'm not convinced raising the capacitor value is the solution.
As a software engineer by education - which was a long time ago haha - I'm not fund in adding delays. But if it helps it helps. -
My final Gateway versionSince it works with my PA + LNA antenna on High PA Level, I've decided to take it in production. I've kept my old Gateway just in case. Photo's will follow soon.
PA Level Max might work if you provided a power supply on the DC barrel input. But I will test it later as the Uno requires 7.5V and I'm not sure if my voltage regulator will become hot like it did with a 12V power supply. For Now I'll let the current setup run for a couple of days.
-
Piezzo siren/alarmJust curious, still learning. Would a mosfet not draw less power? You could use a Mosfet and use a diode instead of a resistor to pull it high or low. That way it consumes micro amps.