Search found 4 matches

by mcfreematics
Wed Jun 12, 2019 2:58 pm
Forum: Freematics Software
Topic: Meaning of ENABLE_HTTPD
Replies: 0
Views: 6866

Meaning of ENABLE_HTTPD

Hi,
What's the meaning of ENABLE_HTTPD (defined in Freematics/firmware_v5/telelogger/config.h) ?
Do we need to set it to 1 in case we need to post data via PROTOCOL_HTTP_POST ?
Thank you
by mcfreematics
Sun May 12, 2019 2:57 am
Forum: Freematics Products
Topic: Reading VIN
Replies: 2
Views: 7944

Re: Reading VIN

I am also not able to read the VIN, I'm using a Toyota Corolla to test.

I increased the timeout in getVIN procedure, but it did not help. any hints ?

Is the VIN read working for you with Freematics One+? if YES can you please share the car make/model you're testing with ?
by mcfreematics
Mon Mar 18, 2019 12:44 am
Forum: Freematics Products
Topic: Does ONE+ SIM5360A R2 works for you [in the USA] ?
Replies: 0
Views: 5816

Does ONE+ SIM5360A R2 works for you [in the USA] ?

Hi,
[b] Situation:[/b]
ONE+ SIM5360A [b]WCDMA[/b] model works for fine with Twilio SIM card model [tested with firmware_v5/telelogger]
BUT ONE+ SIM5360 [b]R2[/b] model shows an NO SERVICE error, tried with cards from Twilio/Hologram/Soracom none of them works.
[b]Question:[/b]
Is there is anyone who ...
by mcfreematics
Fri Feb 22, 2019 1:30 pm
Forum: Freematics Software
Topic: Did anyone manage to make freematics One+ send data to NodeJs server via HTTP POST
Replies: 4
Views: 12337

Did anyone manage to make freematics One+ send data to NodeJs server via HTTP POST

Hi,

Did anyone manage to make freematics One+ send data to NodeJs server using PROTOCOL_HTTP_POST ?

Do you know where to set the content-type ? Do we need to define a global variable in the config.h
#define HTTPFILETYPE_JSON "application/json"

is the "application/json" the right type ? or is it ...