Most voted questions in IoT (Internet of Things)

0 votes
1 answer

What is the time taken by a 200 byte message for transmission in a beacon-enabled network?

Now, data rates of IEEE 802.15.4 are ...READ MORE

Aug 24, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
644 views
0 votes
1 answer
0 votes
1 answer

How to tackle Security Loopholes of IoT Solutions ?

This is pretty off-topic, but I'll supply ...READ MORE

Aug 23, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
577 views
0 votes
1 answer

Need to enclose MQTTCLient Instance in try catch block

The instance doesn't need to be surrounded by try/catch, but ...READ MORE

Aug 21, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,051 views
0 votes
1 answer

Create a Central Control System with Interactive Response Terminal

What you are looking is an Accordian ...READ MORE

Aug 21, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
464 views
0 votes
1 answer

Intel Galileo Vs. Intel Edison?

Intel Galileo Key Features: Type: Single-Board Computer CPU: Intel Quark ...READ MORE

Aug 20, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
1,893 views
0 votes
1 answer

Finding the Unicast, DNS and Gateway Address in UWP

Try the PInvoke api methods from Iphlpapi.dll. ...READ MORE

Aug 20, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
652 views
0 votes
1 answer

Running a childProcess as shell script with node.js server

Here's what I think, you could pass ...READ MORE

Aug 14, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
521 views
0 votes
1 answer

Accessing Kinect data on the Raspberry Pi

Yes, you can. The Kinect has a ...READ MORE

Aug 14, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
2,942 views
0 votes
1 answer

Optimal screen resolution for Raspberry Pi with 7" TFT LCD

Hello there! I'm using a 7" TFT ...READ MORE

Aug 14, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
846 views
0 votes
2 answers

AttributeError: 'module' object has no attribute 'Serial'

I see where the problem is. I ...READ MORE

Aug 14, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
9,844 views
0 votes
1 answer

How do we deploying NodeJs Express Rest API to Windows 10 IoT ?

You can take a look at this ...READ MORE

Aug 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
510 views
0 votes
1 answer

Using FIWARE to start Cygnus as a Service in IoT Solution

Cygnus is supposed to create /var/run/cygnus/ when started. You ...READ MORE

Aug 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
741 views
0 votes
1 answer

MQTT on ESP8266 with NodeMCU - problems with publishing

Perhaps this was solved by more recent ...READ MORE

Aug 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,789 views
0 votes
1 answer

Setting time on Raspberry Pi using just PowerShell

The Enter-PSSession is for interactive sessions, so ...READ MORE

Aug 10, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
770 views
0 votes
1 answer

Testing if messages from my Device is reaching the Azure IoT Hub?

Download the Device Explorer open source tool ...READ MORE

Aug 10, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
3,407 views
0 votes
1 answer

Where is published message stored by mosquitto broker if offline?

Well, of course, they are stored! That ...READ MORE

Aug 10, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
3,444 views
0 votes
1 answer

How to send a data from arduino uno to a webpage through esp8266 wifi module?

You are missing a few \r\n and the length ...READ MORE

Aug 9, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
3,447 views
0 votes
1 answer

How to read data from MQTT in Eclipse Paho?

You don't read data from a MQTT ...READ MORE

Aug 9, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
750 views
0 votes
1 answer

Sending data to a page using the ESP8266-01 wifi-module from Arduino

Well, I think there are some \r ...READ MORE

Aug 9, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,819 views
0 votes
1 answer

Eclipse Paho: read data from MQTT Broker

From what I could analyze, you've been ...READ MORE

Aug 9, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
2,133 views
0 votes
1 answer

POST for Azure Mobile/Web App (working from Arduino)

You can still use next URL notation ...READ MORE

Aug 8, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,004 views
0 votes
1 answer

The MQTT folder is missing in Bluemix IoT NodeJS code,

IoT-Workbench now uses new improved code generation ...READ MORE

Aug 8, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
708 views
0 votes
1 answer

I want to restrict the opening of Browser on URL Click

You can call it as a web ...READ MORE

