Search found 99 matches
- Fri Aug 18, 2017 8:27 pm
- Forum: Freematics Software
- Topic: Best way to convert bmp to byte array
- Replies: 4
- Views: 18871
Re: Best way to convert bmp to byte array
I tried that code a long while ago. Never got it working well enough. I'm probably not smart enough to know where I went wrong lol. I hope the rinky dink website doesn't go down anytime soon.
- Mon Jul 31, 2017 8:43 pm
- Forum: Freematics Products
- Topic: OBD-II UART Speed
- Replies: 9
- Views: 17441
Re: OBD-II UART Speed
What year/model car are you polling? Older care are always just plain slower. 400ms isn't an abnormal return time for a single PID from an early 2000s car. Even some later 2000s cars. The chip used by the freematics unit is the same as the sparkfun (ELM327 IIRC). So the commands should be available....
- Mon Jul 03, 2017 8:25 pm
- Forum: Freematics Products
- Topic: Add analog input to V4
- Replies: 3
- Views: 7764
Re: Add analog input to V4
What about digital inputs?
- Sat Jun 24, 2017 8:42 pm
- Forum: Freematics Products
- Topic: New implementation of protocol
- Replies: 8
- Views: 15924
Re: New implementation of protocol
Yea it should definitely work on those other cars.
- Fri Jun 23, 2017 8:16 pm
- Forum: Freematics Products
- Topic: New implementation of protocol
- Replies: 8
- Views: 15924
Re: New implementation of protocol
Have you tried manually setting the protocol? By default it's 0 which says "auto select" but on my subaru, I had success manually selecting the right protocol (4 I think?).
- Thu Jun 22, 2017 8:21 pm
- Forum: Freematics Products
- Topic: New implementation of protocol
- Replies: 8
- Views: 15924
Re: New implementation of protocol
Mostly bmws and subarus. The oldest was a 99 3 series. You might want to google around for others that have gotten the opel working with the ELM327. It's likely just figuring out what the best init commands are.
- Mon Jun 19, 2017 8:33 pm
- Forum: Freematics Products
- Topic: New implementation of protocol
- Replies: 8
- Views: 15924
Re: New implementation of protocol
Have you uploaded all of the latest code to your arduino? I believe Stanley made a few updates that helps connect to older protocols. By default, the ELM327 chip (the OBD2 chip in the freematics unit) is told to auto select a protocol. It does look like 9141 is supported. I've had trouble on older c...
- Sat Jun 17, 2017 12:23 am
- Forum: Freematics Products
- Topic: Very slow response rate
- Replies: 2
- Views: 6638
Re: Very slow response rate
Year/make/model of the cars would be useful too. Anything 2005 and before will poll pretty slowly. Even then, you don't get "good" polls until 2012+. Depending on the frequency you want, the sheer number of PIDs will slow things down.
- Fri Jun 16, 2017 8:28 pm
- Forum: Freematics Products
- Topic: firmware_v4/datalogger OBD_UART_BAUDRATE
- Replies: 4
- Views: 8897
Re: firmware_v4/datalogger OBD_UART_BAUDRATE
To cover stuff, do you plug in before you start the car, with the car on, or with the car running? I plugged into a 2016 VW diesel just fine with my megaloggerhd. My code is pretty heavily modified but the protocol autoselect should be fine. Did you change code right out of the box or are you using ...
- Tue Jun 13, 2017 8:23 pm
- Forum: Freematics Products
- Topic: ALL AT COMMANDS
- Replies: 4
- Views: 10694
Re: ALL AT COMMANDS
Oh sorry I didn't know you were talking about the emulator. I don't know anything about that.