bgiori / nrf52_flashy

Mynewt PWM example app for nRF52 based microcontrollers such as the Adafruit Feather Pro.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nRF52 Flashy

Overview

nRF52 Flashy is a Mynewt PWM example app for nRF52 based microcontrollers. This project relies on the mynewt_nordic repository for the nRF52 PWM driver implementation.

Building

  1. Download and install Apache Newt.

You will need to download the Apache Newt tool, as documented in the Getting Started Guide.

  1. Download the Apache Mynewt Core and Mynewt Nordic packages.
    $ newt install
  1. Build the flashy app for one of the existing targets (ada_feather_flashy or nrf52_flashy) or create a new target for your desired nRF52 based board.
    $ newt build my_blinky_sim

Supported Boards

There are currently targets for Adafruit Feather Pro and nRF52dk, but Any nRF52 based MCU should work with this app. All you'd need to do is copy one of existing targets and change the BSP.

About

Mynewt PWM example app for nRF52 based microcontrollers such as the Adafruit Feather Pro.

License:Apache License 2.0


Languages

Language:C 100.0%