Search found 23 matches

by aboaboit
Thu May 16, 2019 3:35 am
Forum: Freematics Software
Topic: mirroring oled display
Replies: 2
Views: 5853

Re: mirroring oled display

I would say you need to write your own code for that: I had a very quick look at the library and I didn't find an option to do it.
See https://github.com/stanleyhuangyc/Multi ... D/UTFT.cpp and related files.
by aboaboit
Mon May 13, 2019 4:30 am
Forum: Freematics Products
Topic: Debugging the Freematics ONE+
Replies: 1
Views: 7481

Re: Debugging the Freematics ONE+

AFAIK, no: one pin is not connected and another one is used to control GPS power.
by aboaboit
Mon May 13, 2019 4:23 am
Forum: Freematics Products
Topic: Freematics One+ broken?
Replies: 1
Views: 7274

Re: Freematics One+ broken?

Do you still have this issue?
I have noticed that datalogger will happily record OBD data during the first run after booting.
When I park the car and later restart the engine, only the GPS data is recorded, not my selected PIDs.
by aboaboit
Mon May 13, 2019 1:26 am
Forum: Freematics Products
Topic: Better accuracy of GPS time?
Replies: 1
Views: 5152

Re: Better accuracy of GPS time?

Not with the UBX-M8030 that comes with the One+, since it has a 10Hz update rate:
https://freematics.com/store/index.php? ... duct_id=55
by aboaboit
Sun May 12, 2019 8:46 pm
Forum: Freematics Products
Topic: Frematics ONE STM32 Firmware
Replies: 1
Views: 4844

Re: Frematics ONE STM32 Firmware

I don't think this is currently possible, at least in the field.
You might try asking Stanley directly: https://freematics.com/store/index.php? ... on/contact
Or info (at) freematics.com.au
by aboaboit
Sun May 12, 2019 8:22 pm
Forum: Freematics Software
Topic: Doubt about PID data
Replies: 1
Views: 5314

Re: Doubt about PID data

I don't think you can monitor either of those values: when it comes to oil, you can only monitor the temperature but not the pressure or the level. There probably isn't even a sensor to monitor them, to begin with. Tyres are a different issue: there is a sensor and the car knows about it for sure. P...
by aboaboit
Sun May 12, 2019 8:14 pm
Forum: Freematics Software
Topic: Freematics Firmware v5 settings
Replies: 2
Views: 6366

Re: Freematics Firmware v5 settings

If you don't mind having the timestamp only once per cycle, here is my solution:
https://github.com/stanleyhuangyc/Freematics/pull/92
It's not yet in the official tree but you're welcome to try it out, if it helps.
(this applies only to the Datalogger sketch, of course)
by aboaboit
Sat May 11, 2019 4:39 am
Forum: Freematics Software
Topic: configurate DATALOGGER
Replies: 13
Views: 29398

Re: configurate DATALOGGER

Hmm, right now the isValid method returns true when the PID index is above 0x7F which makes no sense to me: there is no space to map supported PIDs above that number and also no transcoding of values in the library.
by aboaboit
Sat May 11, 2019 4:33 am
Forum: Freematics Software
Topic: PID poll in batch ??
Replies: 1
Views: 4828

Re: PID poll in batch ??

Good thing I increased the minimum cycle time in datalogger from the default 100ms to 250ms.
I'm going to try to raise it further.