https://github.com/don/rfduino-logreader
https://github.com/don/rfduino-logreader
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/don/rfduino-logreader
- Owner: don
- Created: 2013-11-21T23:36:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T23:37:03.000Z (over 12 years ago)
- Last Synced: 2025-01-05T07:44:22.290Z (over 1 year ago)
- Language: JavaScript
- Size: 6.65 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Proof of concept sketch for uploading files from RFduino over Bluetooth Low Energy.
Note that this is an abuse of Bluetooth low energy and probably a bad idea.
# RFduino
Load RFduinoFileUploader.ino onto your RFduino.
Put a log file, "sample.log" onto the SDcard. Start with a small file (less than 10 kb.)
# Phone
Works on iOS or Android with Cordova (PhoneGap)
$ cordova platform add ios
$ cordova plugin add com.megster.cordova.rfduino
$ open platforms/ios/LogReader.xcodeproj
Use Xcode to deploy the code to your iPhone.