Search found 2 matches
- 01:14, 16 Nov 2014
- Forum: Questions and answers
- Topic: how to send print from Arduino to client app thru BLE?
- Replies: 9
- Views: 427971
Re: how to send print from Arduino to client app thru BLE?
Hi, The functions passed to evothings.ble.enableNotification are not evaluated at the time of the actual call to evothings.ble.enableNotification, but later, when data is available or there is an error. Such functions are called "callback functions". Notice that in this case, the callback...
- 23:55, 15 Nov 2014
- Forum: Questions and answers
- Topic: Reading data from BLE into the ON/OFF BLE example
- Replies: 1
- Views: 17603
Reading data from BLE into the ON/OFF BLE example
Hello everyone, I'm a newbie in this. I'm modifying the "Arduino LED On/Off BLE" example and I would like to know how could I read the data sent to my app.
I tried the "Arduino BLE" example, but it has a 7 seconds lag.
Any help would be appreciated!!
Thanks!!
I tried the "Arduino BLE" example, but it has a 7 seconds lag.
Any help would be appreciated!!
Thanks!!