BRUH Automation

Results 8 comments of BRUH Automation

Sweet enclosure! Looks great. I would love to support the FastLED library (which supports neopixel rings) on this sketch. My long term goal is to merge my multisensor and led...

That's some great code. Thanks much for sharing @michaelmcarthur. @marksev1, which radar sensor are you looking at? I tried several when working on this code, but I was having issues...

@marksev1 @michaelmcarthur Ah, gotcha! yeah, it's a great sensor. It works wonderfully on an Arduino. A couple of downsides so far in my early testing though. 1) On the NodeMCU...

Sorry about the issue and my delay getting back to you. That's interesting about the issues with the AM312. So, power the PIR from the 3V V pin near D4...

Closing this due to inactivity. Feel free to reopen if you need to.

It's likely an issue with the MQTT server or credentials you are using. Verify your MQTT adress and the username/password info and try again. Cheers!

Yeah, in doing some testing with this tonight. It does appear that the case is causing the heating issues. Sorry about that! You could add an offset in the code,...

Yeah DHT11 sensors aren't as great. If you use a DHT11, make sure you set line 73 to ``` #define DHTTYPE DHT11 ``` Cheers!