1. P

    Freelander 1 Auto 1.8

    I don't think that I will need a TD4 cluster after all. I now have an NNN000110 ECU that picks up the EVAP sensor directly (just like the stock Freelander ECU, though on pin 10 instead of 47) therefore I don't need to get it from the cluster.
  2. P

    Freelander 1 Auto 1.8

    well.... except for hooking up a Jatco ECU of course
  3. P

    Freelander 1 Auto 1.8

    some more progress. I now have firmware for Rover 75 NNN000100 NNN000110 ECU that recognises the Freelander 1.8 Evap sensor, though it does involve repinning the wire from pin 47 to pin 10 (easy with a paperclip). Next steps are that I need to fake the Rover 75 trinary switch, hook up the...
  4. P

    Diagnostic reader advice

    ipads are not supported, because I don't have one to develop on. Developing on iphone/ipad needs a big investment in Apple stuff. Any old laptop pretty much will do, old Windows 7 or you can use Linux too. Something like a Dell D620 or D630 is plenty. Also there is a Raspberry Pi version...
  5. P

    Freelander 1 1.8 Turbo

    apparently the shape of the teeth is different for VR and Hall Effect sensors, and if you use a Hall Effect sensor (which a 75 ECU needs) it won't like the shape of the teeth that PG1 flywheel has.
  6. P

    Freelander 1 Auto 1.8

    I think I know what the problem is with triggering the A/C. Freelander instrument cluster sends 0x80 in B0 of 0x615 to turn on the A/C whereas Rover 75 sends 0x40.
  7. P

    Freelander 1 Auto 1.8

    I appear in the last few minutes:-
  8. P

    Proposals for Freelander 1 EV

    The IRD seems over complex for driving the front wheels from the prop. Wouldn't it be easier and more reliable to put some other differential from another vehicle to drive the front wheels? If this LDU contains a differential of it's own then it wouldn't matter if the front and back diffs are...
  9. P

    Freelander 1 Auto 1.8

    I can not get my Rover 75 ECU to pick the A/C switch input even when connected to a Rover 75 heap of ECUs (including a climate control ECU). So today I drove to Maidstone to meet Matt from the "Furious Driving" channel because he has a 1.8 75 with working A/C and he let me tap into the CANbus...
  10. P

    Freelander 1 Auto 1.8

    I might do that.
  11. P

    Freelander 1 Auto 1.8

    bad news. The petrol cluster isn't the same as a TD4 one. I connected an EVAP temp sensor to C0230-20 and monitored CANbus and it doesn't send the EVAP temp data over CANbus. Then I swapped in a TD4 cluster and it does. 😢 So, I have asked Andy if he can modify the Rover 75 firmware (again) to...
  12. P

    Freelander 1 Freelander EV

    I just confirmed 100% that 0x618: B2 is evap temperature and not oil temperature. I fitted a TD4 cluster to my 1.8 and connected pin 20 of C0230 to an evap sensor and I can see the number changing when I do that. Unfortunately 0x618:B2 is only active on a TD4 cluster. On a petrol cluster it...
  13. P

    Freelander 1 1.8 Turbo

    The Rover 75 crank sensor is fitted to the transmission bell housing. The trigger wheel is either part of the Dual Mass Flywheel or welded to the outside of the torque converter. The trigger wheel tooth pattern seems the same.
  14. P

    Freelander 1 Auto 1.8

    I don't really understand how the Freelander 1 system works. However I can see that there are two fans and there seems to be a connector on each fan motor. The Rover 75 system is much easier to understand, there are two ECU pins, one for low speed and one for high speed. I'm tempted to re-wire...
  15. P

    Freelander 1 Auto 1.8

    that's a much better idea than mine. Looking at pictures they look kind of similar.
  16. P

    Freelander 1 Auto 1.8

    thanks so I need to make a circuit that feeds 5V to the sensor and when it sees over some threshold coming back it puts the trinary inputs on the R75 ECU in the "good" state and when under that in a "bad" state (probably open the hi/low switch).
  17. P

    Freelander 1 Auto 1.8

    The Freelander 1 has a "dual pressure" switch with three pins for the air-conditioning refrigerant pressure. It's connector is C1257. I need to understand what the logic of this switch is. A normal switch has two states which for a pressure sensor would be high and low. I'm guessing that...
  18. P

    Maintaining a 2001 Freelander TD4.

    change fluids that are old (brake fluid, IRD fluid, gearbox fluid, antifreeze). Paint the underside with something that will stop if rusting and fill box sections with wax. after that just change things when they break
  19. P

    Freelander 1 1.8 Turbo

    I had a chat with SAWS about your "forever" project. We see three ways to do it:- 1. Stick with the stock ECU, add an external boost controller, and remap your stock ECU to use the boost. Use pscan to calibrate the boost controller. This is a well trodden path for SAWS and they can remap your...
  20. P

    Freelander 1 Auto 1.8

    some more progress. I pretty much have the whole electronics for a Rover 75 on my workbench, taken from a scrap car many years ago. I can see that 0x615:B0 0x80 appears to be A/C switch on just like the Freelander cluster. However the payload of this packet is 8 bytes on the 75 but only 5 bytes...