Search found 1026 matches

by stanley
Thu Sep 17, 2015 11:42 am
Forum: Freematics Products
Topic: GUI for new Freematics OBD-II Emulator
Replies: 17
Views: 150643

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: 8442

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: 8290

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: 11045

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: 13641

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: 13641

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: 7696

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: 7874

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: 13446

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.
by stanley
Sun Sep 13, 2015 7:58 pm
Forum: Freematics Products
Topic: Stanley please answer - BLE Programming
Replies: 1
Views: 7898

Re: Stanley please answer - BLE Programming

The built-in HM10 module can be configured by sending AT command to it. The datasheet of the HM10 module is available here.