Getting started with Onethinx LoRaWAN module

Onethinx released its first version of Onethinx Documentation. You can check it out here: GitHub - onethinx/Onethinx_Documentation: Onethinx module documentation


Old guide:

To get started with Onethinx LoRaWAN module, you need an IDE. We have developed our own IDE based around Visual Studio Code. You can find the instructions for instalation on our github page by following one of these links:

After installation of the IDE, you can download the following examples from our github page. The examples always come with the latest available API libraries. Onethinx Examples

If you do not have the latest version of the module with the latest version of the LoRa/LoRaWAN stack, you can search for the API compatible with your version in OnethinxAPI on our github.

To replace the current API in a project, simply replace the OnethinxCore01 c and h files (located in the source/OnethinxCore) with the ones you wish to use.

To find out which version of the stack your module has, you can copy the code in these instructions. There you can also find a table of which API Version to use with which Stack Version.

All API Versions Download:

In order to program a Onethinx LoRaWAN module, you need a programmer. You can visit this list of compatible programmers for our Onethinx LoRaWAN module. There you can find our recommendations.

You can follow these links to get the latest technical information, drawings of the module, datasheet and CAD libraries:

If you have further, more detailed questions, you can always email me at: tomislav@onethinx.com and I will get back to you as soon as possible.

Remember to follow us on our Facebook, Twitter and LinkedIn in to imediately see all the latest updates, projects and offers.

Tomislav

Onethinx released its first version of Onethinx Documentation. You can check it out here: Onethinx LoRaWAN module: Main Page