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

Skip to content

Commit c5f88a7

Browse files
committed
Linux RFDLoader
1 parent af4a0fd commit c5f88a7

File tree

109 files changed

+43
-8212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+43
-8212
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
CHANGELOG
22

3+
v 2.3.1
4+
- RFduino linux native support (test install on Ubuntu 14.04 32bit & 64bit, Fedora 21,
5+
OpenSUSE 13.2)
6+
- Created http://github.com/RFduino/RFduinoApps repository for separate installation
7+
of projects/previews/demos. Separate installation should make finding them easier.
8+
- Moved iPhone Apps folder to RFduinoApps repository.
9+
- Added Raspberry PI folder to RFduinoApps to demonstrate Raspberry PI & RFduino
10+
integration.
11+
312
v 2.3
413
- Fixes required to support Arduino 1.6.3
514
(NOTE: Arduino 1.6.3 or higher is now required for RFduino 2.3 or above).

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@ Select the board and port, and you're ready to go!
2424

2525
Detailed instructions are available in our [Quick Start Guide](http://files.rfdigital.com/rfduino.quick.start.guide.pdf).
2626

27+
## Linux
28+
29+
```
30+
// FTDI drivers are not needed (they are built into the kernel)
31+
wget http://downloads.arduino.cc/arduino-1.6.3-linux64.tar.xz
32+
tar -xf arduino-1.6.3-linux64.tar.xz
33+
```
34+
35+
Ubuntu: sudo apt-get install default-jre
36+
Fedora: sudo yum install jre
37+
OpenSUSE: sudo zypper install jre
38+
39+
```
40+
// otherwise the com port open will fail with permission denied (you must logout/login for change to take effect)
41+
sudo usermod -aG dialout <username>
42+
```
43+
2744
## Getting Started
2845

2946
* Attach the USB shield
@@ -40,6 +57,10 @@ Detailed instructions are available in our [Quick Start Guide](http://files.rfdi
4057
* Detailed instructions for the Temperature app are available [here](http://files.rfdigital.com/rfduino.temperature.guide.pdf).
4158
* Detailed instructions for the ColorWheel app are available [here](http://files.rfdigital.com/rfduino.rgb.colorwheel.guide.pdf).
4259

60+
## RFduinoApps
61+
62+
Check out the [RFduinoApps](http://github/RFduino/RFduinoApps) repository for iPhone App source code & RFduino to Raspberry Pi integration projects.
63+
4364
# Communicating with us
4465

4566
The best way to communiate with us is on the [RFduino Forum](http://forum.RFduino.com).

RFDLoader.exe

100755100644
-113 KB
Binary file not shown.

RFDLoader32_linux

17.5 KB
Binary file not shown.

RFDLoader32_osx

24.3 KB
Binary file not shown.

RFDLoader_linux

18.4 KB
Binary file not shown.

RFDLoader_osx

22.7 KB
Binary file not shown.

RFDLoader_pi

22.1 KB
Binary file not shown.

iPhone Apps/rfduino/AppDelegate.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

iPhone Apps/rfduino/AppDelegate.m

Lines changed: 0 additions & 102 deletions
This file was deleted.

iPhone Apps/rfduino/CustomCellBackground.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

iPhone Apps/rfduino/CustomCellBackground.m

Lines changed: 0 additions & 81 deletions
This file was deleted.

iPhone Apps/rfduino/RFduino.h

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)