From 31f7039ff3d0851aa2e1233cff1fae8f12df65cd Mon Sep 17 00:00:00 2001 From: Sam Calisch <s.calisch@gmail.com> Date: Sun, 30 Jul 2017 17:12:27 -0400 Subject: [PATCH] update index --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index a4c244a..1dbbb31 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,7 @@ <a id="user-content-nrf52" class="anchor" href="#nrf52" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>NRF52</h1> <p>Nordic Radio's NRF52832 is a nice little chip -- It has a Cortex M4 running at 64 MHz, a 2.4 GHz RF transceiver, 512 kb of flash, a 12 bit 200 ksps ADC, 5x 32 bit timers, a flexible peripheral interconnect system with DMA, and lots of other bells and whistles.</p> <p>In particular, the chip performs very well for its cost on tests measuring the speed of information transfer in and out of the CPU and over the RF channel. <a href="https://pub.pages.cba.mit.edu/ring/">https://pub.pages.cba.mit.edu/ring/</a></p> +<p>This page describes how to use the NRF52(832) on Linux/Unix systems with open source tools.</p> <h2> <a id="user-content-programming-the-nrf52" class="anchor" href="#programming-the-nrf52" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Programming the NRF52</h2> <p>Programming involves two steps: 1) compiling code, and 2) flashing the code to the chip.</p> -- GitLab