Search found 1027 matches

by stanley
Thu Sep 17, 2015 11:59 am
Forum: Freematics Products
Topic: BLE Dongle Driver Problem
Replies: 1
Views: 9110

Re: BLE Dongle Driver Problem

Normally the BLE USB dongle driver is automatically obtanied and installed by Windows (7 or later). If no luck, please download TI CC2540 software package and you will find cdc driver in C:\Texas Instruments\BLE-CC254x-1.4.0\Accessories\Drivers
by stanley
Thu Sep 17, 2015 11:42 am
Forum: Freematics Products
Topic: GUI for new Freematics OBD-II Emulator
Replies: 17
Views: 151183

Re: GUI for new Freematics OBD-II Emulator

Already added long ago.
by stanley
Thu Sep 17, 2015 11:40 am
Forum: Freematics Products
Topic: emulating ignition OFF / ON
Replies: 1
Views: 8446

Re: emulating ignition OFF / ON

Currently that switch only affects whether requests of PIDs are responded or not.
by stanley
Thu Sep 17, 2015 11:34 am
Forum: Freematics Products
Topic: OBDII Emulator MK2 does not work after firmware upgrade
Replies: 1
Views: 8291

Re: OBDII Emulator MK2 does not work after firmware upgrade

After upgrading, if the GUI is not connecting, please remove the power and plug in again. If still no luck, please try upgrading firmware again. Make sure don't upgrade the wrong firmware (J1850 and non-J1850).
by stanley
Thu Sep 17, 2015 11:30 am
Forum: Freematics Products
Topic: Voltage Control
Replies: 3
Views: 11048

Re: Voltage Control

The emulator is fine with input voltage below 16V.
by stanley
Thu Sep 17, 2015 11:28 am
Forum: Freematics Products
Topic: USBasp wiring has been updated
Replies: 4
Views: 13652

Re: USBasp wiring has been updated

Have you change the wire of GND to pin 1 of USBasp as shown in the new wiring diagram? It should really work. Arduino as ISP is slower.
by stanley
Sun Sep 13, 2015 8:05 pm
Forum: Freematics Products
Topic: USBasp wiring has been updated
Replies: 4
Views: 13652

USBasp wiring has been updated

As our USBasp vendor has changed, the wiring has been updated for the new batch.

Image

If you experience problem with USBasp uploading, please change the GND wire (illustrated in purple color) as above.
by stanley
Sun Sep 13, 2015 8:03 pm
Forum: Freematics Products
Topic: OBD2 onto sprint car (no electronics at all)
Replies: 1
Views: 8183

Re: OBD2 onto sprint car (no electronics at all)

As long as you can retrive your needed data (rpm throttle etc) with Arduino, you can push the data to the emulator with AT command.
by stanley
Sun Sep 13, 2015 8:01 pm
Forum: Freematics Products
Topic: Can't read GPS Data
Replies: 1
Views: 7878

Re: Can't read GPS Data

How did you read data via BLE? What firmware configuration do you use?
by stanley
Sun Sep 13, 2015 8:00 pm
Forum: Freematics Products
Topic: Inconsistent obd.read()
Replies: 2
Views: 13462

Re: Inconsistent obd.read()

On Arduino Uno, never use Serial.print as the OBD-II UART adapter uses serial for communication. Use of Serial.print will interrupt the communication.