Aug 7, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
4,900 views
0 votes
1 answer

Customize menu based on BLE device Authentication

You may dynamically change contents of the ...READ MORE

Aug 7, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
445 views
0 votes
2 answers

Azure IoT Hub Operations Monitoring

Hi, Can you tell which device you ...READ MORE

Jan 4, 2019 in IoT (Internet of Things) by Varul
• 140 points
1,257 views
0 votes
1 answer

I want to perform Type Conversion of Date Type Value

Instead of returning return Long.toHexString(date.getTime()); Return following return Long.toHexString(date.getTime()/1000); As correctly ...READ MORE

Aug 4, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
485 views
0 votes
1 answer

SQLite.Net not being able to create text file in Win IoT Library!

That exception comes when access limited to ...READ MORE

Aug 3, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
741 views
0 votes
1 answer

Device EndPoint Management in Kaa IoT

Normally you could just request access tokens ...READ MORE

Aug 3, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
990 views
0 votes
1 answer

Unable to communicate to device with .local domain using android, corova-zeroconf-plugin

Use IP address instead of http://iotdevice.local..Use htt ...READ MORE

Aug 2, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,517 views
0 votes
1 answer

Send data from cloud to aws iot thing

Your solution is not recommend because there ...READ MORE

Aug 2, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,169 views
0 votes
1 answer

Maximum number of BLE sensors that could be connected to a BLE gateway at a given instant?

The Bluetooth Classic has a limitation of ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,529 views
0 votes
1 answer

AWS IoT SDK - main L#206 Error subscribing : -28 (C code)

As I did not find out a ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
914 views
0 votes
1 answer

Azure - What service to use for Arduino data (iot)

That's because the two services do completely ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
859 views
0 votes
1 answer

IBM Bluemix disconnecting the MqttAndroidClient after sometime

It was because phone cpu was going ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
464 views
0 votes
1 answer

MQTT broker for Google App Engine

You had a hard time finding anything ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,245 views
0 votes
1 answer

How to use the data I receive from Azure IoT Hub?

The payload you receive will be a ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
1,626 views
0 votes
1 answer

Detecting BLE beacons that are not ibeacons on IOS

You'll have to understand that CoreLocation is ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
677 views
0 votes
1 answer

MQTT pubish is slow to send with ESP8266 & NodeMCU

I think you're almost correct and on ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
2,832 views
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,011 views
0 votes
1 answer

Can't call my Web API using .NET client in Raspberry Pi2 running Windows

Try the following program. I have a ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,000 views
0 votes
1 answer

Cannot connect Rainbow Hat to Raspberry Pi 3 running Android Things

Hey, I don't know where you read ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
587 views
0 votes
1 answer

IBM Bluemix with IBM IoT Foundation throws error and refuses connection

I think you either forgot or did ...READ MORE

Jul 30, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
871 views
0 votes
1 answer

RPMs for IoT Agents of Backend Device Management GE in FIWARE IoT ecosystem

The RPMs for IDAS component are availaible. ...READ MORE

Jul 30, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
655 views
0 votes
1 answer

Publishing commands to device in IBM IoT using MQTT in Java

If you are publishing from an application, ...READ MORE

Jul 27, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,318 views
0 votes
1 answer

ImportError: cannot import name Pubnub

If you're running into this since early ...READ MORE

Jul 27, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,217 views
0 votes
1 answer

Spring Boot application freezes after a day

You can mitigate the idle connections problem ...READ MORE

Jul 26, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
5,556 views
0 votes
1 answer

GSM/GPRS Module native integration on Raspberry 3 with Android Things

This is possible. I have been able ...READ MORE

Jul 26, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
826 views
0 votes
1 answer

Android AllJoyn: Connection with second machine gives error of BusAttachement

Why dont you create two Interfaces, one ...READ MORE

Jul 25, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
554 views
0 votes
1 answer

AWS IoT - Access shadow through .Net, REST, with certificate

If you want to publish and/or subscribe ...READ MORE

Jul 25, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,828 views