EricSmekens / node-bluetooth-obd

Node package for communication with Bluetooth OBD connectors.
Other
267 stars 71 forks source link

Accident Detection #29

Closed gaurav-bothra closed 6 years ago

gaurav-bothra commented 6 years ago

Can we Detect Accident Using ELM327 OBD2

EricSmekens commented 6 years ago

Not out of the box, with this module.

Only thing you could do, is keep track of speed and check if a sudden drop appears. But that is out of scope of this module.

I suggest asking a question here: https://stackoverflow.com/questions/tagged/obd-ii

If you have concrete information we could implement in this library, open a new issue.