Skip to content

Commit 364f57d

Browse files
committed
Update URLs to electronut repos
1 parent 21783e5 commit 364f57d

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

README.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino Core for Electronut labs bluey
22

3-
Uploading without programmer requires bootloader programmed on the board. [Repo](https://github.com/ntavish/bluey_serial_dfu_bootloader/)
3+
Uploading without programmer requires bootloader programmed on the board. [Repo](https://github.com/electronut/bluey_serial_dfu_bootloader/)
44

55
## Installing
66

@@ -9,7 +9,7 @@ Uploading without programmer requires bootloader programmed on the board. [Repo]
99
1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (At least v1.6.12)
1010
2. Start the Arduino IDE
1111
3. Go into Preferences
12-
4. Add ```https://raw.githubusercontent.com/ntavish/arduino-bluey/master/docs/package_electronutlabs_boards_index.json``` as an "Additional Board Manager URL"
12+
4. Add ```https://raw.githubusercontent.com/electronut/arduino-bluey/master/docs/package_electronutlabs_boards_index.json``` as an "Additional Board Manager URL"
1313
5. Open the Boards Manager from the Tools -> Board menu and install "Electronut labs nRF5 Boards"
1414
6. Select 'Electronut labs bluey' from the Tools -> Board menu
1515

@@ -55,17 +55,6 @@ __NOTE__: To roll back to the original driver go to: Device Manager -> Open Devi
5555
10. Click "Accept" to accept license and continue, or "Decline" to decline and abort
5656
11. If accepted, SoftDevice binary will be flashed to the board
5757

58-
### From git (for core development)
59-
60-
1. Follow steps from Board Manager section above
61-
2. ```cd <SKETCHBOOK>```, where ```<SKETCHBOOK>``` is your Arduino Sketch folder:
62-
* OS X: ```~/Documents/Arduino```
63-
* Linux: ```~/Arduino```
64-
* Windows: ```~/Documents/Arduino```
65-
3. Create a folder named ```hardware```, if it does not exist, and change directories to it
66-
4. Clone this repo: ```git clone https://github.com/sandeepmistry/arduino-nRF5.git sandeepmistry/nRF5```
67-
5. Restart the Arduino IDE
68-
6958
## BLE
7059

7160
This Arduino Core does **not** contain any Arduino style API's for BLE functionality. All the relevant Nordic SoftDevice (S110, S130, S132) header files are included build path when a SoftDevice is selected via the `Tools` menu.

docs/package_electronutlabs_boards_index.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"help":{
1818
"online":"https://github.com/electronut/ElectronutLabs-bluey/issues"
1919
},
20-
"url":"https://github.com/ntavish/arduino-bluey/archive/v0.1.1.zip",
20+
"url":"https://github.com/electronut/arduino-bluey/archive/v0.1.1.zip",
2121
"archiveFileName":"v0.1.1.zip",
2222
"checksum":"SHA-256:79b80607dd3637c6ba4e1919a72784c3f3e1ede82684bded7fa1d0aed4a2926d",
2323
"size": "906219",
@@ -118,28 +118,28 @@
118118
"systems": [
119119
{
120120
"host": "i386-apple-darwin11",
121-
"url": "https://github.com/ntavish/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-mac.tar.bz2",
121+
"url": "https://github.com/electronut/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-mac.tar.bz2",
122122
"archiveFileName": "nrfutil-src-0.5.2-SFE-mac.tar.bz2",
123123
"size": "11327272",
124124
"checksum": "SHA-256:4c695c1acc82f1b1adedc1de05d09694c576ad3dba7da713b848cd1c93426773"
125125
},
126126
{
127127
"host": "i686-linux-gnu",
128-
"url": "https://github.com/ntavish/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-linux64.tar.bz2",
128+
"url": "https://github.com/electronut/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-linux64.tar.bz2",
129129
"archiveFileName": "nrfutil-src-0.5.2-SFE-linux64.tar.bz2",
130130
"size": "11555072",
131131
"checksum": "SHA-256:96d8a733a0136e6cd372c64c70b1f663dc29566562de6bf0467896fbf5d2b0a3"
132132
},
133133
{
134134
"host": "x86_64-pc-linux-gnu",
135-
"url": "https://github.com/ntavish/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-linux64.tar.bz2",
135+
"url": "https://github.com/electronut/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-linux64.tar.bz2",
136136
"archiveFileName": "nrfutil-src-0.5.2-SFE-linux64.tar.bz2",
137137
"size": "11555072",
138138
"checksum": "SHA-256:96d8a733a0136e6cd372c64c70b1f663dc29566562de6bf0467896fbf5d2b0a3"
139139
},
140140
{
141141
"host": "i686-mingw32",
142-
"url": "https://github.com/ntavish/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-windows.tar.bz2",
142+
"url": "https://github.com/electronut/arduino-bluey/releases/download/tools/nrfutil-src-0.5.2-SFE-windows.tar.bz2",
143143
"archiveFileName": "nrfutil-src-0.5.2-SFE-windows.tar.bz2",
144144
"size": "11746447",
145145
"checksum": "SHA-256:84d78202970a33e40711bf40a97fcfee02bc7462419d6c9026529afd0c9b2f4a"

0 commit comments

Comments
 (0)