- 05 Sep, 2016 1 commit
-
-
Sandeep Mistry authored
-
- 28 Aug, 2016 1 commit
-
-
Sandeep Mistry authored
Added a menu item to set the low freqency crystal.
-
- 27 Aug, 2016 1 commit
-
-
Paul Adams authored
this adds and option to set the LFCLK on the nRF52DK which can also be used on custom boards with or without an external 32.xxxkhz crystal, defaults to use external crystal
-
- 13 Jul, 2016 1 commit
-
-
Sandeep Mistry authored
Add platform.txt recipe for 'Export compiled binary' as a hex file
-
- 06 Jul, 2016 1 commit
-
-
Roger Clark authored
Add new board variant for Waveshare BLE400 http://www.waveshare.com/product/modules/wireless/bluetooth/nrf51822-eval-kit.htm
-
- 05 Jul, 2016 1 commit
-
-
Roger Clark authored
-
- 21 May, 2016 1 commit
-
-
Sandeep Mistry authored
Add RedBearLab nRF51822 link
-
- 20 May, 2016 1 commit
-
-
Sandeep Mistry authored
Add RedBearLab BLE Nano link
-
- 17 May, 2016 1 commit
-
-
Sandeep Mistry authored
-
- 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 9 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
-