Freematics ONE+ Model B sniffer example not working
Posted: Sun Dec 22, 2019 10:40 am
The sniffer example program only returns the following on the serial monitor:
Firmware: R14
NO PID MAP CAN sniffer started
[90453] 00 00 07 E8 08 06 41 00 BF 9F A8 93 00
[99452] 00 00 07 E8 08 06 41 00 BF 9F A8 93 00
[103954] 00 00 07 E8 08 06 41 00 BF 9F A8 93 00
repeat of the above hex output with different time stamps
The sniffer only starts after the car is started.
I even commented out the setHeaderFilter an setHeaderMask lines and still got the above results
// we are interested in CAN messages with header 7E*
//obd.setHeaderFilter(0x7E0);
//obd.setHeaderMask(0xFFFFFFF0);
Why is the sniffer only returning one CAN message repeatedly?
I started the sniffer to find 4 different CAN messages; engine on of off, door ajar status of driver, passenger, rear left, and rear right doors.
Also, is there a way to have the sniffer work when the engine is off?
Firmware: R14
NO PID MAP CAN sniffer started
[90453] 00 00 07 E8 08 06 41 00 BF 9F A8 93 00
[99452] 00 00 07 E8 08 06 41 00 BF 9F A8 93 00
[103954] 00 00 07 E8 08 06 41 00 BF 9F A8 93 00
repeat of the above hex output with different time stamps
The sniffer only starts after the car is started.
I even commented out the setHeaderFilter an setHeaderMask lines and still got the above results
// we are interested in CAN messages with header 7E*
//obd.setHeaderFilter(0x7E0);
//obd.setHeaderMask(0xFFFFFFF0);
Why is the sniffer only returning one CAN message repeatedly?
I started the sniffer to find 4 different CAN messages; engine on of off, door ajar status of driver, passenger, rear left, and rear right doors.
Also, is there a way to have the sniffer work when the engine is off?