Most answered questions in IoT (Internet of Things)

0 votes
1 answer

Integrate AWS IoT and Auduino Board using Lambda Function

There is Python version that sends email to ...READ MORE

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

Transfer Data from Arduino Board to SQL Server

If you want to send it to ...READ MORE

Aug 29, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
5,299 views
0 votes
1 answer

Implementing MQTT for a building

I'm not really sure if its possible ...READ MORE

Aug 29, 2018 in IoT (Internet of Things) by anonymous
783 views
0 votes
1 answer

Sample Program for using IoT Hub DM API

That's because the DM additions are placed ...READ MORE

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

Using Sleep()/Delay() in C# on Windows IoT

You'll be glad to know that C# ...READ MORE

Aug 28, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
2,705 views
0 votes
1 answer

how can I send float value in url? I tried float values but I ended up getting Null values

You can use print() to send  it ...READ MORE

Aug 28, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
3,070 views
0 votes
1 answer

I'm trying to create an IoT Foundation but I'm receiving the following error

It seems like you are trying to ...READ MORE

Aug 28, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
1,458 views
0 votes
1 answer

OMA LWM2M communication with Arduino

You'll have to understand that an Arduino ...READ MORE

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

Running two processes on Raspberry Pi at the same time

I see no reason why it shouldn't ...READ MORE

Aug 28, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
2,219 views
0 votes
1 answer

How do I compare MQTT and TCP packets ?

It depends on the higher-level protocols (above ...READ MORE

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

Application development in IoT

You can use AWS IoT with Amazon ...READ MORE

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

Connection through ethernet shield is possible but not when using MQTT on my arduino

You can only open a couple of ...READ MORE

Aug 27, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
1,841 views
0 votes
1 answer

I am looking for Single Board Embedded PC which has capability to read 4-20 current and Modbus and GPIO pins

Something like a ModBerry might just be ...READ MORE

Aug 27, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
1,140 views
0 votes
1 answer

Sending more than 8 byte through UART on Raspberry Pi using Android Things!

So, you can send 234212441325454543595674859764 in ASCII, ...READ MORE

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

Recommendations on IoT Devices

Well, you'll be glad to know that ...READ MORE

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

Power Supply Limitations of Raspberry Pi 3 Model B

I think you need a UPS for ...READ MORE

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

Suggest Implementation method for Smart Parking Points

They are different things. Raspberry PI is ...READ MORE

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

What is an easy way to monitor the outputs I get from sensors, on the internet?

What you need to do is : Send ...READ MORE

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

Sending CoAP requests using Python

It can be done using a library ...READ MORE

Aug 24, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
2,892 views
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
1,199 views
+1 vote
1 answer

How to get percentage value of different gases using the MQ135 gas sensor

I don't think the MQ135 can do ...READ MORE

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

Comparing Windows service and Windows application for Port reading application in .Net

If you want to be able to ...READ MORE

Aug 23, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
1,006 views
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,240 points
1,140 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,240 points
1,458 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,240 points
1,069 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,250 points
2,392 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,090 points
1,125 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,250 points
967 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,090 points
3,684 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,090 points
1,408 views
0 votes
1 answer

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

I am no expert in windows OS, ...READ MORE

Aug 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
958 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,240 points
1,161 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,240 points
2,370 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,090 points
1,188 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,250 points
4,163 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,090 points
4,059 views
0 votes
1 answer

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

I am doing work READ MORE

Jan 28, 2023 in IoT (Internet of Things) by anonymous

edited Mar 5 3,947 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,240 points
1,166 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,090 points
2,241 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,250 points
2,790 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,240 points
1,407 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,240 points
1,283 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,240 points
6,093 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,240 points
833 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,240 points
1,085 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,090 points
1,324 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,250 points
1,454 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,240 points
1,942 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,240 points
1,605 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,240 points
2,201 views