Arag valve rc15

Better use single mode as described:

In PCA9685 Single mode

you should connect like this:

and so you are able to use S8 for Master Valve.

Maybe, someone repair the pcb trace, anyway, sensor should connect as mentioned above.

Cant get rc15 to work like that, for test just connect pin2 to section 1 on sprayer and pin 3 to section 2 but when need open all valve one is open another is close when need be close just swap position. Try paired single, and nothing. What need to be done to have power on pins 2-8 and 14 for main valve?

@SK21 You have recently changed RC15 firmware “paired/single” output handling. Please can you check it because two members mentioned problems, connecting RC15 valve in single mode without correct function:

@Staky1

@Farmboy94 :

I believe the Arag valve is 2 wire. In that case used the paired pin-out. When a section is on either A or B will have power and the other ground. For example S1A will have 12V and S1B will be ground when the valve is off. S1A will be ground and S1B will be 12V when the valve is on.

For the Teejet valves that are 3 wire here is a revised pinout.

There was a misunderstanding of how the DRV8870 motor driver used for relays worked. Because of this the singe/paired options were removed and replaced with just one option for the rc15.

1 Like

Ok, can RC15 give 12v on S1A and S1B pin on the same time?

I didn’t notice it either, doesn’t work with DRV8870 motor driver. Thx

That’s not possible!

Then i cant control 7 section, master valve and pressure valve? If use 7 section, dont have place for master?

For pressure control valve i use 17,16 pin but cant get it to work what need to be done to get power on 17, 16.

Have you found an answer to this question? I’m also having the problem that only the section controls are working. I can’t switch the main control or the pressure valve.
The section control valves have three wires. The main valve and the pressure regulator only have two wires.

No, at end remove all from sprayer and work manualy. Try 5 firmware change flow sensor but nothing.

To control 7 sections, a proportional valve, and a main valve, you need to change the code in RC15. Instead of the second rate control, you will be able to use the main valve.

Do you know which part of code? i can try this way then. And where is aditional wires for main if i use A&B side for each valve?

You can use M2 for main valve - now to do it you must to change code on esp.
In APP set 8th machine relay as invert_master and set sensor count = 1
In esp after set relays by PCA9685 set next value in M2 pins

New release implements mat’s idea using the extra motor driver to control relay 8. Release Canbus comm. Simulator app. Misc fixes. · SK21/AOG_RC · GitHub

1 Like

Think there some mistake. Cant compile this version

What errors do you get?

334
I can’t get the RC15 to output power to the pressure regulating valve and the main switch. I have five boom sections. They each have three wires. These work. The flow control also works. The main switch and the pressure regulating valve each have two wires. What do I need to set on the pins so that the valves switch?