How to setup
with arduino
Welcome to PicoFarmLED!
In this little guide we will go through setting up the PicoFarmLED panel with arduino.
Any arduino compatible board should work, just make sure it's either 3.3v or 5v with PWM output. Which is probably the case of 90% of them.
This guide will help you create your own automation program, if you are looking for a ready-to-go firmware alternative, checkout the guide below:
Welcome to PicoFarmLED!
Ok so you probably went through the "How to setup with arduino" guide, and thought you might want something more complete?
You're at the right place, if you wanted to start from scratch, check the guide below:
Selected region:
World
Click to change
DIY HOME FARMING LEDs
One of the most common maker friendly micro-controller.
Solderless connectors
DIY HOME FARMING LEDs
Up to 2 panels max
Up to 7 panels max
Prototyping wires. Male type.
Here is the final schematic we want to have at the end.
If you're not sure how to do it, just follow the guide:)
First thing to do is insert the white wire included in the kit.
FYI: It's a JST-XH 3-pins.
Here's the pinout on the other end of the white wire once plugged in.
Ok let's first setup the 24v wire.
Take the first wago plug and insert the V+ wire coming from the power supply.
Checkout the guides below to see how to prepare your power supply.
Probably the most convenient power supply for up to two panels.
The main advantage is the adaptor system, one of them being a simple screw based output.
This type of power supplies have the advantage of being very powerful, some of them could power dozens of PicoFarmLED panels, but does not come with the wires, but don't worry this guide will take you through the setup:)
Check your local amazon, they all have a large number of variants for those, make sure it's 24v.
Those are the most common power supply that can be found anywhere.
If you find one that looks like this, make sure its output is 24v, with at least 21w per panels.
Those rarely go higher than around 150w, so they're perfect for at most 7 panels.
Selected region:
World
Click to change
Solderless connectors
Now take the second wago plug and insert the ground wire from the power supply.
Probably the most convenient power supply for up to two panels.
The main advantage is the adaptor system, one of them being a simple screw based output.
This type of power supplies have the advantage of being very powerful, some of them could power dozens of PicoFarmLED panels, but does not come with the wires, but don't worry this guide will take you through the setup:)
Check your local amazon, they all have a large number of variants for those, make sure it's 24v.
Those are the most common power supply that can be found anywhere.
If you find one that looks like this, make sure its output is 24v, with at least 21w per panels.
Those rarely go higher than around 150w, so they're perfect for at most 7 panels.
Selected region:
World
Click to change
Solderless connectors
Ok, now we have our power wagos setup.
Let's plug the 24v power to the LED panel.
Make sure to use the right pin in the white wire!
24v is the middle pin.
Selected region:
World
Click to change
Prototyping wires. Male type.
Now take the Ground wago.
Add a jumper wire between the arduino GND gpio and the V- pin of the white wire.
Selected region:
World
Click to change
Prototyping wires. Male type.
Alright, now we need to link the GND from the system to the controller.
Add a jumper wire to the Wago #2, and plug that jumper to a GND gpio of your arduino.
Selected region:
World
Click to change
Prototyping wires. Male type.
And now we're going to plug the controlling jumper.
Add a jumper wire to the pin 9, then plug that jumper wire to the white wire hole named "PWM".
Selected region:
World
Click to change
Prototyping wires. Male type.
Ok so now, keep the 24v power supply unplugged.
Plug your arduino to your computer.
Then start the arduino IDE program.
You can find a link to install it below.
Ok, now we have our arduino IDE started.
Go to Tools -> boards and select your board by its name.
Then in Tools -> Port, select the COM port for the port for your board (its name should be next to it).
Then go to File -> Examples -> 03.Analog -> Fading.
Make sure the first line is:
int ledPin = 9;
If the number is different, move the control wire to the gpio with that number.
Press the "Play" button top right in the arduino IDE to test your setup.
And now we're ready to turn on the PicoFarmLED panel.
Plug the 24v power supply, and watch your panel come to life:)
Ok so now you have a starting point to automate your panel:)
If you don't feel like doing everything yourself and would rather start from something more complete, that will manage timer schedules, sensor monitoring and much more from a web interface?
Checkout our other guide:
Welcome to PicoFarmLED!
Ok so you probably went through the "How to setup with arduino" guide, and thought you might want something more complete?
You're at the right place, if you wanted to start from scratch, check the guide below:
Welcome to PicoFarmLED!
Ok so you probably went through the "How to setup with arduino" guide, and thought you might want something more complete?
You're at the right place, if you wanted to start from scratch, check the guide below: