This repository is deprecated and will be archived. No further development activities are planned.
For enquiries regarding Thingy:52 please create a ticket at devzone.nordicsemi.com
Welcome to the Nordic Thingy:52 software development kit. This kit is designed to assist users in developing their own custom firmware for Thingy. Please see http://www.nordicsemi.com/thingy for the latest news and software releases.
Consult the firmware documentation for more details.
Before running the scripts below, make sure you have the following software installed:
motion_driver_6.12
folder and navigate to motion_driver_6.12/mpl libraries/arm/Keil
.
Unzip the folder libmpllib_Keil_M4FP.zip
. Copy the extracted library libmpllib.lib
into <your Thingy folder>/libs/libmpllib_Keil_M4FP/
. Finally, unzip /motion_driver_6.12/mpl libraries/arm/gcc4.9.3/liblibmplmpu_m4_hardfp.zip
and copy the extracted library liblibmplmpu.a
into the folder <your Thingy folder>/libs/liblibmplmpu_m4_hardfp/
.Thingy FW version 2.0.0 is compatible with softdevice s132 v4.0.5
Run setup_sdk.bat
on Windows or setup_sdk.sh
on Linux/Mac.
These scripts will download and compile the micro-ecc library and set up symbolic links.
To compile the code, please consult the compiling new firmware page in the firmware documentation.