BarryW Active Member Licensed User Longtime User Sep 15, 2017 #1 Can someone post a full example of sending data to BLE. I am using bluno bettle as my BLE. As erel said just use the writedata with service and characteristic (Sorry but I'am confused on this part). Here is the tutorial fo connecting, reading and writing to bluno beetle. https://www.dfrobot.com/blog-283.html
Can someone post a full example of sending data to BLE. I am using bluno bettle as my BLE. As erel said just use the writedata with service and characteristic (Sorry but I'am confused on this part). Here is the tutorial fo connecting, reading and writing to bluno beetle. https://www.dfrobot.com/blog-283.html
Erel B4X founder Staff member Licensed User Longtime User Sep 15, 2017 #2 The first example in that page is classic Bluetooth, not BLE. You should use Serial + AsyncStreams (or AsyncStreamsText) to implement it. Upvote 0
The first example in that page is classic Bluetooth, not BLE. You should use Serial + AsyncStreams (or AsyncStreamsText) to implement it.
BarryW Active Member Licensed User Longtime User Sep 15, 2017 #3 It cannot connect using Serial + AsyncStreams. Just a simple code using writedata. Can you post it. Upvote 0