Hello,
I want to send and receive sensor data between Arduino 101.
I saw some examples but most of them are Arduino to Android or IOS.
*Arduino 101(A) -- BLE --> Arduino 101(B)
Thanks!
Hello,
I want to send and receive sensor data between Arduino 101.
I saw some examples but most of them are Arduino to Android or IOS.
*Arduino 101(A) -- BLE --> Arduino 101(B)
Thanks!
I saw some examples but most of them are Arduino to Android or IOS.
So, you know how to send data. Receiving data from the bluetooth serial port is no different from receiving it from the regular serial port.
So, what is the problem?