Page 1 of 1

Reading data from BLE into the ON/OFF BLE example

Posted: 23:55, 15 Nov 2014
by juan92
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!!

Re: Reading data from BLE into the ON/OFF BLE example

Posted: 11:31, 21 Nov 2014
by micke
Hello Juan,

Arduino BLE is the example available right now for reading data from an Arduino via a BLE shield.

There is a new example in Evothings 1.0.0 called Arduino Input TCP that demonstrates reading using a WiFi shield or Ethernet shield. Perhaps you could use that for inspiration.

I am curious about the 7 second lag you are seeing. Is that when you turn the potentiometer knob? When I have tested it it is instant, so this is an issue to investigate.

Best regards, Mikael