Search found 4 matches

by Jim58IROC
Tue Sep 17, 2024 1:43 am
Forum: Freematics Software
Topic: Unable to compile Sample code in Freematics Builder
Replies: 4
Views: 463

Re: Unable to compile Sample code in Freematics Builder

is there anybody that might be able to help me troubleshoot here? I'm completely unable to move forward.
by Jim58IROC
Sun Aug 11, 2024 1:09 am
Forum: Freematics Software
Topic: Unable to compile Sample code in Freematics Builder
Replies: 4
Views: 463

Re: Unable to compile Sample code in Freematics Builder

I'm digging deeper into this and here's what I've figured out so far. in the Esprit.cpp file that's trying to include bt.h, if I comment that line out or change the name to "esp_bt.h" (which IS in the sub folders), then it just gives me the same error on the very next thing it calls, which...
by Jim58IROC
Sun Aug 11, 2024 12:27 am
Forum: Freematics Software
Topic: Unable to compile Sample code in Freematics Builder
Replies: 4
Views: 463

Re: Unable to compile Sample code in Freematics Builder

so, I decided to start clean. I downloaded Freematics Builder on a different PC, downloaded and unzipped the Simple OBDII code, and tried to build it. I got the exact same error. The whole error line is :C\Camaro Dash\simple_obd_display-20171208/libraries/Esprit/Esprit.cpp:19:10: fatal error: bt.h: ...
by Jim58IROC
Wed Aug 07, 2024 10:38 am
Forum: Freematics Software
Topic: Unable to compile Sample code in Freematics Builder
Replies: 4
Views: 463

Unable to compile Sample code in Freematics Builder

I recently received the Freematics OBDII interface and the Esprit board with the pre-installed OBD display code. Got it working, downloaded and unzipped the sample code and was able to upload it to the board without issue. Next I made a couple very minor changes to the code and was able to get it to...