Search found 12 matches
- Sun Dec 14, 2014 1:42 am
- Forum: Freematics Products
- Topic: How to build stock firmware?
- Replies: 6
- Views: 15485
Re: How to build stock firmware?
Is this project dead?
- Wed Oct 01, 2014 10:21 pm
- Forum: Freematics Products
- Topic: Freematics adapter vs Arduino adapter?
- Replies: 0
- Views: 8339
Freematics adapter vs Arduino adapter?
What's the difference between the Freematics OBD II adapter and the Arduino OBD II adapter? The source for the Arduino one looks way, way more useful to me. Is it just that the Freematics one hosts its own Uno board? Is there any way to use the Arduino code on the Freematics adapter, or plug in the ...
- Sun Aug 24, 2014 10:34 pm
- Forum: Freematics Products
- Topic: Getting started - DTC management?
- Replies: 15
- Views: 36995
Re: Getting started - DTC management?
This is a hard project to get started in, it's hard to get info out of Stanley some times. Still, check on my github site here m to see what I have at the moment. It needs fixing and polishing. I had it displaying on the LCD, but the i2c driver for this board doesn't seem to like control characters ...
- Thu Aug 21, 2014 10:40 am
- Forum: Freematics Products
- Topic: How to build stock firmware?
- Replies: 6
- Views: 15485
Re: How to build stock firmware?
Doesn't help.
- Tue Aug 12, 2014 3:37 am
- Forum: Freematics Products
- Topic: How to build stock firmware?
- Replies: 6
- Views: 15485
How to build stock firmware?
Hi, I asked this before, but like many messages, they got lost on the forum. I have been fighting with this for about a month. I have tried many, many, many combinations of the settings in the config.h and I can't get a baseline that is anywhere near the stock functionality of the .hex file you dist...
- Fri Aug 01, 2014 6:26 am
- Forum: Freematics Products
- Topic: Getting started - DTC management?
- Replies: 15
- Views: 36995
Re: Getting started - DTC management?
I really hope some one can help me a bit with iOS development cause I am so busy doing everything on my own. My kickstarter campaign was aiming for funding for the iOS app development. As it didn't succeed, the project is still left behind in iOS app development up to now. I hear ya, and I'd love t...
- Wed Jul 23, 2014 3:19 am
- Forum: Freematics Products
- Topic: Getting started - DTC management?
- Replies: 15
- Views: 36995
Re: Getting started - DTC management?
stanley wrote:I will take a look at your code!
As for iOS App, are you capable of iOS development?
Technically, I suppose... but it would be quite a stretch. I'm not in the dev program, and only played around with sample code.
- Sat Jul 19, 2014 1:01 am
- Forum: Freematics Products
- Topic: Getting started - DTC management?
- Replies: 15
- Views: 36995
Re: Getting started - DTC management?
I forked your project to work on this, if you like you can see my changes at m Note firmware_v2/codelogger - I have DTC functions in there that seem to work (no reset, yet). You are welcome to integrate the code, I can send you a pull request if you like. I plan to add DTC logging to the SD card - i...
- Tue Jul 15, 2014 11:31 pm
- Forum: Freematics Products
- Topic: Getting started - DTC management?
- Replies: 15
- Views: 36995
Re: Getting started - DTC management?
This is where I am at this point, getting the actual codes should be very similar. Does it look reasonable? Do you know if the commands and responses are bytes or are they strings - including or excluding the separating space? It's still at a debugging stage, obviously, and I haven't received data I...
- Tue Jul 15, 2014 1:41 am
- Forum: Freematics Products
- Topic: Read & Write to SDCard in order ?
- Replies: 6
- Views: 18066
Re: Read & Write to SDCard in order ?
cucugwh wrote:Sorry. My Mistake. My English is not well.
I wanted to do that read to log data in sdcard and send to smart device.
anyway, I fined the solution that I want to do.
thank you.
Can you share your solution?