stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
428 stars 347 forks source link

No sniffing mode for datalogger #36

Open JonnoFTW opened 7 years ago

JonnoFTW commented 7 years ago

CAN can operate in a broadcast mode in some vehicles. I would like to use this mode on my FreematicsONE datalogger. I've tried to implement this myself by repeatedly calling receive() and parsing the response, but in COBDSPI::receive in the FreematicsONE library, I always get a timeout with digitalRead(SPI_PIN_READY).

Benouare commented 5 years ago

@JonnoFTW , Did u solved that issue and How? thx

JonnoFTW commented 5 years ago

No I have not solved this issue, I just rolled my own system using raspberry pi.

Benouare commented 5 years ago

We should try that : https://github.com/stanleyhuangyc/ArduinoOBD/blob/master/libraries/OBD/OBD.cpp

NatroNx commented 5 years ago

news on this one?