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
2 answers

Control Raspberry Pi or Arduino Remotely using a remote server (IoT)

I basically want to be able to access a webpage/web app from any computer to control a servo or read temperatures from temperature sensors connected to an Arduino or Raspberry Pi (doesn't matter to me I have both) that is remotely connected to the…
1
vote
2 answers

Android AWS IoT example not updating shadow

I have downloaded AWS IoT Android samples from here. I successfully run AndroidPubSub example given in above list. I can connect and subscribe. But message which I am publishing is not updating device shadow I have on AWS. Even when I update shadow…
SangamAngre
  • 809
  • 8
  • 25
1
vote
0 answers

Windows 10 IoT Raspberry Pi 2 Bluetooth to Windows Phone 8.1 - Element Not Found

Environment: I have a Windows Phone 8.1 Lumina Raspberry PI 2, CSR Bluetooth Dongle Windows 10 IOT Core 10.0.14322.1000 I create a windows phone 8.1 app and windows 10 iot app for raspberry pi to send and receive messages using Bluetooth. But no…
1
vote
3 answers

IoT : Bi-directionnal communication between devices and server

I'm working on a IoT project where i have a central platform hosting my application and multiple small devices in the wild (untrusted environment). Today, the central application can command the devices by sending them requests through http and the…
Alex Grs
  • 3,231
  • 5
  • 39
  • 58
1
vote
1 answer

Combine .NET MVC website and Windows services

I am currently involved in a simple to medium complex IOT project. The main purpose of our application is gathering data from our devices and analyzing that data as well as calculating statistics. On the server side we run a MVC application. Up…
Ziga Petek
  • 3,953
  • 5
  • 33
  • 43
1
vote
1 answer

Questions on Bluemix IOT Driver Behavior service

Came across the interesting service (Experimental) on Bluemix - Driver Behavior. Curious to know how it actually works, how does the data get to Bluemix from the car and is there a need to have an external app/device in the car to collect and post…
Ravi
  • 135
  • 1
  • 5
1
vote
1 answer

Internet access between WiFi-IoT in Access Point mode with mobile phone connected

I did a lot of brain-storming about this, and couldn't reach a solution. I am posting this as i can get some ideas. I have developed a WiFi-IoT based device with sensor, which shows up in AP mode. A mobile phone connects to this AP and then the…
Sandrocottus
  • 521
  • 3
  • 8
  • 31
1
vote
1 answer

Can a Web application perform some action over Bluetooth?

I'm sorry if this question sounds stupid, but I'm a complete noob to Web Development & Android Development. I'm working on a project that involves principles of IoT. I have this Arduino that I want to communicate with using both the Internet & the…
Auro
  • 1,578
  • 3
  • 31
  • 62
1
vote
1 answer

Feature Database to Generate IOT Scenarios For Different Ecosystems

We can access/emulate the features of mobile devices in android development tools. However there are lots of IOT devices with different communication capabilities, features and applications. Is it possible to find a database that sorts us the…
RedArrow
  • 588
  • 8
  • 18
1
vote
1 answer

mosquitto broker retain multiple messages

I am having mosquitto broker running on Ubuntu on EC2. Also I did a change max_queued_messages 1000 and max_inflight_messages 10 in /etc/mosquitto/mosquitto.conf I am publishing to this broker with qos=2 and retain enabled. For publishing I am using…
Samrat Das
  • 1,781
  • 1
  • 21
  • 33
1
vote
2 answers

How to append unique incoming messages to a list?

I am using a RFID reader to receive messages. I'm trying to avoid duplicated message by appending them to emptylist = [] and don't further append them if they exist in the list. Below are my code: import paho.mqtt.client as mqtt def…
jacky_learns_to_code
  • 824
  • 3
  • 11
  • 29
1
vote
1 answer

Get item from dynamodb table using separate index table with Node.js

I am creating a weather station using the Particle Electron and AWS. I have managed to get the returned data sent to a DynamoDB table "weather" which contains all of the weather data with the following schema (with included sample…
smd75jr
  • 127
  • 1
  • 1
  • 6
1
vote
1 answer

How to make a POST api call to google endpoints using the ardunio WiFiClient

i'm working on an iot project with the ESP8266 wifi module. I've been able to successfully connect it to the internet and make an GET request to a html page using this tutorial provided by adafruit. but I seem to be having difficulties integrating…
Dolapo Toki
  • 362
  • 3
  • 13
1
vote
1 answer

Make my rfxtrx433e working with a UWP app on Raspbery Pie 2 with Windows IOT

I'm developing a domotic UWP app and I'm trying to make my app working on my Raspberry under Windows IOT. When I run the app on my computer everything works fine. I'm able to get the corresponding COM port and to communicate with my device. When…
1
vote
0 answers

AWS IoT to to send once-off real-time command to device

I have a weather station which is publishing to AWS IoT. It reports it's state as well as measurements of the environment by publishing to shadows service messages of the format: { "state": { "reported": { "temperature" : 22, …
Dimitry K
  • 2,236
  • 1
  • 28
  • 37