DylanMach1
About
- Username
- DylanMach1
- Joined
- Visits
- 41
- Last Active
- Roles
- Member
Comments
-
bumping again, btw on macos12.3 bluetooth issues are resolved and it again looks like I am just having issues with this library. it keeps crashing on the mbl_mw_sensor_fusion_set_mode it would be very helpful to have a c++ example that I can r…
-
anyone else come across this, maybe more related to this: https://developer.apple.com/forums/thread/694146
-
bump on this one? we have been stuck for about a month now and customers have been complaining
-
for clarity here is the interfacing we built for the metamotion lib: https://github.com/Mach1Studios/ofxMetaMotion/tree/test/remove-declares that branch is specifically where we are trying to debug more specifically
-
using the Cpp repo directly, codebase used to work no issue and same codebase works on some machines and not others (only glaring difference being version of macOS) it crashes here: Enqueued from com.apple.CoreBluetooth.CBCentralManager (Thread …
-
Hi laura, fantastic news! As someone who uses the cpp SDK to make interfacing for an openframeworks addon I wanted to know if this exists in the cpp side as well, i quickly went through the commit diffs but didnt see anything obvious like i did i…
-
Hi Laura, just checking if there was an update on this topic yet
-
is there an xcode cpp example that doesnt use cocapods?
-
I am trying to compile https://github.com/mbientlab/MetaWear-SDK-Cpp into a universal binary library which is now required for BigSur (or macos 11+) I am struggling trying to figure out the makefile supplied in here as it needs to not include symb…
-
sorry i did not respond, i got it working in cpp, i was just missing a pointer reference to the board in one of my functions
-
@Laura thanks!
-
Are there any examples of how to stream any orientation or data via USB from MMS or is that also still in progress?