Search found 5 matches
- Fri Oct 18, 2024 2:38 am
- Forum: Freematics Software
- Topic: Unable to compile Sample code in Freematics Builder
- Replies: 6
- Views: 4509
Re: Unable to compile Sample code in Freematics Builder
Documentation Review: Review the documentation for the Freematics OBDII interface and the Esprit board to ensure that you have all the necessary components and configurations set up correctly. thanks for the reply. I've gone through all of the documentation that I can find, and based on the fact th...
- Tue Sep 17, 2024 1:43 am
- Forum: Freematics Software
- Topic: Unable to compile Sample code in Freematics Builder
- Replies: 6
- Views: 4509
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.
- Sun Aug 11, 2024 1:09 am
- Forum: Freematics Software
- Topic: Unable to compile Sample code in Freematics Builder
- Replies: 6
- Views: 4509
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...
- Sun Aug 11, 2024 12:27 am
- Forum: Freematics Software
- Topic: Unable to compile Sample code in Freematics Builder
- Replies: 6
- Views: 4509
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: ...
- Wed Aug 07, 2024 10:38 am
- Forum: Freematics Software
- Topic: Unable to compile Sample code in Freematics Builder
- Replies: 6
- Views: 4509
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...