Git Product home page Git Product logo

atcwatch_nrf52_arduino's Introduction

Arduino Core for ATC nRF52 Boards Adafruit nRF52 Arduino

This repository contains the Arduino BSP for Hackable nRF52 Smart Watch series using by @ATC1441's DaflasherFiles to enable flashing a custom Arduino firmware to them.

BSP Installation

There are two methods that you can use to install this BSP. We highly recommend the first option unless you wish to participate in active development of this codebase via Github.

Recommended: ATCWatch nRF52 BSP via the Arduino Board Manager

  1. Download and install the Arduino IDE (At least v1.6.12)
  2. Start the Arduino IDE
  3. Go into Preferences
  4. Add https://mhv75.github.io/arduino-board-index/package_atcwatch_index.json as an 'Additional Board Manager URL'
  5. Restart the Arduino IDE
  6. Open the Boards Manager from the Tools -> Board menu and install 'ATCWatch nRF52 by mhv75'
  7. Once the BSP is installed, select a board from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.

Adafruit's nrfutil tools

adafruit-nrfutil (derived from Nordic pc-nrfutil) is needed to upload sketch via serial port.

  • For Windows and macOS, pre-built executable binaries are included in the BSP at tools/adafruit-nrfutil/. It should work out of the box.
  • Linux user need to run follow command to install it from PyPi
$ pip3 install adafruit-nrfutil --user

Burning new Bootloader

To burn the bootloader you will need the following tools installed on your system and available in the system path:

Check to make sure you can run nrfjprog from your terminal/command prompt

macOS Note At present, you will need to create a symlink in /usr/local/bin to the nrfjprog tool wherever you have added it. You can run the following command, for example:

$ ln -s $HOME/prog/nordic/nrfjprog/nrfjprog /usr/local/bin/nrfjprog

Once the tools above have been installed and added to your system path:

Credits

This would not have been possible to do without the excellent work of @atc1441 and many more of the hackers who joined him in hacking nrf watches.. This core is based on Arduino-nRF5 by Sandeep Mistry, which in turn is based on the Arduino SAMD Core.

The following libraries are used:

atcwatch_nrf52_arduino's People

Contributors

ajs123 avatar artura-ms avatar brijohn avatar dstieglitz avatar elral avatar hathach avatar henrygab avatar ichbtm avatar innermatrix avatar jaswope avatar jeremypoulter avatar jpconstantineau avatar kevinfrei avatar ladyada avatar macgyvernl avatar makermelissa avatar mhv75 avatar microbuilder avatar nenik avatar ogatatsu avatar orrmany avatar outlandnish avatar paulmand3l avatar pyro9 avatar sayanee avatar tdicola avatar thaanstad avatar toddtreece avatar toxynoid avatar ureloc avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.