Hello,
I'm searching for a simple example running on a Mac machine. I'm stuck in a MblMwBtleConnection structure where I have to provide some functions. Where can I find these needed functions ?
Thanks!
Please use the Starter Project as a reference: https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/tree/master/StarterProject
Is there a "simple" C/C++ code there ? I have tried to install Cocoapods but fail somewhere
Can you post your coacoapods failure? We can try to help debug it. Please check the tutorials website for C examples: www.mbientlab.com/tutorials.
Quoted in C++ tuto -- The library only constructs the bytes for communicating with the MetaWear platform, it does not contain any Bluetooth LE code.
But the swift libraries leverage the Apple Core Bluetooth framework. Why are you not using those?
Comments
Please use the Starter Project as a reference: https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/tree/master/StarterProject
Is there a "simple" C/C++ code there ?
I have tried to install Cocoapods but fail somewhere
Can you post your coacoapods failure? We can try to help debug it.
Please check the tutorials website for C examples: www.mbientlab.com/tutorials.
Quoted in C++ tuto
-- The library only constructs the bytes for communicating with the MetaWear platform, it does not contain any Bluetooth LE code.
But the swift libraries leverage the Apple Core Bluetooth framework. Why are you not using those?