Freematics ONE is an Arduino compatible vehicle telematics prototyping platform, in form of a OBD-II dongle which plugs into a vehicle’s OBD-II port, with ATmega328 (same as Arduino UNO) as main controller having access to vehicle ECU, GPS, motion sensor and possibly external sensors. Freematics ONE is easy as Arduino to get started with right from Arduino IDE with dedicated Arduino library and example sketches.
Specifications
Physical Interfaces
OBD-II Compatibility
Freematics ONE plugs into the OBD port usually located under the steering column. To check if your vehicle is OBD-II certified, open your hood and find the sticker that looks like this:
Vehicles using following vehicle protocols are supported.
GNSS
Freematics ONE supports geo-location positioning by external GNSS receiver which is connected to Freematics ONE's I/O socket by Molex connector.
microSD
Freematics ONE has a microSD slot under the side cover. The card reader is connected to ATmega328p through SPI. Standard Arduino SD library is used for microSD card access.
BLE Module
Freematics ONE has a BLE module (TI CC2541) which allows transparent serial data communication over BLE. It works with Freematics Controller.
Low-Power Mode
Freematics enters and leaves low power mode programmatically. In low power mode with all peripherals (GPS, GSM, WIFI) powered off, the power consumption is around 10mA. This prevents car battery from going flat while the main controller is still able to run code and perform low-power tasks like motion detection by MEMS sensor.
PCB Layout
Following is the PCB layout of Freematics ONE. The schematic is here. We supply head-less (without OBD-II male connector) version. Please contact for details.
External I/O
Two I/O pins of the ATmega328P (PC0, PC1 or A0, A1 in Arduino context) are led out to at one corner of PCB. They can be used for digital I/O and analog input.
The I/O socket can also be used for digital I/O (3.3V) in the new revision (2021) with newly added API.
An Arduino sketch can be uploaded to Freematics ONE exactly the same way as for an Arduino UNO from standard Arduino IDE through USB port. Please refer to the Users Guide for more related information.
Pre-loaded Firmware
Datalogger is pre-loaded before shipping, your Freematics ONE will work out-of-box as a vehicle data logger which performs following tasks: