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

Azure sb lite connection string and event hub compatible name

I'm trying to make an UWP app for receiving messages from Azure IoT hub, and I found some example code that use Azure sb lite, but problem is in these lines of code: var factory =…
OverClock
  • 21
  • 4
1
vote
1 answer

bluemix IOT real time insight webhook {{message}} contain invalid character

We are using RTI webhook to post the message notification to store it in Cloudant DB. We are passing {{message}} parameter to the POST call body. Upon storage we notice the "/" character before every quote("). This seems to be a bug as this make the…
Manoj K Sardana
  • 153
  • 1
  • 4
  • 14
1
vote
1 answer

mongo db connection issue "Cannot call method 'update' of undefined"

i have set up a mongoldb connection as in this code client.connect(mongodbURL,function (err,db){ if(err) throw err; collection=db.collection("accel1"); }); later in the code, i update documents to a collection inside a function that is…
1
vote
2 answers

Can we detect non-iBeacon beacons on iOS?

I and my team are working on a beacon that we need to talk to an app on the user's iPhone. Since we need the app to detect the beacon and execute code to talk to our API even when killed, we cannot use CoreBluetooth and need to operate as a…
user3246092
  • 880
  • 2
  • 13
  • 28
1
vote
1 answer

Tools to troubleshoot and view raw HTTP Requests

I am writing code that will let Arduino sent http posts to a IOT cloud service (thethings.io). The Arduino (Adafruit Trinket Pro 3v) uses AT commands to control a cellular module (Adafruit FONA 3G). The AT commands specify http headers and body of…
Roger
  • 2,063
  • 4
  • 32
  • 65
1
vote
0 answers

Using Azure Active Directory to authenticate specific user access to generic devices

We would like to distribute generic devices that automatically connect to the Azure IoT platform - this we can do. However we are looking for a way to allow the owners of these devices to send commands to them securely, to do this the devices would…
1
vote
1 answer

Windows IOT: Deployment on RaspberryPi2 gets ignored

Straight forward question, altough I didn't find anything so far: I installed all the needed Components and downloaded the examples for Windows IoT C# and Raspberry Pi 2. I can easily connect and debug at the Raspberry, but if I only want to deploy,…
Matthias Müller
  • 3,336
  • 3
  • 33
  • 65
1
vote
1 answer

HTTPS to HTTP Azure IoT Hub

I'm new to Microsoft Azure IoT Hub. Is there any way I can change or convert HTTPS to HTTP? I use NodeMCU esp8266 to send Data to Azure IoT Hub. But It only said " Connected " and it didn't monitor or return value Json in Device Explorer.
Alecks Dang
  • 67
  • 1
  • 3
  • 10
1
vote
1 answer

AWS client error (Malformed Policy Exception)

I am trying to create an AWS IoT Policy using the command: 'aws iot create-policy --policy-name "PubSubToAnyTopic" --policy-document file://path-to-your-policy-document'. For some reason I can't get around the following: A client error…
JC23
  • 1,248
  • 4
  • 18
  • 28
1
vote
6 answers

IOT hub message processor

Having some trouble processing messages created in the Azure IoT Hub. Getting the following eror: Exception thrown: 'Microsoft.ServiceBus.Messaging.Amqp.AmqpException' in Microsoft.ServiceBus.dll ("An AMQP error occurred…
Jonas K
  • 95
  • 7
1
vote
2 answers

About Jasper IoT Platform

I am just bit curious. I am new in IoT and currently started working on it using ESP8266 device. I know that it needs some firmware to write and install, like smart.js. But I have read, Jasper (http://www.jasper.com/) can connect any device and…
user968677
  • 61
  • 4
1
vote
2 answers

IBM IoT Real-Time insights and raising an alert on first occurrence

When using IBM IoT Real-Time insights, we can define alerts that trigger when an event arrives that passes some rule condition. This can trigger an action such as sending an email. Is there a technique that will allow us to generate an alert the…
Kolban
  • 13,794
  • 3
  • 38
  • 60
1
vote
1 answer

How can I use the OneDrive SDK in a UWA on IoT Core

I created a Windows 10 Universal App which accesses files and folders from OneDrive for a slideshow. Authentication and download works perfectly on Windows 10 PCs and Tablets that are signed in with a Microsoft Account. When I run the application on…
Sebastian Rosch
  • 1,033
  • 1
  • 11
  • 17
1
vote
1 answer

Connect Android App to Bluemix db2 database using JDBC (NoClassDefFoundError:)

First: I have some experience in Java but its my first time creating an Android-App. I am using the Bluemix IoT-Foundation-Service and got a Bluemix-DB2-SQL-Database. (My RasPi2 is collecting some sensor datas, publish them via MQTT and an…
Edmundo Del Gusto
  • 378
  • 1
  • 4
  • 15
1
vote
1 answer

D2C message using IoT Hub

I’d like to ask you a favor. I do have a problem confirming previously readed D2C message using IoT Hub. I am using REST API to pick up message like (I have replace SIG) Request: GET…