Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aed75e8

Browse files
committed
arduino 1.6.4 support
1 parent 31bdbe5 commit aed75e8

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,27 @@
1010

1111
* Install the [FTDI drivers](http://www.ftdichip.com/Drivers/VCP.htm).
1212

13-
* Download [Arduino 1.6.3](http://arduino.cc/en/Main/Software) on newer.
13+
* Download [Arduino 1.6.4](http://arduino.cc/en/Main/Software) or newer.
1414
* _Mac OS X_: Requires Java 6 to be installed. Available [here](https://support.apple.com/kb/DL1572?locale=en_US).
1515

1616
* Open Arduino
17-
* edit preferences, and add rfduino.com as the Server (HTTP) under Proxy Settings and save.
17+
* Arduino may not start properly if another version has been previously installed and the Preferences are incompatible. You can reset the Preferences by deleting the following directory:
18+
* _Windows_: %appdata%/Arduino15 (open File Explorer, enter %appdata% into the Address Bar and press Enter)
19+
* _Mac OS X_: ~/Library/Arduino15 (open Finder, and ```Go->Go to Folder```)
20+
* _Linux_: ~/.arduino15
21+
* Edit Preferences, and add http://rfduino.com/package_rfduino_index.json to Additional Board Manager URLs and save.
1822
![preferences](preferences.png)
19-
* Open the Boards Manager under Tools->Board menu.
23+
* Open the Boards Manager under ```Tools->Board``` menu.
2024
* Select the RFduino package at the end of the list, and click Install to install it.
21-
* Your new board will now show up in the Tools->Board menu.
25+
* Your new board will now show up in the ```Tools->Board``` menu.
2226

2327
Select the board and port, and you're ready to go!
2428

2529
## Linux
2630

2731
```
2832
// FTDI drivers are not needed (they are built into the kernel)
33+
2934
wget http://downloads.arduino.cc/arduino-1.6.3-linux64.tar.xz
3035
tar -xf arduino-1.6.3-linux64.tar.xz
3136
@@ -41,11 +46,11 @@ sudo usermod -aG dialout <username>
4146

4247
* Attach the USB shield
4348

44-
* Select RFduino from the ```Tools/Board``` menu
49+
* Select RFduino from the ```Tools->Board``` menu
4550

46-
* Select the port from the ```Tools/Port``` menu
51+
* Select the port from the ```Tools->Port``` menu
4752

48-
* Select an example from the ```Files/Examples/RFduinoNonBLE``` or ```Files/Examples/RFduinoBLE``` directory
53+
* Select an example from the ```File->Examples->RFduinoNonBLE``` or ```File->Examples-?RFduinoBLE``` directory
4954

5055
* Select ```Upload``` to compile, upload and execute the sketch
5156

preferences.png

6.36 KB
Loading

0 commit comments

Comments
 (0)