-
Notifications
You must be signed in to change notification settings - Fork 1
Bluetooth emulation
decltype(auto) edited this page May 31, 2020
·
4 revisions
Code using the Arduino Bluetooth library using is supported, and connection can be established with an Android library if both the host and the phone are on the same network.
Functional requirements:
The system shall support user code which uses the Bluetooth Arduino libraryThe system shall be able to connect to a phone which uses the emulator remote library for Android and tunnel Bluetooth data transfers between the user code and the mobile code
Non-functional requirements:
The latency should be minimal
ItJustWorks™