From 5297f93f5e7f06fc08bbdfa389e27e1bbcfc44c8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 16 Dec 2019 10:00:46 +0100 Subject: [PATCH 1/2] Replace dead links by GitHub and Web Archive ones Enables the registration of RFduino boards in the Arduino IDE Board Manager https://gist.github.com/Alkarex/6b9a7f2e311805b6e238419e145b6c67 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6964b68..96ed47a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ ## Communicating with us -The best way to communiate with us is on the [RFduino Forum](http://forum.RFduino.com). +The best way to communiate with us is on the [RFduino Forum](https://web.archive.org/web/2017/http://forum.RFduino.com) (obsolete) or [Arduino Forum](https://forum.arduino.cc). ## Installation -* Get the [RFduino hardware](http://RFduino.com). +* Get the [RFduino hardware](https://web.archive.org/web/2017/http://www.rfduino.com/) (obsolete). * Install the [FTDI drivers](http://www.ftdichip.com/Drivers/VCP.htm). @@ -19,7 +19,7 @@ The best way to communiate with us is on the [RFduino Forum](http://forum.RFduin * Note: The default Package in Ubuntu 16.04 is to old 1.5.3 and does not support adding hardware support. * Open Arduino - * Edit Preferences, and add ```http://rfduino.com/package_rfduino166_index.json``` to Additional Board Manager URLs and save. + * Edit Preferences, and add ```https://gist.githubusercontent.com/Alkarex/6b9a7f2e311805b6e238419e145b6c67/raw/6014fe42f7e06dae483af633d6e81a30e0521183/package_rfduino166_index.json``` to Additional Board Manager URLs and save. ![preferences](preferences.png) * Open the Boards Manager under ```Tools->Board``` menu. * Select the RFduino package at the end of the list, and click Install to install it. @@ -61,8 +61,8 @@ sudo usermod -aG dialout * Select ```Upload``` to compile, upload and execute the sketch * Download the iPhone example apps from the iPhone App Store (search for ```RFduino```). - * Detailed instructions for the Temperature app are available [here](http://files.rfdigital.com/rfduino.temperature.guide.pdf). - * Detailed instructions for the ColorWheel app are available [here](http://files.rfdigital.com/rfduino.rgb.colorwheel.guide.pdf). + * Detailed instructions for the Temperature app are available [here](https://web.archive.org/web/2014/http://files.rfdigital.com/rfduino.temperature.guide.pdf). + * Detailed instructions for the ColorWheel app are available [here](https://web.archive.org/web/2014/http://files.rfdigital.com/rfduino.rgb.colorwheel.guide.pdf). ## RFduinoApps From 94484c2084fd140c371bde37bfdd211c02069fdc Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 17 Jan 2020 14:09:27 +0100 Subject: [PATCH 2/2] Update gist link to newer version https://gist.github.com/Alkarex/6b9a7f2e311805b6e238419e145b6c67 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ed47a..db5b5c7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The best way to communiate with us is on the [RFduino Forum](https://web.archive * Note: The default Package in Ubuntu 16.04 is to old 1.5.3 and does not support adding hardware support. * Open Arduino - * Edit Preferences, and add ```https://gist.githubusercontent.com/Alkarex/6b9a7f2e311805b6e238419e145b6c67/raw/6014fe42f7e06dae483af633d6e81a30e0521183/package_rfduino166_index.json``` to Additional Board Manager URLs and save. + * Edit Preferences, and add ```https://gist.githubusercontent.com/Alkarex/6b9a7f2e311805b6e238419e145b6c67/raw/0fa858b8c60b9cdddcce2d5c501eca3f866ed62b/package_rfduino166_index.json``` to Additional Board Manager URLs and save. ![preferences](preferences.png) * Open the Boards Manager under ```Tools->Board``` menu. * Select the RFduino package at the end of the list, and click Install to install it.