Search found 2 matches
- 21:12, 06 Nov 2015
- Forum: Questions and answers
- Topic: How to send data from RFduino to app?
- Replies: 2
- Views: 19777
Re: How to send data from RFduino to app?
I found the solution here: https://evothings.com/forum/viewtopic.php?t=1383
- 21:50, 10 Oct 2015
- Forum: Questions and answers
- Topic: How to send data from RFduino to app?
- Replies: 2
- Views: 19777
How to send data from RFduino to app?
The RFduino LED On/Off shows how to send data from the app to RFduino. The app uses device.writeDataArray and the RFduino uses RFduinoBLE_onReceive(char *data, int len).
Now I want to send data to the app. I guess the RFduino can use RFduinoBLE.send(). But I do not know how the app can receive this.
Now I want to send data to the app. I guess the RFduino can use RFduinoBLE.send(). But I do not know how the app can receive this.