All Projects → thomsten → Nrf Blinky

thomsten / Nrf Blinky

Labels

Projects that are alternatives of or similar to Nrf Blinky

Pro Cmake
Cmake template for C/C++/Qt Project.
Stars: ✭ 16 (+60%)
Mutual labels:  cmake
Physfs Aes
PhysFS 2.0.2 with AES encryption support
Stars: ✭ 7 (-30%)
Mutual labels:  cmake
Openspatial Windows
Open Spatial Windows SDK
Stars: ✭ 8 (-20%)
Mutual labels:  cmake
Stm32cclib
STM32 C++ Library and HAL
Stars: ✭ 18 (+80%)
Mutual labels:  cmake
C cpp project framework
CMake build system( framework) with kconfig support for C/CPP projects
Stars: ✭ 26 (+160%)
Mutual labels:  cmake
Aesjniencrypt
Make safest code in Android. (基于libsodium实现加解密,key在native中,防止被二次打包){长期维护,请star,勿fork}
Stars: ✭ 840 (+8300%)
Mutual labels:  cmake
Ogreoculussample
A (small) sample of how to render to the Oculus Rift in OGRE 3D. This does not use the direct mode, instead, the rift must be set to extended mode.
Stars: ✭ 6 (-40%)
Mutual labels:  cmake
Gr Gps
GPS receiver for gnuradio
Stars: ✭ 9 (-10%)
Mutual labels:  cmake
Camodet
Lightweight Simple CAmera MOtion DETection application.
Stars: ✭ 26 (+160%)
Mutual labels:  cmake
Cmake Examples
A collection of as simple as possible, modern CMake projects
Stars: ✭ 843 (+8330%)
Mutual labels:  cmake
Pepper plymouth ros
A set of launch files and configuration files for Plymouth University's Pepper robot
Stars: ✭ 22 (+120%)
Mutual labels:  cmake
Gr Rtty
RTTY decoder for Gnuradio
Stars: ✭ 24 (+140%)
Mutual labels:  cmake
Industrial calibration tutorials
Tutorials for industrial calibration package.
Stars: ✭ 7 (-30%)
Mutual labels:  cmake
Ros Teensy
🚧 Extension to build code for the teensy boards from catkin
Stars: ✭ 16 (+60%)
Mutual labels:  cmake
Ios Cmake
A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
Stars: ✭ 844 (+8340%)
Mutual labels:  cmake
Ed tutorials
Tutorials of ED
Stars: ✭ 7 (-30%)
Mutual labels:  cmake
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (+8260%)
Mutual labels:  cmake
Vst3sdk
VST 3 Plug-In SDK
Stars: ✭ 853 (+8430%)
Mutual labels:  cmake
Latency Test
Software and hardware to test VR latency on any device
Stars: ✭ 9 (-10%)
Mutual labels:  cmake
Bestnote
👊 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用
Stars: ✭ 841 (+8310%)
Mutual labels:  cmake

#+TITLE: nRF5x Blinky #+AUTHOR: Thomas Stenersen #+EMAIL: [email protected]

  • Introduction This project is a simple blinky application and serves as an example of how to use CMake with the Nordic Semiconductor nRF5x SoCs and SDKs.

  • Requirements / Dependencies

** Hardware

  • A nRF5x development kit or dongle

** Software

  • =arm-none-eabi-gcc= toolchain
  • =nrfjprog= and =mergehex= from the Nordic MDK
  • CMake
  • Nordic Semiconductor SDK v9.0
  • Building and Flashing

To build and flash the device #+BEGIN_SRC sh

In project root repository

mkdir bin && cd bin cmake -DSDK_ROOT=path/to/SDK9 .. # Use -G for another generator make make f_nrf_blinky # Invokes nrfjprog for flashing the application #+END_SRC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].