Here’s my setup:
On the bench
PCB V2 (I took it from my working setup) added ethernet shield to Nano
Machine PCB (from my setup) added UDP
IMU (from my setup added UDP
I get 3 greens in AGIO and everything appears to work is SIM mode.
I replace the IMU with Panda (BNO085, F9, Teensy 4.1 w/UDP.
I only get Autosteer and Machine green in AGIO. (I have tried Autosteer_gps_teensy_v5_5 and A_Teensy_v56.ino from AOG 5.5.16 and 5.6.2 with the same results-no green in AIGO. Loaded on the teensy)
I know the ethernet and teensy work. I can run the WebClient and WebServer examples with the expected results.
Here is the results running Autosteer_gps_teensy_v5_5 from the Serial Monitor.
Start setup
SerialAOG, SerialRTK, SerialGPS and SerialGPS2 initialized
Starting Ethernet…
Initializing ethernet with static IP address
Ethernet cable is not connected - Who cares we will start ethernet anyway.
Ethernet status OK
IP set Manually: 192.168.1.120
Ethernet IP of module: 192.168.1.120
Ethernet sending to IP: 192.168.1.255
All data sending to port: 9999
Ethernet GPS UDP sending from port: 5120
Ethernet NTRIP UDP listening to port: 2233
Ethernet AutoSteer UDP listening to & send from port: 8888
Starting AutoSteer…
ADC Connecton FAILED!
Autosteer disabled, GPS only mode
Starting IMU…
Swapping GPS ports…
Swapping GPS ports…
As I track this thru Autosteer_gps_teensy_v5_5 the UDP quits when “ADC Connection FAILED!”
I can Take the ADS1115 and run I2C_Adress which returns 0x48. I can also run a ADS1115 sample program with a pot to each of pins A0-3 with expected results, which tells me that its a good sensor.
I have a pot wired to the ads1115 to simulate the WAS and a steer switch attached and “on”. The main switch is jumped so it’s ON.
Any ideas as to where thing may be going wrong?