All Projects → appcoda → HealthKit-and-Bluetooth-HRM

appcoda / HealthKit-and-Bluetooth-HRM

Licence: other
A simple Core Bluetooth demo

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to HealthKit-and-Bluetooth-HRM

Textdetection
Vision Framework Demo on Text Detection
Stars: ✭ 173 (+239.22%)
Mutual labels:  demo-app, tutorial-code, xcode9
ChatbotHotel
A Chatbot demo for DialogFlow (Formerly called API.AI)
Stars: ✭ 34 (-33.33%)
Mutual labels:  demo-app, tutorial-code, xcode9
QR-Scanner
A React Native QR code scanner app built using Expo
Stars: ✭ 17 (-66.67%)
Mutual labels:  demo-app, tutorial-code
Image-Uploader
A simple demo for macOS Development
Stars: ✭ 16 (-68.63%)
Mutual labels:  tutorial-code, xcode9
Coremldemo
A simple demo for Core ML
Stars: ✭ 90 (+76.47%)
Mutual labels:  tutorial-code, xcode9
Fullscreencamera
A Full Screen Camera App written in Swift
Stars: ✭ 131 (+156.86%)
Mutual labels:  demo-app, xcode9
ARKitPhysics
ARKit Demo for Physics
Stars: ✭ 21 (-58.82%)
Mutual labels:  tutorial-code, xcode9
JavaFX-Tutorial-Codes
General program examples that I use for tutorials in 'GenuineCoder' YouTube channel
Stars: ✭ 87 (+70.59%)
Mutual labels:  demo-app, tutorial-code
ARKitImageRecognition
ARKit 1.5 - Image Recognition Demo
Stars: ✭ 34 (-33.33%)
Mutual labels:  tutorial-code, xcode9
FirebaseLoginDemo
A simple demo for Firebase Signup & Login
Stars: ✭ 17 (-66.67%)
Mutual labels:  demo-app, tutorial-code
RichNotifications
No description or website provided.
Stars: ✭ 44 (-13.73%)
Mutual labels:  xcode9
lumen-realworld-example-app
Exemplary real world backend API built with Lumen + MongoDB
Stars: ✭ 50 (-1.96%)
Mutual labels:  demo-app
Customized-Popup
Customized popup provides you independency related to how you want to show a popup according to your UX.
Stars: ✭ 13 (-74.51%)
Mutual labels:  xcode9
fer
Facial Expression Recognition
Stars: ✭ 32 (-37.25%)
Mutual labels:  tutorial-code
UnityTutorials-RTS
The code for my series of tutorials on how to make a real-time stategy (RTS) game in the well-know Unity game engine (with C# scripting)!
Stars: ✭ 256 (+401.96%)
Mutual labels:  tutorial-code
demo-firebase-js
A simple Web application that demonstrates how the end-to-end encryption works. The application uses firebase as a backend service for authentication and chat messaging, and Virgil E3Kit SDK for end-to-end encryption.
Stars: ✭ 31 (-39.22%)
Mutual labels:  demo-app
travis-ci-tutorial-java
Just to learn how to use travis-ci in a java project!
Stars: ✭ 38 (-25.49%)
Mutual labels:  tutorial-code
The-Overly-Complicated-Random-Number-Generator
An Overly Complex Random Number Generator, created to demystify how containers work.
Stars: ✭ 25 (-50.98%)
Mutual labels:  tutorial-code
how-to-build-your-own-uber-for-x-app
Code for my blog post on How to Build Your Own Uber-for-X App
Stars: ✭ 138 (+170.59%)
Mutual labels:  tutorial-code
drf-jwt-example
Code samples of the tutorial "How to Use JWT Authentication with Django REST Framework"
Stars: ✭ 31 (-39.22%)
Mutual labels:  tutorial-code

A Simple Core Bluetooth demo

Developed by Andrew Jaffee

As iOS developers, we’re very aware that humans love connectivity. Obviously, we love to communicate with each other using wireless devices. More recently, we’ve come expect that we can communicate with what once were considered standalone, ordinary devices. We’ve come to love, even expect, that some of those wireless devices can gather and analyze data about ourselves (usually “wearables”). So many devices have become intrinsic parts of our lives that we’ve coined a now commonly-used phrase, the “Internet of Things” or “IoT.” There are now billions of wireless, communicable devices on the planet. In this tutorial, we’re going to focus on just one segment of the IoT: Bluetooth®.

I’ll explain the essential concepts behind Bluetooth® technology, plus:

  • Show you how getting proficient in Bluetooth® software development presents you with a tremendous career opportunity
  • Remind you that you can’t distribute an app that uses Bluetooth® without determining if you need to go through “qualification”
  • Provide you with an overview of Apple’s Core Bluetooth framework (see also here)
  • Finally, walk you through the development of an iOS app in Swift 4 that monitors a person’s heart rate via Core Bluetooth via a Bluetooth® device.

For the full tutorial, please refer to:

https://www.appcoda.com/core-bluetooth

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].