Connect a usb cable to the freematics and open a terminal app. (Arduino IDE build in terminal).
This will tell you the status of the different components i.e. mems,gps,log and obd.
You can also use a BluetoothLE app like "Bluetooth Serial" for a Iphone to see the internal status.
Search found 5 matches
- Sat May 13, 2017 8:42 am
- Forum: Freematics Products
- Topic: New Freematics ONE - SD Card empty / Power issue
- Replies: 7
- Views: 12953
- Thu May 04, 2017 11:14 pm
- Forum: Freematics Products
- Topic: Freematics one and a BMW R1200GS (2004)
- Replies: 3
- Views: 8567
Re: Freematics one and a BMW R1200GS (2004)
For those who are wondering on how to connect the One to a BMW motorcycle with the round diagnostic connector,
Search for ICOM-D 10 to 16 pin OBD cable.
Search for ICOM-D 10 to 16 pin OBD cable.
- Thu May 04, 2017 10:04 pm
- Forum: Freematics Products
- Topic: Freematics one and a BMW R1200GS (2004)
- Replies: 3
- Views: 8567
Re: Freematics one and a BMW R1200GS (2004)
The ECU is a bosch motronic, so it's possible that this will solve problems with other systems using a bosch motronic from the same generation
- Thu May 04, 2017 8:26 pm
- Forum: Freematics Products
- Topic: Freematics one and a BMW R1200GS (2004)
- Replies: 3
- Views: 8567
Freematics one and a BMW R1200GS (2004)
As posted before I've connected a One to my motorcycle. It uses the KW2000 protocol, but with a slight different init command. In FreematicsOne.cpp changed the line 305 const char *initcmd[] = {"ATZ\r", "ATE0\r", "ATH0\r"}; to const char *initcmd[] = {"ATZ\r",...
- Tue Apr 11, 2017 11:11 pm
- Forum: Freematics Products
- Topic: Freematics_one ble firmware not working with ble-link
- Replies: 0
- Views: 4614
Freematics_one ble firmware not working with ble-link
Hi all, I've mounted a Freematics_one into my motorcycle (BMW R1200GS 2004). After some tweaks it's reading the K-line and logging perfectly. The next step in the project is to readout the files on the sd-card automaticly when I park the motorcycle in the garage. So I orderd a DFRobot usb ble-link. ...