Most viewed questions in IoT (Internet of Things)

0 votes
1 answer

Is it possible to use .Net for the ESP8266?

You could write a C# marshaller, but ...READ MORE

Nov 19, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
2,880 views
0 votes
1 answer

What is the size of CoAP packet?

It Depends: Core CoAP messages must be small enough ...READ MORE

Jul 17, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,865 views
0 votes
1 answer

Android Ble GATT_ERROR 133 getting often with samsung devices

I tried the following code #!/usr/bin/python import ibmiotf.device from time ...READ MORE

Jul 18, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,859 views
0 votes
1 answer

Using Google Maps to track GPS enabled Arduino Board

What is the GPS Module which you ...READ MORE

Sep 6, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,821 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,819 views
0 votes
1 answer

Certificate issue in Azure IoT Hub

I've fixed this problem: The configured CA certificate ...READ MORE

Oct 11, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,760 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,743 views
0 votes
1 answer

Integrating ultrasonic sensors with Raspberry pi using c#

DateTime is the problem You should use the ...READ MORE

Oct 3, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,705 views
0 votes
1 answer

Difference between MQTT and Apache- kafka

MQTT is a standard protocol (with many ...READ MORE

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

AWS IoT login from android MQTT client using IAM is not working

Seeing your comments and questions. I had ...READ MORE

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

Integrate IoT device to Azure using MQTT

Today there isn't an official support for ...READ MORE

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

Feasibility of video streaming over IoT protocols

MQTT is specialized in low-bandwidth, high-latency environments, ...READ MORE

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

TCP in Azure IoT Hub

The default Protocol Gateway samples are indeed ...READ MORE

Oct 11, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
2,519 views
0 votes
1 answer

AWS Lambda : JSON object undefined

Change event.TagData.Time; To event.TagData[0].Time; This sh ...READ MORE

Jan 25, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
2,502 views
0 votes
1 answer
0 votes
1 answer

MQTT and NodeJS Communication

Now the cloudmqtt and nodejs server is connected by giving extra ...READ MORE

Sep 26, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,500 views
0 votes
1 answer

Differenciation between HTTP and COAP?

The industry plan is to improve HTTP ...READ MORE

Sep 6, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
2,497 views
0 votes
1 answer

Invalid MQTT publish topic on Google Cloud IoT

It's pretty simple. You have the incorrect ...READ MORE

Feb 27, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
2,460 views
0 votes
1 answer

Finding Oxygen and CO2 levels using Arduino

If you're using the sensor for the ...READ MORE

Mar 29, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
2,448 views
0 votes
1 answer

integrating CoAP and DTLS

Tested with development version 9184a75a21; $ git clone https://github.com/obgm/libcoap ...READ MORE

Sep 5, 2018 in IoT (Internet of Things) by lady technopath

edited Sep 5, 2018 by Vardhan 2,421 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,421 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,399 views
0 votes
1 answer

Building Python Server for Secure communication with Raspberry Pi

There could be several ways to add ...READ MORE

Jan 11, 2019 in IoT (Internet of Things) by DataKing99
• 8,250 points
2,359 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,240 points
2,354 views
0 votes
1 answer

Access Serial Ports in Windows 10 IoT App

On Windows IoT you have to use ...READ MORE

Oct 10, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,353 views
0 votes
1 answer

Sending Web requests from my Web server to my IoT device

You need to start an HTTP server ...READ MORE

Jan 8, 2019 in IoT (Internet of Things) by nirvana
• 3,090 points
2,339 views
0 votes
1 answer

Downloading source code of Android Things

No because AndroidThings is still in preview ...READ MORE

Jul 5, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,336 views
0 votes
1 answer

Azure IoT: Message from cloud to device using Rest API

Firstly, If you get No content response(error ...READ MORE

Dec 31, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
2,330 views
0 votes
0 answers

How to get arn of EC2 instance in AWS

How do I get the arn of ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Aditya
• 7,680 points
2,328 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,286 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,274 views
0 votes
1 answer

Troubleshooting AWS IoT & MQTT

Took me little time, but resolved the ...READ MORE

Dec 4, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
2,272 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,243 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,243 views
0 votes
0 answers

Disabling the firewall in Ubuntu on an Amazon EC2 instance

How do I disable the Ubuntu server ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Soham
• 9,730 points
2,220 views
0 votes
1 answer

IoT request response protocol

Based on your requirement of a light ...READ MORE

Jul 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,180 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
2,148 views
0 votes
1 answer

Refactoring multi thread program on raspberry pi with sensors

Before re-engineering your application, you should narrow ...READ MORE

Sep 11, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
2,132 views
0 votes
1 answer

What AT commands are required to register an IoT modem on Verizon?

In the PLMN scan result, there is ...READ MORE

Nov 19, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
2,128 views
0 votes
1 answer

Autostart published Application on Windows 10 IoT

It can be done by making changes ...READ MORE

Jul 13, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
2,126 views
0 votes
1 answer

Send CoAP requests using Python

You can use a library like CoAPython ...READ MORE

Oct 16, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
2,123 views
0 votes
1 answer

Send LoRa measures to Fiware IOT agent via MQTT

down vote I dont know if I understood ...READ MORE

Jul 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,118 views
0 votes
1 answer

Windows 10 IOT Core: real-time image processing DLL using C++

Yes, but it requires some work. The C++ ...READ MORE

Jan 28, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
2,114 views
0 votes
1 answer

Cooja: Can't add multiple motes in simulation script

I can't really find an immediate problem ...READ MORE

Apr 29, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
2,108 views
+1 vote
1 answer

Sending Push notifications to Arduino

Include Parse library to make sure the ...READ MORE

Mar 5, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
2,108 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,250 points
2,073 views
0 votes
0 answers

Spring Boot Video Streaming from S3 Bucket

I want to create a youtube Video ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Aditya
• 7,680 points
2,047 views
0 votes
1 answer

What protocols are used for Long Distance Communication in IoT ?

Azure IoT Hub supports three protocols: AMQP, ...READ MORE

Sep 11, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,035 views
0 votes
1 answer

AWS IoT: Just-in-Time Registration of Certificate in Android

So, the SSL/TLS Handshake can fail due ...READ MORE

Dec 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
2,004 views
0 votes
1 answer

Setting-up a RFID RC522 chip in Raspberry Pi?

First, let me congratulate you on buying ...READ MORE

Jul 10, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
1,988 views