Hello everyone,
I am a newbie to the Arduino scene. I have gotten a mega working reading sensors but have not tackled the ethernet mods.
Here are the parts I am using.
Arduino Nano
ENC28J60 Eathernet Shield Stacked
I am trying to build a Cabled Ethernet MQTT client RGB controller.
I am not having much luck finding the correct code to accomplish this.
I am drive Mosfets for the 12V RGB strip.
I do know I need the UIPEthernet library which I have installed.
I am looking to do Fixed IP address.
with MQTT subscription to Home/Lighting/Accent1
using PWM to controll RGB.
Does anyone have code that they can help me? Thanks.
Hello everyone,
I am a newbie to the Arduino scene. I have gotten a mega working reading sensors but have not tackled the ethernet mods.
Here are the parts I am using.
Arduino Nano
ENC28J60 Eathernet Shield Stacked
I am trying to build a Cabled Ethernet MQTT client RGB controller.
I am not having much luck finding the correct code to accomplish this.
I am driving Mosfets for the 12V RGB strip.
I do know I need the UIPEthernet library which I have installed.
I am looking to do Fixed IP address.
with MQTT subscription to Home/Lighting/Accent1
using PWM to control RGB.
Does anyone have code that they can help me? Thanks.
spycatcher2k,
I realize that however, I am having a hard time finding the Base components to start putting things together. I also am new to writing code and developing all my own stuff.