I’ve a v2 steering board and seperate panda board (gps and imu) all using Ethernet. I want to add CAN bus support really for implement management only. Can I just create another module with a teensy on Ethernet to send and receive can for implement control? Ideally I don’t want to pull out the current steering board if possible. Can I add the new can module as a machine module? Ideas appreciated thanks
If you have extra boards I’d just “sacrifice” one of those.
1 Like
Thats great having it as a machine module is best for me. Does agopen now allow multiple machine modules if using udp?
Kind of. AgIO will only show one machine IP at a time. You will have to make sure you assign unique IPs to each device on the agopen network and hard code the machine outputs.
1 Like