All in One PCB

Yes, AgIO see IMU and GPS.

int diod;
////
////
if (!useDual)
{
diod = atof(fixQuality);
if (diod==4)
{digitalWrite(GPSRED_LED, LOW); //Turn red GPS LED ON, we have GGA and must have a IMU
digitalWrite(GPSGREEN_LED, HIGH); //Make sure the Green LED is OFF
}
if (diod==1)
{digitalWrite(GPSRED_LED, HIGH); //Turn red GPS LED ON, we have GGA and must have a IMU
digitalWrite(GPSGREEN_LED, LOW); //Make sure the Green LED is OFF
}
if (diod==0)
{
digitalWrite(GPSRED_LED, LOW); //Turn red GPS LED ON, we have GGA and must have a IMU
digitalWrite(GPSGREEN_LED, LOW); //Make sure the Green LED is OFF
} }
}

I have a 24v motor and I misunderstood how to connect the 12v to 24v converter to the pcb 4.1 Standart.

Should I connect the 24v output or this to the AIO standart PCB?

If its latest v4 pcb you can connect your 24v in to pin 18 on the ampseal then on the pcb you’ll need a jumper wire to the 24v pads.
The 12v on the converter connect to your 12v battery/power supply.
You might find more info on the v4 pcb thread

Hello!

Is there something wrong or missing from the V4.1std board? In github boards section says “Delete Gerber_PCB_Autosteer Dual GPS V4.1 RELEASE (LOCKED).zip
Just asking as I would prefer the standard over micro.

I ordered a few days ago. They arrived yesterday. I took the slightly newer version. By default the ByNay (or UM982) port is wrong. RX and TX are swapped. You can find the corrected BOM here:

4.1 STD, had cytron motor power shorted to 12v in, and on bynav slot reversed rx, tx pins. So that version is not available. Search for newest version.

Thank you for the info.
I like to use ardusimple receiver. Is it enough to cut the trace in case I want to use 24V motor?

Where can I find the latest version?

4.2 version hire, cytron power is fixed in this version, bynav slot is not. But for ardusimple receivers it doesnt effect you.

Hi baraki… I have emailed you several times last months. I Would like to order a valve for a fendt 209 f vario. You promised me to find out wich one we need. Would you please look at this again ? And answer my mail please ?
Thanks! Guido.

https://www.agopengps.pl/ just buy from his webshop

That was exactly the place I originally looked for. All I can find is V4.1 there is nothing about V4.2.

Its little bit confusing as devs left name of directory v4.1. But gerber inside is v4.2.

On the site he mentioned that for a fendt there are special valve needed. Not the standard LS valve. So i asked him for a fendt 209 vario, and he answered me that he would led me know what valve i need for a 209. In oktober. I have ask him bij mail several times but he dit not answer any more…

1 Like

You might have better luck posting this in @baraki valve sales thread versus the AIO PCB thread. I just visited that thread and he answered a question on his valves a short while ago.

Mocking up my AIO board with components before soldering i had a question regarding the RTK2 board. I opted for the XLR antenna and am not sure how this works?

Is this placement over the teensy correct?

Hi im building a similar board and are wondering about the XLR as well . I am thinking that it would have to go there but it would be nice to know for sure . cheers chris


he board i have is a v4.2 looks slightly different

Yes, that is correct. If you look at your simpleRTK2B Budget board there is a picture with the words “Mount Xbee Like This” showing the proper orientation.

Right, I ordered my board withe the XLR atenna so it is already installed.

My concern is that the connection for the XLR antenna is over top of the teensy and if this is nomal? Do I then just run the antenna cord hangig over the teensy to the normal outlet?

If you have a faceplate then it would be nicer to use a short SMA extension wire from the radio to the faceplate, they are maybe $10. I would install the F9P with screws and put some electrical tape over the SMA connection that is over top of the Teensy to prevent shorts in case anything gets bumped and becomes dislodged.

You can also move the F9P to the left slot if that is better. The firmware will automatically detect which slot the F9P is in.

The radio in the tractor will only be receiving, it will never be transmitting. The XLR and LR radios both have equal receive capability. It makes sense to save some money and to use the LR radio on the tractor.