You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*_Mac OS X_: Requires Java 6 to be installed. Available [here](https://support.apple.com/kb/DL1572?locale=en_US).
15
15
16
16
* 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.
18
22

19
-
* Open the Boards Manager under Tools->Board menu.
23
+
* Open the Boards Manager under ```Tools->Board``` menu.
20
24
* 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.
22
26
23
27
Select the board and port, and you're ready to go!
24
28
25
29
## Linux
26
30
27
31
```
28
32
// FTDI drivers are not needed (they are built into the kernel)
0 commit comments