blee

About

Username
blee
Joined
Visits
9
Last Active
Roles
Member

Comments

  • Just saw a post on LI on this too. Great job!!! Checking this out...
  • @stephen said: For anyone that needs to develop in objective-c I would stick to version 2.X of the MetaWear iOS SDK. You can find the docs here: https://mbientlab.com/iosdocs/2/index.html. Version 3.X, was never tested with objective-c. …
  • That is understood. But the C++ SDK (which Swift wraps) doesn’t handle BLE communication. Swift handles the BLE connection and the C++ SDK just handles message packing and functions after connection has been established. And I’ve experienced prob…
  • Cool! Any further info on this?
  • I’ve also found (with nRF BLE devices, haven’t tested any of your boards yet, but receiving mine today) that depending on iOS and Swift versions, that intermittent weird connection and timeout issues can happen in various circumstances using Swift, …
  • Unfortunate Re: Objective-C Having the base Swift classes class inherit NSObject (or annotated with @objc) and exporting to bridging header shouldn’t require too much effort and would allow Objective-C to import Swift classes natively. Outside o…