Create a new SigFox Project

This tutorial is describing how to create a new SigFox project based on the given SDK version 4-0-0. Read the full post to get the details.

1. Clone the td12xx_template project

Within the project list windows, select the td12xx_template project, right click and select Copy.

copy the td12xx_template project

copy the td12xx_template project

 

Then right click and select Paste. Rename your project in the following box :

paste & rename the project

paste & rename the project

To view the project in the list, go to the down arrow icon menu, select the “Select Working Set…” entry.

Select working set

Select working set

Now, select the working set where the new project will be added

select the working set to modify

select the working set to modify

Click on Edit

Then select the freshly created project in the list

Add the project in the working set

Add the project in the working set

Click on Finish, then OK. now your project is created and accessible in the project list

Configure project to add the right includes

Right click on the project name then select new >> folder and create a “inc” folder for your includes.

Edit Project properties >> C/C++ General >> Paths and Symbols and ensure the following path are in the list:

Sigfox needed includes

Sigfox needed includes

Then go to C/C++ General >> Indexer then select “TD1208 Release” in Build configuration for indexer. Then Apply.

If correctly configured, <stdbool.h> line should not be in error.

 

 

2 thoughts on “Create a new SigFox Project

  1. thanks you for this tutorial,
    I followed your step but when i build the project ,the file” test.bin” does not created .
    I do not know how to solve this problem!!!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.