heathborders
I got a MetaWear to build a wearable I can put inside a necklace for my wife that will vibrate when her iPhone 5S gets a notification. I've never done any embedded development before, but I'm an experienced iOS and Android developer, so hopefully this is within my grasp. Any help anyone can provide is greatly appreciated!
About
- Username
- heathborders
- Joined
- Visits
- 36
- Last Active
- Roles
- Member
Comments
-
Thanks. I'll give this a try!
-
Yep. That works fine. I've posted a video demonstrating that complete interaction.
-
>1. Just want to double check that you have the latest firmware on the MetaWear (0.9.0) How do I tell what version I'm running? I ran "Check for firmware updates" on the code from my github repo, and it said I'm up to date. >2. What versi…
-
I'll check all this stuff tonight. Thanks again for your help.
-
The results are the same as I've always had. I'm sending an SMS message from the hangouts app on my Nexus 5 to my iPhone 5S. It shows up in a thread labeled "Heath Borders". I've created a video to show you the entire process [1]. Also, I've uploade…
-
Thanks for the feedback. I can't try it tonight, but I'll do it tomorrow and see how it works out. I'll create a project on github and post it here.
-
Great. Thanks!
-
Do you have any update on this? It's pretty frustrating since ANCS is the whole reason I bought a MetaWear.
-
I've attached the battery, and my LED now flashes with arbitrary colors, but I still can't filter based on any attribute data yet. What iOS devices was this functionality tested with? I can test on an iPhone 4S, 5S, and 6.
-
I just pulled the ANCS sample code, and it looks like a great start. When I run the ANCS sample code, I see my LED flashing in response to an initial connection to the device, but my LED never flashes when I receive a text message. I also adde…
-
Sorry, "think about using notifications"
-
That's all I wanted to do. I'd love to see a matrix of what the notification attributes contain from different apps (iMessage, Mail, Facebook, Twitter, etc)
-
What do you mean by "thing about using notifications"? I'm only using logging to verify that I'm setting up my filters properly. Eventually, I'm just going to show a light or a vibrate the motor or something.
-
Thanks!
-
Now, I reset the device between tests and I was able to get my handler callback to fire. However, it contained an empty array and no error. I sent 1 text message, so there should have been at least 1 event. The working code is below: - (IBA…
-
Previous message should be @Heath Borders
-
I was able to get the MetaWear to receive ANCS notifications again by resetting the device. Still, it seems like I discovered some kind of bug.
-
I also tried MBLANCSNotificationAttributeIDSubtitle and @Heath Bordesr for my notification attribute ID and attribute data respectively, but that caused MetaWear to drop my connection when I called -[MBLEvent downloadLogAndStopLogging:handler:progre…
-
I'd like more information on interacting with the ANCS service. I want the MetaWear to vibrate when I receive an ANCS notification.
-
My Pebble uses BLE and it works pretty reliably up to 50 feet (15 meters).