MetaWear APIs¶
Our free and open source APIs allow developers to send commands to the board. These commands include accessing sensor data, setting up recordings, turning on LEDs and so on.
You must be comfortable with programing and IDEs to use our APIs (a minimum of 2 years of coding experience is recommended):
Language |
OS |
Tools/IDE |
Details |
Bluetooth |
Code |
Tutorials |
API docs |
---|---|---|---|---|---|---|---|
Android |
Android Studio |
Java |
android.bluetooth |
||||
iOS |
XCode |
C++ wrapper |
Core Bluetooth |
||||
Linux |
Node.JS |
C++ wrapper |
Noble |
||||
Linux |
Scripts/CLI |
C++ wrapper |
Warble |
||||
Windows |
Scripts/CLI |
C++ wrapper |
Warble |
||||
Library |
Agnostic |
C++ |
None |
The main library is written in C++ and is platform agnostic. The Python, Javascript, and Swift APIs are wrappers around the C++ library along with their platform specific Bluetooth libraries.