Search found 6 matches

by AberrantAeon
Tue Mar 26, 2019 2:57 pm
Forum: Freematics Software
Topic: Guru Meditation Error: StoreProhibited when using PID_ENGINE_TORQUE_DEMANDED
Replies: 4
Views: 10870

Re: Guru Meditation Error: StoreProhibited when using PID_ENGINE_TORQUE_DEMANDED

@rosch - Thanks for the input I will have to try this out as I am just coming back to trying to develop something on the One+.
by AberrantAeon
Tue Mar 26, 2019 10:26 am
Forum: Freematics Products
Topic: SIM800L compatible with firmware_v5?
Replies: 0
Views: 4540

SIM800L compatible with firmware_v5?

Hello,

I ordered the Freematics One+ with the SIM800L cell connectivity. Could you please confirm what firmware version the SIM800L is compatible with?

On another note, just to test my connectivity to the cell network what library can I use with the SIM800L to send and receive AT commands?

Cheers!
by AberrantAeon
Sun Sep 09, 2018 3:11 am
Forum: Freematics Software
Topic: HELP PLEASE
Replies: 2
Views: 6502

Re: HELP PLEASE

I am having the same problem. crashing my One+ when when i compile in the PID_ENGINE_TORQUE_DEMANDED and PID_ENGINE_TORQUE_PERCENTAGE in the datalogger.ino.

Have you been able to resolve your issue?
by AberrantAeon
Fri Sep 07, 2018 9:23 am
Forum: Freematics Software
Topic: Guru Meditation Error: StoreProhibited when using PID_ENGINE_TORQUE_DEMANDED
Replies: 4
Views: 10870

Re: Guru Meditation Error: StoreProhibited when using PID_ENGINE_TORQUE_DEMANDED

OK, I think i figured it out. I was looking at and using the OBD.h file as a reference however it seems that I should have been using the logdata.h as a reverence. The logdata.h file did not have an entry for the PID_ENGINE_TORQUE_DEMANDED and PID_ENGINE_TORQUE_PERCENTAGE, so the likely cause of the...
by AberrantAeon
Tue Aug 28, 2018 2:00 am
Forum: Freematics Software
Topic: Guru Meditation Error: StoreProhibited when using PID_ENGINE_TORQUE_DEMANDED
Replies: 4
Views: 10870

Guru Meditation Error: StoreProhibited when using PID_ENGINE_TORQUE_DEMANDED

Hello All, I have a question on if the following error is expected behaviour... Code was cloned from m. Vehicle: Dodge Grand Caravan 2015 SXT When I add the PIDs PID_ENGINE_TORQUE_DEMANDED and/or PID_ENGINE_TORQUE_PERCENTAGE application causes a panic and Freematics One+ reboots... here is the Code ...