Search found 4 matches

by juliuslt
Tue Dec 07, 2021 2:40 am
Forum: Freematics Products
Topic: Lowering energy consumption
Replies: 5
Views: 5079

Re: Lowering energy consumption

Also, is there any way to get back from the sleep mode automatically, without checking for obd connection? For example, using ESP light sleep and checking for some obd pin?
by juliuslt
Thu Nov 25, 2021 6:15 am
Forum: Freematics Products
Topic: Lowering energy consumption
Replies: 5
Views: 5079

Lowering energy consumption

Hi there, I currently have Freematics ONE+ Model H. I have my code compiled and uploaded into the device, which collects data when the car is running. I want to leave my Freematics in the car when the car is not running, for the convenience reasons. Currently, I am using the ESP deep sleep to keep t...
by juliuslt
Thu Oct 28, 2021 4:45 am
Forum: Freematics Products
Topic: Freematics ONE OBD not working
Replies: 1
Views: 3281

Freematics ONE OBD not working

Hello. I have a Freematics ONE and Freematics ONE+ Model H. The OBD connection works perfectly fine on my one+, however, it fails to connect on the freematics one with the same car. Function obd.init() always returns False. Here is my code, am I doing something wrong? I tried the original datalogger...
by juliuslt
Sat Jul 24, 2021 3:51 am
Forum: Freematics Software
Topic: Freematics Plus with TinyGSM
Replies: 1
Views: 4319

Freematics Plus with TinyGSM

Hello, So I'm trying to connect to MySQL database using the Freematics Plus with SIM7600 module. As the MySQLConnector requires client object, I am trying to use TinyGSM for it, but without any luck so far. Maybe someone tried to use tinygsm with their freematics plus and could provide me some code?...