PCB version 2

That depends on type of transducer! Is it off-on or 0 to 5v output or 0 to 10v output or 4 to 30 mA output.
Lets say it is off-on then you could set encoder count to 1 in the ino and connect to Imp on pcbv2 (activated from Nano pin D7) and autosteer will turn off after one spike in pressure.
If 0 to 10V I believe you could also use the Imp, and maybe even insert a potentiometer to adjust the setpoint of pressure (When led inside OK1 lighs enough to switch the port)
0 to 5v could be direct on a nano pin.

BUT till now I donĀ“t see this function is available in pcbv2 ino. So you must use one of the Coffeetrac inoĀ“s (autosteer_button.ino or autosteer_switch.ino) they have the function to use an encoder, and you decide yourself if encoder must trigger 1 or 5 or ?? times to turn off autosteer. You must use pinmapping 1 and use 1 time to trigger

As far as i understand new pcb ino will still work on pcbv2, and if not then I believe both inoĀ“s will be available in support files.

I am also confused about the remote as it is also called auto in latest schematic.

1 Like

From what I can see in my tractor schematics it looks like the pressure transducer is given 5v and will be variable. Until the plug for the sensor comes in the mail I cant test to make sure. Makes me wonder if it should be read on an analog pin. That way whenever it hits 5v it could be triggered, or I have it run into a secondary arduino first and that arduino feeds the imp switch on the main arduino.

I also have a lock out solenoid on my valve block that I need to hook up. I may need a relay hooked to the pcb v2 that triggers when in autosteer mode.

Google for (cheap) ā€œhydraulic mechanical pressure switch adjustment ranges 30ā€¦300 barā€ .

Do you think the 5v with variable would work because I assume the output voltage would ride as the pressure increases. We need it to be more of a switch. I ha e similar setup just need to get mine hooked up to see what my pressure switch does

For what reason hydraulic sensor an variable reading?

Would a variable sensor be useful for setting the threshold at which deactivation happens. To prevent accidental deactivation by knocking the wheel. I know the Topcon steering wheel has a torque level setting that can be varied.

And stop tractor or no?

Looks good to me, it also looks like a much better soldering job than my first attempt. Fire it up and see if any magic smoke comes out :grin: As long as the pinouts donā€™t change on the new .ino you should be fine otherwise itā€™s just a matter of changing the .ino pins to match this PCB. Hopefully it works well for you.

1 Like

Slimfarmer, take a look here for inspiration: Hydraulic valve info from Telegram group - #5 by TERVUREN

In this setup the hydraulic pressure contact is a on off type.
To replicate that situation with your transducer I would build something with the transducer connected to a potentiometer(and maybe a resistor or two) and let that combi activate a relay with a optical 5V input (arduino module type) If you have a double module, one of them could be for this auto off function, and the other for the shut off valve.
With the potentiometer you could adjust how high pressure must be before activating relay.

" In this setup the hydraulic pressure contact is a on off type."

ā€œpressure contactā€ are mechanical switch activate when relief valve open , max left or right position or malfunction.
Set one pin on arduino nano ERROR, and connect with ā€œpressure contactā€ , and in PID.ino you process information. Stop ā€œwind upā€ PID ,and ā€œreturnā€ 1-2% PWM.

I cant seem to figure out where to find gerber files for PCB V2 board? And also not clear whether i can order it assembled or not? :slightly_frowning_face:

If you have installed AgOpenGPS, you can find a folder on your desktop and the PCB gerber files from a subfolder there.

An assembled PCB perhaps from Andreas or someone else here.
https://www.autosteer.cc/produkt-kategorie/elektronik-teile/

1 Like

i have folder with just one folder in it ā€œArduino Codeā€ in this folder are 4 folders
Autosteer_UDP
Autosteer_USB
Machine_UDP
Machine_USB
None of them have a ā€œgerberā€ .gbr File in them
? :thinking:

Is it not in V4?
edit
i just downloaded and installed V3.9 and now i have a pcb folder. Which file under Autosteer PCB do I actually need?

Under v9, source code zip

1 Like

Hi!
If I use a pcbv2 motherboard can the arduino be connected via usb?
Why do many people use an ethernet connection?
Thanks!

Iā€™m using pcb V2 and have the arduino connected via USB. I think some use ethernet because they can upload ino files while connected to AOG at the same time, but Iā€™m not sure.

Thanks for the help! No problem connecting? Not disconnected during use?

No Iā€™ve been using it for several months now and on bumpy fields as well and no problems with the connection.

Iā€™m lookin at starting to look at ordering parts for this project and Iā€™ve seen that there is work on a new PCB version. Should I stick with this one for now or?