Questions tagged [smart-device]

A smart device is an electronic device, generally connected to other devices or networks via different wireless protocols such as Bluetooth, NFC, Wi-Fi, 3G, etc., that can operate to some extent interactively and autonomously.

148 questions
0
votes
2 answers

How To Use WebService In Windows Smart Phone 6?

I am Developing one Windows Smart Phone - 6 Application using C# in .Net 3.5 Framework. And I have created one Webservice project using ASP.Net Web Service Application 3.5. Into this Webservice project I have define Service1.asmx. Now I would like…
0
votes
0 answers

CSS/JQUERY – Check if website is being viewed on Smart TV or Smart Fridge

I've designed a website which users are encouraged to use on their phones and laptops. However, when I view the website on a Smart Fridge and Smart TV, I want it to display a div which shows the logo and a QR code to scan. Is there a CSS query which…
Sam
  • 51
  • 5
0
votes
1 answer

Smart home google action not responding and device is always offline

I created a smart home action using action-on-google and nodeJs, and it works fine. When you say turn on switch off, it sends MQTT request to my server, means that onExecute function works fine but the problem is that google doesn't respond to my…
0
votes
2 answers

Deploy a program that includes Microsoft.Smartdevice.Connectivity assembly

I am using Microsoft.Smartdevice.Connectivity assembly as a part of a larger application. Now I have to deploy that application and I can't find any info in regarding to deploying such applications. Even on the msdn resource page there is a question…
David Božjak
  • 16,887
  • 18
  • 67
  • 98
0
votes
0 answers

How do wifi bulbs pair with the mobile

I have been working on making a commercial-equivalent smart WiFi bulb. I cannot understand how the bulb pairs with the app on smartphone and gains access to the Internet through my personal modem. The bulb cannot communicate through the personal…
gagrim808
  • 1
  • 1
0
votes
1 answer

Trigger Google Nest Camera to Take Image

I know this is a relatively simple question, but it is unclear to me if it is possible to schedule the google nest camera to take an image every 15 minutes and have it upload to the cloud. I have looked at the SDM (Smart Device Management) API and…
0
votes
1 answer

Selecting the connected device (Microsoft.SmartDevice.Connectivity)

I am using Microsoft.SmartDevice.Connectivity to connect to my device and use classes like FileDeployer. I am puzzled about the propper way to connect to the device. I am currently doing this: DatastoreManager dsmgr = new…
David Božjak
  • 16,887
  • 18
  • 67
  • 98
0
votes
1 answer

Deleting a file from a smart device (Windows mobile 6.1) using the Smart Device Connectivity API

I'm using Smart Device Connectivity API to transfer files (with FileDeployer class) to my smart device (Windows mobile 6.1) and start processes (using RemoteProcess class) etc. But I can't find a way to delete a file from the device. The msdn site…
David Božjak
  • 16,887
  • 18
  • 67
  • 98
0
votes
1 answer

Nest Thermostats Have disappeared from Google Smart Device Management API

I was using the Smart Device Management API flawlessly for over a month, then this week.. 1 of 2 thermostats disappeared. (A couple questions on StackOverflow saying "There should be two as I'm setting this up."), but I HAD both of them. Just today…
blacktj
  • 173
  • 1
  • 16
0
votes
1 answer

Icon doesn't show up in the CAB installer

I have added icon.ico file (custom made) in my VS project for smart device application. I also created a CAB installer project. The icon.ico is supposedly automatically appears as a shortcut icon, but it doesn't work for me. Do I have to add…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
0
votes
0 answers

Consume ASP.Net Web API in Smart Device application

I have this Smart Device application that is going to run in a Zebra MC9200 pocket pc (with Windows CE 7). I have already made the UI without any problems, and now I need to consume my ASP.Net Web API on the application, so I can get and post data…
0
votes
1 answer

Data payload for ZigBee thermostat to change the system mode of the thermostat in API mode

Can anyone tell me what is the data payload to change the system mode of the ZigBee based thermostat? I have found the cluster ID and attribute ID for the system mode i.e 0x0201 (cluster ID) & 0x001C (attribute ID) but unable to frame the data…
kaviarasan
  • 115
  • 2
  • 13
0
votes
1 answer

Importing C++ DLL into C# Smart Device Application

I am asking this question after I looked up tons of blogs and webpages and tried almost everything people explained. I have no problem with importing C++ Win32 DLL into C# Windows Application. And it was actually straight forward. But what I am…
DynamicScope
  • 695
  • 9
  • 26
0
votes
1 answer

Parse result into JSON using Python and Flask

Now, I managed to successfully pull basic information from my smart device onto the terminal using pyHS100 on python (v3.6) using the following code from pyHS100 import SmartPlug from pprint import pformat as pf plug =…
Dein
  • 25
  • 9
0
votes
0 answers

Windows application (Smart Device Project). How to capture Screen?

I just want to capture the screen in .Net Framework 2.0 with Smart Device application. Not working: Graphics g = Graphics.FromImage(screen); g.CopyFromScreen(SystemInformation.VirtualScreen.X, SystemInformation.VirtualScreen.Y,0,…
Sudhir
  • 9
  • 1
  • 8