veeru
About
- Username
- veeru
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
I think I found the guide/example : http://projects.mbientlab.com/persistent-events-and-filters/ thanks, Veeru
-
Matt,Sorry for getting back late but thanks for the info. Could you guide me on how to do offline logging ? I am still new to IOS development so finding the journey difficult, my background is C# and Arduino. Sorry for being silly in my questions. …
-
Never mind. I created a new MBLI2CData object for each register I wanted to write and it worked. I don't like this idea of creating so many objects and sending instructions via bluetooth, it would be awesome if we can put all the I2C code into mbien…
-
Another question regarding I2C: I have a sensor that needs 3 registers to activate it. In arduino, I do wire.begintransmission(address); followed by wire.write(value) to write in subsequent registers. I am not able to reciprocate it with metawear, a…
-
actually my bad, since it has cocoa pods I should build xcworkspace and not xcodeproject. It works.
-
Ld...... //Library/Developer/Xcode/DerivedData/MetaWearApiTest-dqjxfxyysfumfaaxewxuwccjnern/Build/Products/Debug-iphoneos/MetaWearApiTest.app/MetaWearApiTest ld: library not found for -lMBProgressHUD clang: error: linker command failed wit…
-
-
Thanks Laura