Hello
I have a question regarding the autosteer.
Can you provide the source code for connecting 1 f9p board and bno085 to pcb Agopengps Autosteer + Dual GPS.
how did you configure udp to run the kit?
When you say source code, are you talking about the ino file? For UDP you need to fix the ip addresses in the code, so if it’s 192.168.5.120 change it to 192.168.1.120, Teensy_v56 and the ip addresses in the autosteer tabs. At the same time, the gateway in the ip address of your tablet is 192.168.1.1, and the ip of the tablet is, for example: 192.168.1.50.
byte Eth_myip[4] = { 192, 168, 5, 120 };
and autosteer IPAddress ipDestination(192, 168, 5, 255);
it turned out that I used a different rj45 socket than what the manufacturer found. kind of the same and I couldn’t run pcb for 3 days. a new dedicated socket arrived yesterday and communication was working from the arrow.
AUTOSTEER
is this github code enough or do I have to use 2 teens 4.1?
possibly send me a link or what you use in your project, I will not sit and think so much.