I have created a smart switch using NodeMcu Esp8266 wireless chip and programmed Websocket to create a TCP protocol to communicate. I wanted to know how should I proceed to interface this with google assistant and host my app on home control settings on Google assistant app?
Google's SDK for android google assistant
Here if you are connecting to a Google Home
Related
I have a Google Home mini, and a CSRMesh bluetooth.
First, I need to pair my bluetooth device with google home, and after create a action for google assistant for light control for device.
I not have idea how start this project and if is possible, somewhere idea?
Actions do not run on the Google Home device itself, and Home devices do not directly manipulate most bluetooth smarthome devices. Instead, these devices rely on a cloud-based server, and the Assistant communicates with this server to control the devices.
Hey Socket Mobile team,
I was wondering if you have plans on integrating with Web Bluetooth. I've tried connecting to my Socket Mobile D750 from chrome://bluetooth-internals on Chrome version 59.0 but I'm getting an error that says Unsupported_Device.
I have the scanner in HID mode. Chrome's documentation says that it supports BLE 4.0, but I couldn't find which version of BLE your scanners have.
No plans right now.
At the time of writing, none of our barcode scanners have BLE. The recently announced D600 RFID reader uses BLE and supports reading using HID mode or a GATT profile - but you wouldn't be able to write tags
However, the upcoming Capture SDK uses HTTP on Android and Windows to communicate between your app and the service. If you are targeting those platforms and are okay with being on the bleeding edge, you could write your own Javascript client.
I am writing a Tizen app (web app/Javascript) for Samsung Gear S2. I am trying to send XHRs, and this works fine as long as connected via WiFi. However, when connected to my phone via bluetooth, there is an error and the connection can't be established.
I have read different information that this might not be possible at all / not be possible due to an SDK bug / only possible when routing the information through an Android app on the phone / etc.
Does anyone of you know what the issue is and how it may be solved?
Thanks!
The bluetooth interface is managed by the SAP (Samsung Accessory Protocol) and you could the SAP SDK to achieve what you want.
http://developer.samsung.com/gear/develop/creating-your-first-app/setup-sdk
Has anyone tried SPP service (RFCOMM) on Google glass? I couldn't find any documentation anywhere listing what kind of Bluetooth protocol or profile that Google glass supports.
I have run an OBEX service search on the glass, and it seemed like Google glass doesn't support OBEX. Other than OBEX, what other BT profile is known to work properly on the glass?
So for SPP service (RFCOMM) you can use the UUID "00001101-0000-1000-8000-00805F9B34FB" as you might already know, I'm using this and it works fine at 115.2K of baudrate.
Then in a separate thread you manage the connection, if you go to the developers portal of Android they have an explained example and good info of the protocol.
Using the Bluetooth APIs, an Android application can perform the following:
-Scan for other Bluetooth devices
-Query the local Bluetooth adapter for paired Bluetooth devices
-Establish RFCOMM channels
-Connect to other devices through service discovery
-Transfer data to and from other devices
-Manage multiple connections
Hope this helps!
Im developing a mobile application in j2me.In my application i connect the mobile with some other device with respect to bluetooth.After connection established i send the command from the mobile to that other device to perform some operations via bluetooth.
Here i does not know how long bluetooth connection remains.Im using javax.bluetooth package.
So please tell me how long (with respect to seconds/minutes,etc) bluetooth connection is remains after connection establishment,Or is there is any bluetooth connection time out in mobile/j2me.H
Here im using nokia s40 series is my targetted device in mobile side.
Im fresh to bluetooth technology.So please forgive my mistakes in the questions.All of them are welcome to provide their ideas.
Thanks and regards,