I have managed to set up an RGB single LED with Blynk and I am able to control individual RGB colours using the app, however I wish to use it for a complete 5m roll of 12V LED strip. I realise the Arduino can only supply 5V and that is why I have an external supply unit with a DC power jack. I can get the strip to work directly with the power supply but I am not sure how to wire this with the arduino on the breadboard. I don’t wish to cut up the strip yet. The strip has a 4pin connector at the end that fits into the breadboard and works on the breadboard with the external supply. The 4pins are +12V, Green, Red, Blue. The single RGB LED that I used in the first place had a GND, R, G, B pins, so I simply connected R,G,B to individual pins on the arduino and the GND to the GND on the arduino, I’m assuming the + was coming from the R,G,B pins. Since this strip has +12V, I’m assuming each of the colour pins R,G,B must be GND. How do I go about connecting it?
In the specs of the strip you can see wether it’s a common anode of common cathode strip. Most strips use + on the color and a common ground. Since the pins are labeled that way, it must go for your strip too.
For anyone reading this later on, the adafruit link has the +12V of the LED Strip connected to a 9V header on the arduino which doesn’t exist, it is referring to the Vin port which is linked to the voltage of the power adaptor connected in the barrel shaped connector.
In code I have been using stripped down code only for wifi connection and OTA (I might add virtual ports, now I am using digital ports directly) and in blynk for this project only zergba widget. But I have one maybe stupid problem… How can I switch led strip off via blynk?? In widget there is no such option…