Search found 18 matches

by jonathan
Wed Jun 07, 2017 11:30 am
Forum: Freematics Products
Topic: Automating GUI
Replies: 2
Views: 6653

Re: Automating GUI

If you can use python, I've written a simple library to control the emulator: https://github.com/JonnoFTW/py-obd-ii-emulator
by jonathan
Mon Jun 05, 2017 1:32 pm
Forum: Freematics Products
Topic: Emulator Firmware Source Code
Replies: 0
Views: 4525

Emulator Firmware Source Code

Hello, I am modifying the freematics one code to work with a Tesla vehicle. The problem is that the CAN data outputted by a Tesla vehicle is not the same as regular OBD data and would thus require me to modify the provided source code. I also want to emulate some of the Tesla functionality with my O...
by jonathan
Fri Jun 02, 2017 2:02 pm
Forum: Freematics Products
Topic: Undocumented AT functions
Replies: 4
Views: 8844

Undocumented AT functions

I've written a python library to control the emulator, but after examining the source for the shipped control program, there are a few things I don't understand, specifically what ATINF0 does, and what ATSET 0101=0x00,0x07,0xff,0x00 (aka pushReadiness()) does. Found device /dev/ttyUSB1 S> ATE0 R> OK...
by jonathan
Tue Oct 04, 2016 12:44 pm
Forum: Freematics Products
Topic: Error: Unedited V4 data logger >GPS output shifted by 1 row
Replies: 5
Views: 15474

Re: Error: Unedited V4 data logger >GPS output shifted by 1

I just wrote a script that ignores the data where the GPS data is messed up. I assume it's a problem with the GPS firmware.
by jonathan
Tue Sep 06, 2016 1:07 pm
Forum: Freematics Products
Topic: V4 Logger not able to put all Outputs in 1 File
Replies: 1
Views: 5300

Re: V4 Logger not able to put all Outputs in 1 File

I had this problem too, if I've fixed it in my version by having the logger repeatedly try to reconnect to GPS. In the provided code, the GPS tries to connect on startup, if it fails, it never retries. I've fixed this in my fork, you can see the line where it tries to reconnect here: m I also change...
by jonathan
Tue Aug 09, 2016 6:03 pm
Forum: Freematics Products
Topic: Android Application For Freematics ONE
Replies: 0
Views: 5776

Android Application For Freematics ONE

Hi, I've made an android application that will plot data sent to it from Freematics ONE over BLE. You can get it here: https://github.com/JonnoFTW/OBD-Datalogger/blob/ble/app-release.apk Source is here: https://github.com/JonnoFTW/OBD-Datalogger/tree/ble You can email the output to yourself, though ...
by jonathan
Thu Aug 04, 2016 11:16 am
Forum: Freematics Products
Topic: Emulator GUI source code
Replies: 3
Views: 8651

Re: Emulator GUI source code

+1 for this, It says on the website (http://freematics.com/pages/products/freematics-obd-emulator-mk2/) that it's open source, but I can't find it anywhere!
by jonathan
Mon Feb 08, 2016 11:24 am
Forum: Freematics Products
Topic: GPS doesn't connect after 5 minutes. Android app also.
Replies: 0
Views: 7961

GPS doesn't connect after 5 minutes. Android app also.

Hi, I modified the latest datalogger code from github to continually check for GPS connection when it starts up, and it doesn't work. I put the device on my dash and drove into an open car park for at least 10 minutes and still got nothing. How long should it take to connect? Also it doesn't log to ...