Questions tagged [software]

For questions about the software used on networked devices connected to the Internet of Things. Consider using more specific tags for the program you are referring to if possible.

23 questions
18
votes
3 answers

How can I control my TV from my computer?

I have a TV as secondary PC monitor and console output, and I would like to build something to control it from the PC sources—turning on and off, volume and such. In short, a program to emulate my TV remote control. I have no idea where to start,…
mejillonius
  • 191
  • 1
  • 1
  • 4
13
votes
2 answers

Running Philips Hue Entertainment with 3rd-party lightbulbs?

I bought this innr light bulb for my Hue system and it works just fine except for the fact that it isn't compatible with Hue Entertainment. As it turns out, no 3rd-party light bulbs are supported by Hue Entertainment (yet). So I tried the…
fûX
  • 131
  • 1
  • 4
9
votes
2 answers

Does Node-Red support multi-request flows (i.e. sessions)?

I gave Node-Red a short test-run this week. It is not clear to me whether it supports flows that encompass more than one request. Does Node-Red have a request-per-flow or a session-per-flow model? Having worked with data-flow based programming tools…
9
votes
2 answers

Creating an HTTP GET polling service on a Raspberry Pi Client

I have the following hardware: 3 x Particle Photons. Each serve as an HTTP Server 1 x Raspberry Pi 3 which will serve as an HTTP Client Upon requesting an HTTP GET to any of the the Photons, the API returns: { node: 1, uptime: 1234556, …
Shan-Desai
  • 1,558
  • 10
  • 23
9
votes
3 answers

IoT device (siren) with RESTful APIs

I am fairly new to the IoT world, so I need help designing a system. Scenario: I have an application that sends messages to a Service Bus/ Message Queue in Azure. The messages can be classified into three categories: CryForHelp [Urgent…
abc
  • 91
  • 2
7
votes
1 answer

What do ACK, SB, SF, LG, RES mean in Sigfox network?

I found these abbreviations in an official documentation and I don't know what they are stand for. Can you explain it to me please? I know that it is basic question.
echo_cz
  • 71
  • 2
6
votes
3 answers

Drawing parallels between building an IoT system and building a PC?

I am reviewing potential candidates for IoT position. The position in a industrial factory setting requires the candidate to contribute to the 4 stages of an IoT infrastructure as defined in the article: How to design an IoT…
grldsndrs
  • 375
  • 1
  • 10
6
votes
2 answers

Which tools/frameworks do you use to configure an array of SBCs

Use case: I have a lot of Utilite2 single board computers to configure On each device I installed Linaro (Ubuntu-based), booted from MicroSD card. Linaro is recommended OS for Utilite2 On each device I have to do a lot of manual steps (all of them…
MrPicky
  • 144
  • 7
6
votes
2 answers

Web admin panel for embedded Linux IoT devices

Devices like routers always have a web-based administrative interface that allows you to configure many aspects of the device from a web browser. Obviously, this is essentially a web server running on the embedded devices, where requests to the web…
Amr Bekhit
  • 275
  • 1
  • 7
4
votes
1 answer

Control Raspberry Pi depending on Wifi-Users

I am creating a "digital dashboard", consisting of a TV and a Raspberry Pi 3B+. The TV just shows calendar, time, weather, etc.. In the tutorial I am following for that, the creator uses a cron job to turn the TV on and off via CEC. However, he does…
nameless
  • 151
  • 5
4
votes
0 answers

MOXA Modbus with Raspberry Pi – Can't get slave to work

I have two Moxa modbuses that I have daisy-chained together, and then connected to my network's ethernet port. The modbuses are hooked up to a control board with LED lights for the coils and buttons for Digital Inputs. See the diagram below: I have…
user2868900
  • 293
  • 1
  • 5
4
votes
2 answers

What are the boot requirements for an IoT device for the automotive industry?

Are there any specifications for a IoT device that's targeted for the automotive industry? I refer to a standard that puts constraints on boot and restart times for both the HW and SW? Let's say I want to build an IoT platform that starts the AC…
0x90
  • 157
  • 4
3
votes
0 answers

Can IoT devices share their own capability/resources with another device?

Hello IoT Stack community ! I am sort of a beginner at IoT and looking for some guidance and help I am struggling to wrap my head around the following concept; Is it possible for IoT Device to share it's own resource (like e.g temp sensing or…
3
votes
2 answers

How to pair the Xiaomi Smartmi Electric Heater 1S with the Mi Home app through WiFi

It seems that my Mi Home app is not recognizing the Xiaomi Smartmi Electric Heater 1S. This is actually happening with two different Xiaomi heaters (same model). What I've tried so far, after restarting the heater several times: Scanned for devices…
Ana
  • 31
  • 1
  • 3
3
votes
1 answer

How to prevent a nest thermostat from auto updating its firmware

I am having a problem where my nest thermostat doesn’t pre-heat until someone is home because we are using the home/away assist feature that sets the heat level to an “eco” temperature when no one is home. I want to take advantage of home/away…
Mike Eng
  • 131
  • 5
1
2