Questions tagged [iot]

QUESTIONS MUST BE PROGRAMMING RELATED.. Use a more specific tag for your question instead, e.g. [wifi], [bluetooth], [c], [arduino]

The Internet of Things (IoT) is a novel paradigm where many of the objects that surround us will be connected to the Internet, these objects can be Radio-Frequency IDentification (RFID) tags, sensors, actuators, mobile phones, etc. and through unique addressing scheme, are able to interact with each other and cooperate with their neighbors to reach common goals.

While programming questions about Internet of Things are on-topic here, other questions should be asked on the new Internet of Things Stack Exchange site.

enter image description here

If the question is not programming related then it may be on-topic at Raspberry Pi Stack Exchange, Internet of Things Stack Exchange or Unix & Linux Stack Exchange.

3888 questions
1
vote
1 answer

Implementing real-time Sensor Dashboard

In my current project, we are trying to implement a dashboard that display different sensor values. The following shows functionality. Here, the functionality is -- humidity and temperature sensors periodically sending their values.…
user-517752
  • 1,188
  • 5
  • 21
  • 54
1
vote
1 answer

How to model MQTT broker to enable clients to subscribe to their messages alone?

I am new to MQTT protocol. I tested the MQTT broker which facilitates the publishing from my android phone and subscription of my IOT actuators(Motors). But I am confused, as how to enable actuators to work only from a particular publisher. In…
1
vote
2 answers

Is there any way to multiple deployment UWP to RaspPi2

I want to deploy my universal windows application to raspberry pi 2 devices. I can do that one by one. But how can I deploy multiple pi devices at once? Best regards
1
vote
2 answers

Networking: How do wifi enabled IoT products allow remote access?

I have been looking for an answer to this problem, but I cannot find what I am looking for. I think, perhaps, it is because I lack the knowledge to ask the question in meaningful way. I have been learning a lot about remote access to devices at…
NorMi45
  • 21
  • 4
1
vote
1 answer

Geo spatial Fences Relation w.r.t Individual Devices?

I'm developing a Geo Tracking Mobile App with IBM IOT Service and IBM Geo spatial, I'm Creating Fences for Devices as well, What i'm trying to do in this is to Create Geo fences for Specific Devices, so i only get Geo Alert for That Particulate…
Hafiz Bilal
  • 113
  • 9
1
vote
0 answers

Insider Preview image on Dragon Board fails with Speech Synthesizer

I have been working on a UWP(Universal Windows Platform) on Minnow Board that uses Microsoft's STT synthesizer and it's been working great with the release version of Windows IOT(10.0.10240.16384). After purchasing Dragon Board and getting an…
Dima
  • 95
  • 7
1
vote
2 answers

Prerequisites for building a custom Windows 10 IoT Image?

I just started working with the Windows 10 IoT Core on my Raspberry Pi 2. It is great and I enjoy it. But there is one thing: I want to get rid of all these pre-installed apps and other things. I want to create my custom image so to say. There is a…
LuMa
  • 1,673
  • 3
  • 19
  • 41
1
vote
1 answer

Can I run the Grove image on BBB?

I have a BBB revision A5 and would like to fast track AWS-iot testing. I am thinking of using the BB Green image as this might have some advantages. Can I just download the Grove image and use it?
skvery
  • 336
  • 2
  • 16
1
vote
2 answers

Push notification from Carriot to iOS

I am doing one of the IoT application which uses Carriot SDK for data collection. I am also developing application on iOS to see the data present on carriot. To display the data on device i am using Carriot API's. Is there any way in which…
Akshay Aher
  • 2,525
  • 2
  • 18
  • 33
1
vote
1 answer

Is it possible for one device to subscribe to MQTT events or commands from another device on IBM IoTF?

I am building an iOS app to control my Raspberry Pi over MQTT. I want to be able to send control commands from my iPhone to the Pi and have the Pi respond with a status update. The Pi is running Node-RED and can both send and receive both events and…
DSchultz_mo
  • 143
  • 1
  • 1
  • 8
1
vote
1 answer

Bluemix IoT "The topic is not valid"

Using Bluemix. Using NodeMCU MQTT Lua. Get the following message about topic is not valid. How to debug? Closed connection from 108.67.152.187. [The topic is not valid.] [6] times in the last [5] minutes Token auth succeeded:…
1
vote
1 answer

My Bluemix IoT Foundation organization is not shown on webpage

I have a Bluemix account with organization defined, but when I login to IoTF via the webpage https://internetofthings.ibmcloud.com/ my organization is not shown. I see a message that says "You are not a member of any organization". I am unable to…
ValerieLampkin
  • 2,620
  • 13
  • 27
1
vote
1 answer

Interface an ultrasonic sensor with Z-Wave

The task at hand is to integrate/interface an already existing ultrasonic sensor like this one to a Z-wave transceiver. Here are the questions related to it: Is it possible? What all do I need for it? (Hardware + Software) Are there any examples…
Ehmad Zubair
  • 215
  • 3
  • 10
1
vote
1 answer

retrieve historical IoT data bluemix

I tried to retrieve historical data of my Internet of Things Foundation devices using CURL command. So I executed this command: curl -v -X GET -H "Authorization:Basic api_key:auth_token" -H "Content-Type: application/json" -H "Accept:…
1
vote
1 answer

Get data range by date from Thingspeak Channels api

I have logged tens of thousands of values in Thingspeak for a couple of months. When retrieving the data with the Channels api I can set the start parameter. If I set it to yesterday I will get everything after that (as long as the value count is…
Mathias Rönnlund
  • 4,078
  • 7
  • 43
  • 96
1 2 3
99
100