Section control hardware

Hello. Been searching for hours with a number of hits, trying to find what hardware I need to add Section control relay board. I’m still not quite sure what is the right setup for me.

I have the all in one board with the micro running udp. I’ve understood I need a nano, a relay board and a switch, but what do I need to get it to udp (rj45)?
Anyone have a parts list available?

Thank you :slight_smile:

First of all, what kind of machine do you want to control? Do you use motor valves or solenoids?
UDP you can do it through POE or supplying power through conventional cables and use a shield for arduino, you can also use WIFI… many variables :wink:

I would like to control my sprayer which have solenoids and manual section control, so it is a relay board I’m going for.
It is actually how to get the nano to ethernet I’M wondering…? What hw is needed?

Just an Ethernet shield:

DollaTek ENC28J60 Ethernet Shield V1.0 for arduino compatible Nano-RJ45 Webserver Module https://amzn.eu/d/0femCRz

1 Like

image

To connect via UDP you need

1 Like

The diagram posted above shows a 12V->5V board, is this really necessary? I thought that the nanoboard also has a 5V output with which I can control the relays, right?

Just beginning messing around with a 8 relayboard and a nano

(I’m still working with the USB version)

Absolutely!
It seem that in this schematic it is assumed nano have power from USB 5v. and you could use the 5v output hoping not to burn the trace on backside of nano (from usb to 5v out/in pin)
But nano can make 5 v from 12 v using Vin on nano, but it is a linear converter so the more voltage the more heat. Tractor have about 13 v to 14 V So??
Using UDP I would feed 5v (from 5v module) to nano 5v pin and no usb
Max output from nano 5v (combined with 3,3v) is 0,8 A
One 4 relay board use 300 ma and here you have 3 times 4, so already there you are above 0,8 A if all relays are activated.
Just combining specs :slight_smile:

thanks for your answer Lars, I know a little about electronics but not when it comes to nano’s and computers, I was under the impression that it was the 5 V that went straight from the USB to the output (+5V pin)

By the way, what is the name or number for that type board?

LM2596

The LM2596 series of regulators are monolithic integrated circuits that provide all the active functions for a step-down (buck) switching regulator , capable of driving a 3-A load with excellent line and load regulation

The wiring diagram are for solenoid valves if you use motor valves you need two relays for each section.

image

1 Like

Is what you ask for? 4-channel 5V relay module | Kiwi Electronics

1 Like

Is what you ask for? 4-channel 5V relay module | Kiwi Electronics
[/quote]

not that number viki, the number for the 12V-5V regulator (lm2596)

butt anyway thanks!