Does this also connect to the CAN Bus, if so will you offer a simple high level API to it. I would buy one now if it did. Background: I showed Lockitron to my dad a while back, and he wanted it for his car. ie unlock/lock from his phone, or even by just walking up, like keyless-go on the mercs. I did a bit of googleling, and it seemed like it should be pretty simple. Connect a dongle to the diagnostic port (inc CAN b…
Something that looks like a valid parameter on the bus, by simple sniffing and correlation, might not be what you think it is either. It might sound strange but it's actually very common for a signal in a message to bounce through several devices before it is considered valid and is picked up by the receiver. For example the first device might output the raw sensor data almost straight from the A/D-converter, the second device applies an LP-filter on it and sends it in another message, a third ecu applies some condition on the signal and forwards it differently if those conditions are valid and finally a fourth ecu is used just as gateway to transform the signal into another can-message because the receiving device is from a third party that doesn't support the standard message format for that parameter type. And I haven't even mentioned gateway between multiple can-networks yet. Even with system documentation it can be hard to know what a signals does.