• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Samsung Smartwatch as Proximity Switch : Part I

By Abhishek Ghosh February 6, 2020 7:12 pm Updated on March 9, 2020

Samsung Smartwatch as Proximity Switch : Part I

Advertisement

It is not just easy to use the BLE of Samsung Galaxy Smartwatch. Because BLE of Samsung Galaxy Smartwatch is designed to work with their intended purposes, such as Samsung Flow software. Reading our previous article on GATT will help to understand the basic things we need to know to work with ESP32.

We need to obtain the BLE hardware address, Service UUID and Characteristic UUID of the server. BLE can be programmed to work either as a server or as a client. Indeed, Samsung Galaxy Smartwatch works both as client and server. For our purpose of the title, we need the Samsung Galaxy Smartwatch to work as a server. Open Google Play on your smartphone and find the application named nRF connect. Install the app. Now open the app. The application has an option to scan BLE hardware.

Now bring your Samsung Smartwatch closer to the smartphone running the application named nRF connect. Rotate the bezel to find the application named “Samsung Flow”. Tap the application to launch. Swipe through the introduction and proceed to the option “manage devices”. It will make the BLE visible to the other devices for a while. You’ll see that the Samsung Smartwatch will appear as a separate tab in the nRF Connect app. It may take a few attempts to find the watch from nRF connect. Ultimately you’ll get something like the below screenshot :

Advertisement

---

Samsung Smartwatch as Proximity Switch

You can match the UUID from the official website:

Vim
1
2
3
#
https://www.bluetooth.com/specifications/gatt/services/
#

Get the BLE hardware address from the log option of the nRF Connect application. We need to make the ESP32 to discover the Samsung Smartwatch (BLE server), connect to it and remains paired. In this way, we can set condition via code so that when the pairing will be lost then action will be performed, such as turning off of a relay or LED connected with ESP32. From this part of the guide, we can write three lines :

Vim
1
2
3
static BLEUUID serviceUUID("paste-here"); //Service UUID
static BLEUUID    charUUID("paste-here"); //Characteristic UUID
String My_BLE_Address = "paste-here"; //Hardware Bluetooth MAC of watch

You can read this PDF :

Vim
1
2
3
#
https://github.com/nkolban/esp32-snippets/blob/master/Documentation/BLE%20C%2B%2B%20Guide.pdf
#

Click here to read the part II of this series.

Tagged With samsung proximity watch
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Samsung Smartwatch as Proximity Switch : Part I

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Samsung Smartwatch as Proximity Switch : Part IV

    In the previous part of this topic (here is part III), we provided a sample code to create a basic BLE scanner. The code makes the ESP32’s on-board LED to turn on whenever the watch comes in proximity. In our earlier parts of this series, we talked about filtering the MAC address and practical matters […]

  • ESP32 BLE Server with Android App

    BLE only works when one communication is active and stays ON. Else it remains in sleep mode. Beacons are great usage of BLE. In our series of articles on Samsung Smartwatch as Proximity Switch, we have used the ESP32 as client. In this article, we are talking about using ESP32 BLE as a server. In […]

  • Samsung Smartwatch as Proximity Switch : Part II

    This second part of the guide (here is the first part) ideally should have the working code matching with the title! But, ESP32 with Arduino IDE is not completely bug-free with BLE. So, instead of directly going to the topic, it will be practical for us to show some basic example codes which the readers […]

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy