iot Questions
7
Solved
I have a virtual machine that is supposed to be the host, which can receive and send data. The first picture is the error that I'm getting on my main machine (from which I'm trying to send data fro...
Passed asked 13/12, 2020 at 17:36
2
Solved
From where do I have to accept the speech recognition policy?
Here is the code
public async void display()
{
SpeechRecognizer rec = new SpeechRecognizer();
await rec.CompileConstraintsAsync();
...
Resound asked 22/2, 2017 at 12:28
3
Solved
2
I am trying to configure a new unit with a cellular interface on ubuntu core 16.04. I have NMCLI package running on it. Before I added my connection I checked the Interfaces
# nmcli dev
DEVICE TYP...
Monostylous asked 15/8, 2017 at 10:54
2
Solved
I am using the node.js mosca MQTT broker for some internet of things (iot) application.
https://github.com/mcollina/mosca
What is the maximum message length that a topic can receive for the mosca...
4
Solved
I have numerous ESP8266 apps converted to 32 bit. These seem to run fine on the WROVER chips but on the WROOM-32 chips they load and execute, but panic after some time. I get this error:
Guru Medi...
1
I have created a server using net module:
// Creating and connecting with server
const net = require('net');
const server = net.createServer(); //Creating server
//Connecting with server
server.on...
Awful asked 5/9, 2022 at 7:59
1
I'm trying to build a project where I must pilot an IoT device from smartphone via Wifi.
This device has the SPWF01 Wifi Module integrated, and is configured as an access point (that has no Interne...
4
Solved
I'm using Node-Red, hosted on a Raspberry Pi for an IoT project.
How do I trigger a Python script that is on the raspi from Node-Red? I want to run a script that updates the text on an Adafruit LC...
Ballast asked 17/8, 2015 at 19:7
6
I am building an android app that needs to communicate over a WiFi network that will not have any internet access. The problem is that even when the WiFi is connected android chooses to use cellula...
Republic asked 27/2, 2017 at 17:31
2
Solved
I am designing an API for confidential communication between an IoT device and a client. A must is that that the client-device connection is secure and no man-in-the middle can temper the communica...
Constringent asked 4/2, 2018 at 10:39
2
Solved
My code is connecting to AWS-END-POINT properly but when I tried connecting to Greengrass core using local network ip. I get this error.
E/flutter (12349): [ERROR:flutter/lib/ui/ui_dart_state.cc(1...
Thermionic asked 13/12, 2019 at 7:32
3
I am using Cloudformation template to create a stack including IoT fleet provisioning template and according to the document the IoT provisioning template body should be string type.
I have the IoT...
Horologium asked 26/8, 2020 at 16:44
4
Solved
I am trying to access a simple AWS IOT REST service but I have not been able to do so successfully yet. Here is what I did.
I created an iam user in my aws and downloaded the access key and secr...
Buddha asked 12/2, 2016 at 18:35
2
I am building an IoT solution where I will have multiple devices connected to my local network that I want to connect to a hub that controls my solution.
Once I connect a new device I want to conne...
Troubadour asked 21/11, 2020 at 13:48
2
I tried to install library ESP8266WebServer into platformio IDE.
I got this error "functional: No such file or directory". A bit of research of "functional", http://www.cplusplus.com/reference/func...
5
Solved
I have the ESP32 board with Silicon Labs CP2102 controller. When I connect it to my MacBook, I can get the details about this device using the command system_profiler SPUSBDataType, but it is not l...
Cobbett asked 4/11, 2017 at 8:50
4
Solved
I connect to a BLE device with the connectGatt() method in Android. This works great.
When I disconnect I use the following:
private void disconnectDevice() {
gatt.disconnect();
}
When I recei...
Marissamarist asked 14/3, 2016 at 11:40
2
Azure IoT Hub Supports AMQP, MQTT, HTTP protocols. In order to customize these protocols we have Azure IoT protocol gateway. I can find good samples on MQTT protocol customization. I need some samp...
Moral asked 16/3, 2017 at 16:28
1
Solved
I have a E66 Fitness band connected to a gateway and the band does connect to the gateway and I receive data on MQTT.
But I am unsure on how to decode the RawData format, can someone help me with ...
Vanish asked 30/5, 2020 at 13:5
1
I have an automotive companion app that needs to communicate with both wifi and mobile data networks.
My vehicle control unit provides a wifi network without internet access which exposes an API s...
Tapp asked 13/5, 2020 at 11:31
3
Our existing IoT Platform uses Azure Protocol Gateway and is working well. I just realized that MS Azure has launched a newer version for Protocol Gateway called IoT Edge. I was just looking for th...
Oceanus asked 29/4, 2019 at 13:0
0
I am working on native android application. In this application I am connecting hardware devices using usb cable, for this connection I used below library:
https://github.com/felHR85/UsbSerial
I ...
Phytobiology asked 3/1, 2020 at 9:25
1
I m trying to connect my android app to a Tcp iot server,first i connect to the tcp server using wifi then try socket connect but it is showing same error of connection timed out.
print(r);
}).c...
1
Is there any way to establish a connection with Google IoT pub-sub API in flutter?
I tried this library but it doesn't have the configuration which I am looking for.
I have the following data whi...
Bricabrac asked 5/12, 2019 at 10:28
1 Next >
© 2022 - 2025 — McMap. All rights reserved.