How to setup

with arduino

logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

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:

Checkout this guide
How to setup PicoFarmLED-OS

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:

What you'll need

Selected region:
World
Click to change

US$27.14

*price may vary *converted to local currency

Arduino UNO BY arduino-official

From Arduino

One of the most common maker friendly micro-controller.

US$25.05

*price may vary *converted to local currency

US$25.05

*price may vary *converted to local currency

Wago plugs BY Wago

From amazon.de

Solderless connectors

US$10.43

*price may vary *converted to local currency

US$10.43

*price may vary *converted to local currency

US$62.63

*price may vary *converted to local currency

US$62.63

*price may vary *converted to local currency

Male jumper wires BY No brand

From amazon.com

Prototyping wires. Male type.

US$6.98

*price may vary

Intro

logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Intro

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:)

Got a feedback/suggestion? click here

Insert white wire

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Insert white wire

Done

First thing to do is insert the white wire included in the kit.

FYI: It's a JST-XH 3-pins.

Got a feedback/suggestion? click here

White wire pinout

Done
Author: PicoFarmLED
Credit: PicoFarmLED

White wire pinout

Done

Here's the pinout on the other end of the white wire once plugged in.

Got a feedback/suggestion? click here

Wago #1 - 24v wires

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Wago #1 - 24v wires

Done

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.

Checkout these guides
How to setup a small 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.

How to setup a large power supply

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.

How to setup a medium power supply

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.

Got a feedback/suggestion? click here

What you'll need

Selected region:
World
Click to change

Wago plugs BY Wago

From amazon.de

Solderless connectors

US$10.43

*price may vary *converted to local currency

US$10.43

*price may vary *converted to local currency

Wago #2 - Ground wires

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Wago #2 - Ground wires

Done

Now take the second wago plug and insert the ground wire from the power supply.

Checkout these guides
How to setup a small 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.

How to setup a large power supply

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.

How to setup a medium power supply

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.

Got a feedback/suggestion? click here

What you'll need

Selected region:
World
Click to change

Wago plugs BY Wago

From amazon.de

Solderless connectors

US$10.43

*price may vary *converted to local currency

US$10.43

*price may vary *converted to local currency

Wago #1 - LED 24v power

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Wago #1 - LED 24v power

Done

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.

Got a feedback/suggestion? click here

What you'll need

Selected region:
World
Click to change

Wago #2 - LED ground wire

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Wago #2 - LED ground wire

Done

Now take the Ground wago.

Add a jumper wire between the arduino GND gpio and the V- pin of the white wire.

Got a feedback/suggestion? click here

What you'll need

Selected region:
World
Click to change

Wago #2 - controller ground

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Wago #2 - controller ground

Done

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.

Got a feedback/suggestion? click here

What you'll need

Selected region:
World
Click to change

Arduino GND gpio

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Arduino GND gpio

Done

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".

Got a feedback/suggestion? click here

What you'll need

Selected region:
World
Click to change

Connect the arduino USB to your computer

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Connect the arduino USB to your computer

Done

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.

Useful links Got a feedback/suggestion? click here

Let's make the panel "breath"

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Let's make the panel "breath"

Done

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.

Got a feedback/suggestion? click here

Let there be light!

Done
logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

Let there be light!

Done

And now we're ready to turn on the PicoFarmLED panel.
Plug the 24v power supply, and watch your panel come to life:)

Got a feedback/suggestion? click here

And now what?

logo-supergreentomato
Author: PicoFarmLED
Credit: PicoFarmLED

And now what?

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:

Checkout this guide
How to setup PicoFarmLED-OS

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:

Got a feedback/suggestion? click here

Guides to see next

How to setup PicoFarmLED-OS

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 is a community of maker growers.
checkout our dedicated grow lights and join the community!
Start growing

Subscribe

Stay tuned with our newsletter and get exclusive promotions.
Subscribe
© 2023 PicoFarmLED. All Rights Reserved