Jump to content
Please check your junk folder for registration emails ×
  • Current Donation Goals

    • Raised $0.00

All Activity

This stream auto-updates

  1. Today
  2. Pretty much. The board and chip can read any can up to 1Mb/s speed what you do with it is open to how much coding you can do. The ESP32 that it’s based one has built in canbus support so it’s not as complex as it appears. I’ll have some basic framework coding for it, along with the web config examples. That way there is no need for an app as the ESP32 can be a wifi access point and you connect to it, and it shows the settings. I have two prototypes running on the OEM stock canbus. One does rpm shiftlight the other is DCCD display. The tire pressure one hasn’t got off my desk yet as it has an annoying mounting system but it works, mostly. There is no discovery scan yet, you have to know the max addresses of the sensors. There is another bigger display that is popular CYD 2.8” with touch control for NZD$15-30 as well, that seems like it maybe a good idea to do as well. Power and canbus would be 1/4 to 1/3 that board the rest could be holes for whatever other electronics.
  3. So, these little gauges can hook into the CAN system and then ... read whatever? Clever! Another reason for me to get a Link..
  4. Yesterday
  5. Have a week or two before the first version turns up and no improvements to make until I can test the board. In the meantime I had the idea I could adapt what I have to a board that plugs into this… https://www.aliexpress.com/item/1005008877505362.html that way it’s really cheap to have a canbus connected mini display. Anyone can cut or print a custom front panel or mount it behind a small cutout. Only a few screws hold it together which makes it simple to assemble. Being shipped from China as DIY no need for certification like CE or FCC for radio(wifi) devices. That board already has 3 usable buttons (plus reboot) and 3 spare in/out with serial port. 2 is enough for canbus board. It has place for power in so I just need to do a 12v to 5v section and the protection circuit.
  6. Last week
  7. Boards have the pins labelled and aren’t locked to custom firmware so can be reprogrammed by anyone. So far estimate around NZD$50 with the LEDs in case as shift light. Main 3 chips are around USD$9
  8. Earlier
  9. Well ordered the first circuit boards for prototype 4. WTF cost was USD10 shipped for 10 custom boards. It is insane what you can fit into a tiny space. The board is 20x76mm and max 5mm high with all these features: now 1cm longer and added reverse polarity protection. Plus no need to replace diodes for 24v vehicles. fuse, self resetting short-circuit aka reverse polarity protection 12/24v switch mode power supply for low heat 90% efficiency Just need to swap the fuse for use in 24v vehicles Optional ign switch input to power up Electrical power noise filtering Electrical filtering ADC pins Spare 5v and 3v3 volt outputs 4x static (ESD)protection for buttons and knobs etc 12 general purpose input/outputs Current generation CAN 2.0 controller with listen real listen only mode. CAN bus noise filtering, ESD and voltage spike (TVS) protection optional canbus termination for aftermarket ecu 2nd bus use. ESP32 module with dual core cpu, wifi and Bluetooth connector for firmware update and Arduino IDE supported This is massive overkill and parts are high spec low tolerance ones. board can run as almost anything, supports full LCD displays etc. Adding web configuration for colour of each led and rpm it triggers at, mostly done. You can set can ID and bytes via web to look at so supports most cars and aftermarket ecus. Also want to add an aftermarket mode that allows ecu to do some cool things that I have seen any other product do.
  10. Surprising those alpine units should sound pretty good on their own.
  11. Being the long weekend, just been paid, thought time for a mini project - so I popped down to my local Supercheap, picked up a new Headunit for my WRX: The mini project was ... 30 minutes all up. Including time to figure out why my front speakers weren't working, I had the RCA's for the Sub and the AMP around the wrong way. Despite having an AMP.. this headunit sounds MUCH better. I'm happy as!
  12. Ramble CAN bus Data is only what is needed for other devices to know. Eg ECU sends RPM as dash and transmission needs this data. The ECU won’t send fuel trim or timing data as nothing else needs this. There are different versions of canbus originally for higher speed, but they added fault tolerance and then flexible data rates. most Subarus run at 500Kb per second for the main canbus, newer models can be faster and also have a secondary slow fault tolerant canbus. The connections design is a single main path with short branches to each device, so everything on the bus can gets every message. This is becoming a problem as since everything shares and talks at once things get saturated and messages between lost. You see this mostly when adding OBD2 devices to 2014/16 or newer cars. There are also audio and video over canbus as options. Each message, packet or frame as it’s all just the same as any other network has an address and data. Nearly every device on the network that sends or receives data has an ID or address. Some devices have no address and passively listen eg a canbus sniffer to usb or Bluetooth often does this. This is called: normal - send, receive and acknowledge message etc no ack - send and listen, but don’t acknowledge messages received. listen only - mostly true where data is passively read and nothing sent it only applies to regular can messages. Many transceiver chips still send error state etc on boot up without any input. Different parts have different options. This isn’t much of an issue if the device starts with the ignition as 0.3 seconds of errors on a bus won’t be a problem as nothing much is happening when you turn on the ignition. Once running starting devices is not as ideal and starting a few is sequence could though unlike cause fault codes. The cost increase can be USD$1 per chip to support true passive listen only compare to the older chips. Physically similar to balanced audio it runs on a pair or wires with one the signal and the other the same signal inverted. The wire are twisted around each other the same as balanced audio so any external electrical interference or noise gets applied to both wires at the same time and intensity as possible. At the other end the inverted signal is flipped back to normal and added to the signal. This doubles the signal, but any noise is mostly cancelled out. Really the inverted signal is still positive but the zero point is 2.5v and signal is +-1v OBD2 Is often send over canbus in the same way as other messages just that they have a set ID they should be and a set ID to send messages to, eg ECU. Depending on the car it can go over the other K or L lines on the diagnostic port. This isn’t passive the OBD2 device requests data, firstly it should ask what the ECU supports eg timing, fuel trim etc etc. Then it can request some or all of that data. Many aftermarket devices spam this request as fast as they can up to the limit of I think 100 times per second. The data supported is a standard agreed list and only part of the data the ecu etc may have. To get all the data Now this is allowed and in spec, but if you add more that one ODB2 device eg a gauge or scanner along with say a stereo that also shows data you can overload the canbus which will then give you random fault codes and make life hard. Chasing these faults will cost you a lot as unless the tech is looking for OBD2 stereo and multiple gauges etc they will replace expensive modules trying to eliminate the fault. SSM Subaru’s own protocol for communication over whatever bus is in the car. Newer cars it’s over canbus, older over K or L lines. It has access to data from most bigger devices eg ECU, abs, body module etc, where OBD2 standards don’t apply. Eg eyesight or radar etc. This can also program devices with new codes eg keys, or unlock features like cruise control in the ecu. The benefit other than key coding is most data the device/module has can be requested. You may what per injector trimming or pulse time for an injector details not in OBD2. Maybe even the temperature or load on the processor in the module, whatever Subaru wanted to add or know for diagnostics or testing is there. K and L lines These are basically serial ports over a single wire commonly called LIN. They are slow and old but can be very useful. Depending on the car a standard serial port wired for both send and receive to the same wire can send data. Just don’t expect a modern laptop or USB converter handle the voltage. Serial ports for PC is 25v but mostly it is 5v with modern devices. Both OBD2 and SSM can use this bus for communications. Gateways and filters Newer cars don’t allow the diagnostic port to connect directly to the ecu or other modules. They have a device in between that limits the rate and type of request that you can make. This mostly protects the car from damage and theft, but also limits the owner from running diagnostics and clearing codes. Eg it may allow OBD2 requests for RPM and fault codes, but block the ability to clear them, or not even allow fault codes to be read at all. These are often easy to bypass and not really an issue.
  13. https://www.drivencarguide.co.nz/news/subaru-wrx-ts-spec-b-for-new-zealand-spoiler-alert/ they are catching on... & wont last long I don't think!
  14. Not an STI but the exterior tS badge is tuned by STI 😄 https://www.autocar.co.nz/subaru-wrx-2-4t-ts-spec-b-has-arrived-in-all-its-manual-glory/
  15. Did you ever get the reverse camera to work? I'm doing this same install currently and have everything except the camera working. I got a factory camera retention cable that changes it to rca, but am still getting no signal. It's driving me crazy. Apologies for reopening a dead thread.
  16. I wouldn't use anything petroleum based, but perhaps something more like sil-glyde.
  17. I received an order from Amayama last week, split between Japan and UAE warehouses. I can't believe how cheap S&H from UAE was. Packing was great. Shipping time was good. Excellent option for us.
  18. Only sti specific stuff I know of is DCCD and G-force sensors. working on some PCB design bits and updating to use the newer canbus chips. Adding a thermocouple circuit as a test and they cost way to much.
  19. Something rectangle that sits in the top 1/3rd of the vents would be cool, like a P3 gauge but with more specialised info available. Having DCCD there would be cool
  20. f*** it just get one from Pickapart, they're like $40.
  21. Likely the alternator has a replaceable rectifier unit inside. some can even be disassembled and individual diodes replaced.
  22. Battery tests fine, no resistance between battery posts when its disconnected from the car i only get resistance of 15ohms when i disconnect the +ve lead and test between +ve lead (not battery post) and negative lead but yeah i realise thats f***ed haha, thats why as soon as i tested it i was like arrrrrrrr that not good Yeah i might just order a new alternator to rule it out - heres hoping i can find one haha
  23. Something is f***ed here, if you put a car battery across a 1 ohm load you get a good spark and a lot of heat very quickly. Unless everything involved is rather large. Suspect something is kooked with your alternator.
  24. How old is the battery? then there’s always the rectifier on the alternator, they can go bad. either of those only show up under load to start with.
  25. Yup high idle when cord start / turning on lights and ac etc IACV resistance between each coil and earth 10ohms, coil to coil 16ohms unplugging ecu doesnt change the resistance leak to earth ill do some more fuse pulling on the weekend, could even be something as simple as an oily sensor plug... this car doesnt have any oil leaks but hell im willing to try anything haha
  26. Do you still have the motor handy? Pull the cam caps and check the journals for one that's gotten really hot. I don't think you could bend a cam on a valve, you'd just bend the s*** out of the valve or dig it into the piston crown before that happened, IMO.
  27. Yes well that is what is tickling my brain....if the belt snapped then it could definitely cause the camshaft to spin a bit funny......But I'm trying to think of a theory that could cause the cam sprocket to have resistance which caused the belt to snap.
  28. Chicken/egg situation: did it nip up a cam which caused the belt to snap, or is the sticking cam because the belt snapped?
  29. Do you get high idle when cold start or when moving power steering at idle? if that works then maybe it isn’t bad. sounds like a bitch to deal with too. https://forums.nasioc.com/forums/showthread.php?t=781242 i haven’t done the Subaru one but mid nineties mitsi had those same screws and I had to drill them as the screw heads failed.
  1. Load more activity
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...