- 12 May, 2016 1 commit
-
-
Sandeep Mistry authored
-
- 10 May, 2016 4 commits
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
from https://github.com/ARMmbed/nrf51-sdk/blob/master/source/nordic_sdk/compo nents/drivers_nrf/delay/nrf_delay.h
-
- 07 May, 2016 1 commit
-
-
Sandeep Mistry authored
-
- 06 May, 2016 1 commit
-
-
Sandeep Mistry authored
Minor update to #12.
-
- 05 May, 2016 2 commits
-
-
Sandeep Mistry authored
Tweaks to #12
-
Sandeep Mistry authored
Update README.md for first use case
-
- 04 May, 2016 3 commits
-
-
Paul authored
was downloading version 2.0.1 of the soft device but the board definition had 2.0.0 which resolves issue #13
-
Paul authored
link was to the preview release not the current dk, both link to the same file for now
-
Paul authored
an extra step for the first out of box experience required for nrf52, took me a few hours to test why the following did not work: ``` void setup() { pinMode(PIN_LED1, OUTPUT); pinMode(PIN_LED2, OUTPUT); pinMode(PIN_LED3, OUTPUT); pinMode(PIN_LED4, OUTPUT); } void loop() { digitalWrite(PIN_LED1, HIGH); delay(50); digitalWrite(PIN_LED2, HIGH); delay(50); digitalWrite(PIN_LED3, HIGH); delay(50); digitalWrite(PIN_LED4, HIGH); delay(50); digitalWrite(PIN_LED1, LOW); delay(50); digitalWrite(PIN_LED2, LOW); delay(50); digitalWrite(PIN_LED3, LOW); delay(50); digitalWrite(PIN_LED4, LOW); delay(50); } ```
-
- 03 May, 2016 3 commits
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- 30 Apr, 2016 1 commit
-
-
Sandeep Mistry authored
-
- 29 Apr, 2016 1 commit
-
-
Sandeep Mistry authored
-
- 27 Apr, 2016 4 commits
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- 25 Apr, 2016 1 commit
-
-
Sandeep Mistry authored
-
- 21 Apr, 2016 11 commits
-
-
Sandeep Mistry authored
Add tools credits
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Add flashing a SoftDevice section
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Also, split nRF51 and nRF52 Wire.cpp
-
- 19 Apr, 2016 3 commits
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- 18 Apr, 2016 4 commits
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
from https://github.com/ARMmbed/nrf51-sdk/blob/master/source/nordic_sdk/compo nents/drivers_nrf/hal/nrf_nvmc.c
-
Sandeep Mistry authored
from https://github.com/ARMmbed/nrf51-sdk/blob/master/source/nordic_sdk/compo nents/drivers_nrf/hal/nrf_ecb.c
-
Sandeep Mistry authored
from https://github.com/ARMmbed/nrf51-sdk/blob/master/source/nordic_sdk/compo nents/drivers_nrf/hal/nrf_gpio.h
-