Search found 14 matches

by AbhIoT
Sat Oct 29, 2016 1:45 am
Forum: Freematics Products
Topic: Telelogger v4 JSON
Replies: 3
Views: 8559

Re: Telelogger v4 JSON

Did you solve the problem with Telelogger?
I want to send data stored on SD card to webserver when Freematics ONE is not logging data i.e. when car is off.
So I want to know it is better to start writing code on our own or use code provided by Staneley?
thank yo
by AbhIoT
Sat Oct 29, 2016 1:26 am
Forum: Freematics Products
Topic: Telelogger V4 Error
Replies: 8
Views: 16974

Re: Telelogger V4 Error

@Klemens,
Did you solve the problem with Telelogger?
I want to send data stored on SD card to webserver when Freematics ONE is not logging data i.e. when car is off.
So I want to know it is better to start writing code on our own or use code provided by Staneley?
thank you
by AbhIoT
Thu Oct 20, 2016 11:46 pm
Forum: Freematics Products
Topic: V4 hardware specification guide?
Replies: 8
Views: 20851

Re: V4 hardware specification guide?

thanks..
How did you find that it returns both GGA and RMC? I always received RMC!!
Yeh, I can do it.
by AbhIoT
Wed Oct 19, 2016 11:49 pm
Forum: Freematics Products
Topic: V4 hardware specification guide?
Replies: 8
Views: 20851

Re: V4 hardware specification guide?

Thanks , Yes GPS is not connected via SPI. Yes, SD card is on SPI bus because they mentioned it here, m and whenever we log data on SD card LED goes ON. which supports your statement that LED indicates SPI bus activity. J4 pins >Need to verify. I want comment from @stanley on this. I don't know how ...
by AbhIoT
Thu Oct 13, 2016 3:15 am
Forum: Freematics Products
Topic: V4 hardware specification guide?
Replies: 8
Views: 20851

Re: V4 hardware specification guide?

Thanks @mikebolt again. These are my observations regarding hardware after using it for two weeks, will keep it updating, hope these will help you. Correct me if I am wrong. 1. STM32 and SD card are both on SPI bus. 2. OBD, GPS are connected to STM32 which is not accessible to reprogram 3. Since GPS...
by AbhIoT
Tue Oct 11, 2016 3:02 am
Forum: Freematics Products
Topic: How to interpret the Freematics data logging format
Replies: 10
Views: 19028

Re: How to interpret the Freematics data logging format

@Stanley,
Thank you for link, I already went through it.
My question is why you didn't provide any explanation for meaning of ACC values. It is only written , they are x,Y,Z axis values. but those are not absolute acceleration values.
by AbhIoT
Thu Oct 06, 2016 7:40 am
Forum: Freematics Products
Topic: Sleep mode for V4 : reduce battery current consumption
Replies: 0
Views: 5931

Sleep mode for V4 : reduce battery current consumption

I want to know can I use obd.sleep() function to put V4 module in a sleep mode? I don't want to remove V4 again and again and it consume lot of current while running (0.08A) . But OBD port is controlled by STM32 controller, I don't know whether obd.sleep() will work or not. Need suggestion. thank you.
by AbhIoT
Wed Oct 05, 2016 8:22 am
Forum: Freematics Products
Topic: Error: Unedited V4 data logger >GPS output shifted by 1 row
Replies: 5
Views: 15940

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

Thank you, @mikebolt and @jonathan I found only ALT, LAT, DTE values(though shifted by one row) are correct other values are incorrect in that incorrect GPS packet. @mikebolt, I never run gpstest sketch. but since this is an issue with GPS firmware which is running on ST32 controller, error will occ...
by AbhIoT
Tue Oct 04, 2016 5:52 am
Forum: Freematics Products
Topic: Error: Unedited V4 data logger >GPS output shifted by 1 row
Replies: 5
Views: 15940

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

Hi , I used the current updated datalogger firmware for my v4. I received the data as expected, except GPS one. Most of the time GPS output is correct but sometimes GPS data gets shifted by one row, DTE - 0 , UTC - value of DTE, LAT - value of UTC .... .... SAT - value of SPD which is 0. I tried to ...
by AbhIoT
Fri Sep 30, 2016 11:15 pm
Forum: Freematics Products
Topic: Real Time clock on V4
Replies: 2
Views: 6632

Re: Real Time clock on V4

Thanks Mikebolt.
Time Library is useful my application.