Search found 4 matches

by ivanovitch.slv
Wed Jan 30, 2019 5:32 am
Forum: Freematics Products
Topic: Support to Lora communication
Replies: 0
Views: 6620

Support to Lora communication

Is there any plan to incorporate Lora communication in future Freematics hardware releases?
by ivanovitch.slv
Sun Jan 27, 2019 8:35 am
Forum: Freematics Software
Topic: Sending OBD data
Replies: 2
Views: 11325

Re: Sending OBD data

I have been using the freematics one+. In telelogger.ino just change thhe obdData vector for what your PID targets. The list below is that one I used

ID_POLLING_INFO obdData[]= {
{PID_SPEED, 1},
{PID_ETHANOL_FUEL, 1},
{PID_RPM, 1},
{PID_THROTTLE, 1},
{PID_ENGINE_LOAD, 1},
{PID_SHORT_TERM_FUEL ...
by ivanovitch.slv
Tue Jan 22, 2019 11:13 am
Forum: Freematics Products
Topic: Change the RAM_CACHE_SIZE
Replies: 0
Views: 6139

Change the RAM_CACHE_SIZE

Hi all,

I got a strange error after change the variable RAM_CACHE_SIZE (telelogger.ino) to any value different from 1024. I run freematics v5.

My OBD polling has 27 PIDs

ID_POLLING_INFO obdData[]= {
{PID_SPEED, 1},
{PID_ETHANOL_FUEL, 1},
{PID_RPM, 1},
{PID_THROTTLE, 1},
{PID_ENGINE_LOAD, 1 ...
by ivanovitch.slv
Sun Jan 20, 2019 11:41 am
Forum: Freematics Products
Topic: Run Freematics Emulator on Mac OS X
Replies: 5
Views: 68228

Run Freematics Emulator on Mac OS X

Hi Freematicers,

I had a sort of success trying to execute the Freematics Emulator on Mac OS X using Wine. Just to record, the steps I ran were:

1) Install wine
> brew install wine

2) Install drivers
m

3) Configure the serial port in wine
> cd ~/.wine/dosdevices/
> ln -s /dev/tty.SLAB_USBtoUART ...