mkimhj / banji

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banji

Setup

  1. Download nRF SDK
  1. Install toolchains
  1. Clone the repo
  • Clone anywhere, and overwrite this repo's SDK/modules/nrfx/drivers/src/nrfx_pdm.c file over the stock version of the file provided by the nRF SDK.
  • Once overwritten, copy over the entire SDK directory into this repository
  1. Build and flash
  • Run 'make flash' in terminal to build and flash

If you have any trouble installing, feel free to reach out, more details for setting up on a mac can be found here: https://aaroneiche.com/2016/06/01/programming-an-nrf52-on-a-mac/

Troubleshooting

If you get a compilation error like *implicit def

  • copy nrfx_spis_patch.h into nrfx_spis.h inside sdk

License

This project is under the GNU General Public License v3.0. See the COPYING file for the full license text.

About

License:GNU General Public License v3.0


Languages

Language:C 99.0%Language:Makefile 1.0%