简体   繁体   中英

Can I connect from my Android phone to a wearable watch which connects to my PC?

I am want to send a file from my phone (Samsung Galaxy S5) to my wearable Samsung Galaxy which would then send it to my PC (all at once). All this is done via Bluetooth of course. The purpose of doing this is just for learning purposes and gaining knowledge on android programming. In other words, I want to transfer data over multiple devices using Bluetooth at the same time.

I would like to know if this is possible because this is a project that really interests me but I don't want to waste time if it can't be done. Let me know if further explanation is required.

Start by looking at the Samsung Accessory SDK . This defines the communication link between the phone and the watch. The underlying protocol is BlueTooth with help from libraries that ship with the Samsung Gear Manager app, available from the Samsung Galaxy Apps store.

There is no way currently to communicate directly from the PC to the watch--the phone will have to be the intermediary.

PC <---> Samsung phone/tablet <----> Gear watch

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM