Closed TobiasTi closed 7 years ago
I've replied to Prof. Abke's email. Did the message not arrive? I'll reproduce my answer below:
I didn't look at this in particular. The EV3 firmware is available on https://github.com/mindboards/ev3sources though. One could look there, how the firmware realizes Bluetooth communication. My guess is that you get a rfcomm character device under /dev, which is usable in the same manner as a normal /dev/ttyX.
Hi, I'm using the eclipse plugin as described in: http://c4ev3.github.io/. In my project I want to controll the EV3 via bluetooth (Android). Here is a code snipped, what I'm currently trying to do on EV3 side.
Includes & definitions:
Code:
The function sdp_connect is not connecting to the rfcomm socket on my android device. Is there a better way to access the bluetooth functionalities of the EV3 Brick? I didn't find any information in the official EV3 documentation. I was hoping you'd have some experience in using EV3 bluetooth. Thank you.