Search found 14 matches

by Xavali7
Tue Jan 12, 2016 7:41 pm
Forum: Freematics Products
Topic: Trouble uploading code to Data Logger
Replies: 4
Views: 16523

Re: Trouble uploading code to Data Logger

Hi, Even if you open the Datalogger sketch, and config.h and datalogger.h are there with it, you have to also install the libraries. With the master zip comes a folder labeled "libraries". You have to copy it over your Arduino installation directory, so that it asks you to combine the fol...
by Xavali7
Thu Nov 26, 2015 6:56 pm
Forum: Freematics Products
Topic: Trouble uploading code to Data Logger
Replies: 4
Views: 16523

Re: Trouble uploading code to Data Logger

Hi, Even if you open the Datalogger sketch, and config.h and datalogger.h are there with it, you have to also install the libraries. With the master zip comes a folder labeled "libraries". You have to copy it over your Arduino installation directory, so that it asks you to combine the fold...
by Xavali7
Tue Nov 10, 2015 6:55 pm
Forum: Freematics Products
Topic: I don't receive any data from the car
Replies: 16
Views: 37146

Re: I don't receive any data from the car

- The first line "0 10C 0" is a PID Reading, meaning the time passed (0 ms), mode (mode 1), PID (0C meaning engine RPM) and the PID value (0 rpm). - Then you have this: "$GPGSV 1 1 00*793706". I don't know what is... - And then, on the same line, "20 946 0 -360". That w...
by Xavali7
Thu Oct 29, 2015 11:44 pm
Forum: Freematics Products
Topic: I don't receive any data from the car
Replies: 16
Views: 37146

Re: I don't receive any data from the car

You are not alone, Miguel.

Although I'm currently using the device just for an accelerometer implementation, I've asked quite a few questions on the forums, and most have remained unanswered. Those few answers, however, solved nothing and turned out useless... :|
by Xavali7
Mon Oct 05, 2015 5:53 pm
Forum: Freematics Products
Topic: Changing Bluetooth protocols
Replies: 5
Views: 16141

Re: Changing Bluetooth protocols

I already tried pairing before using BLE, but, as I said, all passwords (1234 is one of them) are rejected and the pairing doesn't work...
by Xavali7
Tue Sep 22, 2015 9:37 pm
Forum: Freematics Products
Topic: Changing Bluetooth protocols
Replies: 5
Views: 16141

Re: Changing Bluetooth protocols

Then, how can I pair the device with my pone if I want to use a Bluetooth Classic terminal? None of the typical passcodes seems to work (0000 or 1234, all 4-same-number combinations, all 4-ascending-numbers combinations...). I even tried 000000, as some documentation I found on the chip (don't remem...
by Xavali7
Fri Sep 18, 2015 6:27 pm
Forum: Freematics Products
Topic: Changing Bluetooth protocols
Replies: 5
Views: 16141

Changing Bluetooth protocols

Hello, I bought the Data Logger, with the dual Bluetooth chip, so that I could use both protocols (Classic and BLE). However, I can't find how to change the protocol from one to another. It's working with BLE, but I need it to use Classic Bluetooth. How can I change this setting? I suppose it's a co...
by Xavali7
Fri Sep 18, 2015 5:08 pm
Forum: Freematics Products
Topic: USBasp wiring has been updated
Replies: 4
Views: 13695

Re: USBasp wiring has been updated

Soryy, I wasn't clear, I bought it from you months ago, long before you changed your provider. I wired it how the User Guide indicated then, and nothing... My issue is not with that, I was only letting you know! (my programmer was an ATmel Brand, blue)
My issue is with my other posts! ;)
by Xavali7
Mon Sep 14, 2015 5:31 pm
Forum: Freematics Products
Topic: USBasp wiring has been updated
Replies: 4
Views: 13695

Re: USBasp wiring has been updated

I tried programming with the USBasp you provided, but it wasn't working properly since minute 1, and I tried plenty. Finally, I settled for using an Arduino UNO as an ISP, and that kinda works, but with extremely long loading times. PS: Could you take a look to any of my issues on this forum, please...
by Xavali7
Tue Sep 08, 2015 6:42 pm
Forum: Freematics Products
Topic: Working with interrupts
Replies: 0
Views: 7723

Working with interrupts

Hello, I'm trying to make a sketch that displays a message when the device is bumped. I was wondering how the device is wired internally. That is, how is the interrupt pin from the MPU9150 connected to the ATMEGA328, which interrupt pin should I be looking out for. Also, if that interrupt activates ...