I am getting RTK Fix In AOG, sentence seems to be correct yet the RTK led on the PCB stays red. Is there any possible reason for this?
I’m getting the same…from the code: #define GPSRED_LED 9 //Red (Flashing = NO IMU or Dual, ON = GPS fix with IMU) #define GPSGREEN_LED 10 //Green (Flashing = Dual bad, ON = Dual good)
So it will be solid red for single setup like us.
If the dual receiver guys flexing on you offends you then you could modify the code below by swapping the high and low. (zHandlers tab)
*if (!useDual)*
* {*
* 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 *
* }*
Thanks for this, makes sense. Currently a dual user with PCB v2 but was planning on a new setup with the AIO with a single f9p. Not sure whether there is any benefit with dual with the AIO, perhaps better roll and direction detection?
i think it would be nice if you did the same with the standard f9p all-in-one board, since a lot of people still use the electric motor without the can system. I believe that in the French telegram someone has suppressed the can and the danfos, but has not published the files yet.
Thank you very much for all these works from which many members of the community benefit, including me.
ADS1115 should be SMD so you don’t need to add another.
CMPS14 is an alternative to BNO085 they are IMUs or inclinometer. You only need one of them, most popular is the BNO085.
You need to buy one and solder header pins and mount on the PCB. JLCPCB do ot stock these ever.
So i have all in one board V2.5 i got everything working but the steering
i’m running a danfoss valve is the plan
i have it on the test bench i’ve got a scope hooked to PWM pin for the cytron
the jumpers are set per the pdf that come with Agopen
i have teensy Autosteer_gps_teensy_V5_5 loaded
i can see my angle sensor read was runnig through the setup wizard and got to the point to see if the steering is correct and i’m not getting any signal on the AMP plug pin 5 with scope
so i followed it back before the TLC081 and checked still nothing check at pin 4 teensy and nothing there so not getting PWM from the teensy
made sure i have the jumper right and in the software i have the danfoss valve selected
Is there anything else on has to do to get and output ?
Nothing i do sets a PWM signal on the pin or on this screen is there something that i’m missing