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.
Search found 23 matches
- Thu May 16, 2019 3:35 am
- Forum: Freematics Software
- Topic: mirroring oled display
- Replies: 2
- Views: 7230
- Mon May 13, 2019 4:30 am
- Forum: Freematics Products
- Topic: Debugging the Freematics ONE+
- Replies: 1
- Views: 8232
Re: Debugging the Freematics ONE+
AFAIK, no: one pin is not connected and another one is used to control GPS power.
- Mon May 13, 2019 4:28 am
- Forum: Freematics Products
- Topic: NO READ SIGNAL - SPI_PIN_READY doesn't return to low
- Replies: 7
- Views: 16942
Re: NO READ SIGNAL - SPI_PIN_READY doesn't return to low
Is this a followup to your earlier post?
viewtopic.php?f=14&t=3102&p=43691#p43691
viewtopic.php?f=14&t=3102&p=43691#p43691
- Mon May 13, 2019 4:23 am
- Forum: Freematics Products
- Topic: Freematics One+ broken?
- Replies: 1
- Views: 8116
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.
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.
- Mon May 13, 2019 1:26 am
- Forum: Freematics Products
- Topic: Better accuracy of GPS time?
- Replies: 1
- Views: 5904
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
https://freematics.com/store/index.php? ... duct_id=55
- Sun May 12, 2019 8:46 pm
- Forum: Freematics Products
- Topic: Frematics ONE STM32 Firmware
- Replies: 1
- Views: 5485
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
You might try asking Stanley directly: https://freematics.com/store/index.php? ... on/contact
Or info (at) freematics.com.au
- Sun May 12, 2019 8:22 pm
- Forum: Freematics Software
- Topic: Doubt about PID data
- Replies: 1
- Views: 6140
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...
- Sun May 12, 2019 8:14 pm
- Forum: Freematics Software
- Topic: Freematics Firmware v5 settings
- Replies: 2
- Views: 7629
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)
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)
- Sat May 11, 2019 4:39 am
- Forum: Freematics Software
- Topic: configurate DATALOGGER
- Replies: 14
- Views: 38897
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.
- Sat May 11, 2019 4:33 am
- Forum: Freematics Software
- Topic: PID poll in batch ??
- Replies: 1
- Views: 5595
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.
I'm going to try to raise it further.