I liked the idea of using the already present system in AOG. I didn’t see the point of making a third type of system? Direct setpoint is too aggressive with AOG so my next point of call was the existing system. Seems to work very VERY well! Maybe i’ll test something else some time but making sure activation and deactivation exactly as I want it is next. along with adding the IMU.
A little background:
I am (very) familiar with electronics. I read every PVED document i found, even before i came across this forum.
So far i disconnected the steering valve from v-bus and directly connect it to my laptop. Works but ECU will throw errors for not beeing able to see the valve, no autosteer, … Same for steering angle sensor.
My solution: reprogrammed mileage can-filter for cars, to be able to “disconnect” valve from vbus and keep ECU satisfied with fake status messages. Autosteer/steering wheel has higher priority and is able to take over at any time.
I was not able to get it working by acting as navigation controller and sending curvature data.
tldr:
Im mainly interrested in Fendt. Some kind of automatic windrow alignment.
questions: Where did you find information about navigation controller?
Information about bits/bytes in data packet. why only 6 bytes?
Fendt don’t use a Danfoss PVED-CL that’s why it doesn’t work with Danfoss information, to be honest I’m not 100% what Danfoss type it is but it’s only a spool valve really and not a steering controller so wouldn’t expect it to deal with curve commands
I use SW4STM32 and SWDIO
At least back when i startet, Arduino didnt support CAN on STM32F103 (Blue Pill) out of the box. (pins and interrupts are shared with USB). Dont know if Arduino supports the STM32f105 at all.