Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 918 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 918 Bytes

NeuronWirelessLibs

The set of libraries and sources for nRF MCU family version of the Neuron Platform. Please refer to the NeuronWireless_defy and NeuronWireless_raise2 repositories for installation and usage instructions.

Preparations

  • Add this repository to your project as submodule git submodule add -b "main" "[email protected]:Dygmalab/NeuronWirelessLibs.git" "libraries"
  • Update submodules git submodule update --init --recursive
  • Download the Nordic Semiconductor SDK nrf5_sdk_17.1.0_ddde560
  • Unpack the nrf5_sdk_17.1.0_ddde560 into the libraries/SDK/nRF5_SDK_17.1.0_ddde560 folder