Most Popular

1500 questions
13
votes
2 answers

How to connect IKEA Tradfri Gateway to a WiFI?

The IKEA Tradfri gateway comes with an Ethernet cable but everyone online talks about it being connected to a WiFi. I find teardowns of the hardware that it has WiFi chips and there is a "connect" button on it. But how to I actually connect to a…
Florian
  • 233
  • 1
  • 2
  • 5
13
votes
1 answer

How to connect Google Home to Harmony hub through SmartThings

I've just got the Google Home, and SmartThings hub. My TV is already controlled with Logitech Harmony Hub (Smart Home Hub). How do I set it up so that saying "Ok Google, Watch TV" would trigger the harmony activity to watch TV? Harmony Smart…
Slav
  • 443
  • 1
  • 3
  • 8
13
votes
3 answers

Why are mesh networks used more frequently for IoT networks?

Many common IoT communication protocols I've researched have adopted a mesh topology (for example ZigBee, Thread and Z-Wave), which is a significant contrast to the usual star topology of Wi-Fi, where every device connects to one router/hub. EETimes…
Aurora0001
  • 18,520
  • 13
  • 55
  • 169
13
votes
2 answers

Are there any 'minimal' power meter data loggers?

I mean, a device that will just read, persist, and then push the data to a (my) server without having to buy a 3rd party software license. The data being, in this case, electrical generation/consumption. I've been looking at many "smart" meters and…
13
votes
2 answers

Detecting IoT devices in web browser?

Recently I bought a couple of wifi relays from Xiaomi. While they have been solid so far, I really dislike Xiaomi's app. But, I do like the idea that it actually works both in LAN and over the internet. When in LAN they are very quick to turn on and…
hjf
  • 231
  • 2
  • 4
13
votes
2 answers

Is there a certificate to indicate the security level of IoT devices?

Is there any reliable certificate for IoT devices, which can be used to compare the provided security of these devices?1 Currently, the IoT landscape is completely scattered with different protocols, standards and proprietary solutions. On the…
Helmar
  • 8,450
  • 6
  • 36
  • 84
13
votes
2 answers

Is MQTT scalable with 1000+ clients?

Scenario IoT device (currently IPv4 device) that sends via TCP socket a payload to a server once per day. The server has a public IP address, the device is behind a router/NAT. I'm going to use a module based upon ESP8266 (i.e. Olimex one) Goal The…
Mark
  • 747
  • 1
  • 4
  • 13
13
votes
3 answers

How does a smart switch get its power?

I bought a smart wall switch. The switch it replaced had only 2 wires (in and out). My knowledge of electricity might be only limited, but how can this work? A normal switch just opens a circuit so the current no longer goes through right? So then…
Nathan H
  • 233
  • 2
  • 6
13
votes
4 answers

Are drones considered part of the IoT by any officials?

To clarify what classifies a device as IoT on a specific example, are all flying drones (UAV) part of the Internet of Things? Or there is some minimum requirement to classify it as IoT? What's the stance of the relevant standardization…
kenorb
  • 1,598
  • 1
  • 10
  • 34
13
votes
1 answer

How does the Z-Wave certification process guarantee interoperability?

The Z-Wave alliance guarantees interoperability though their certification process on their main site: Z-Wave encompasses a broad ecosystem of smart products and services that work seamlessly between brands and versions. This interoperability,…
Dom
  • 816
  • 9
  • 23
13
votes
6 answers

Choosing appropriate protocol for IoT Application

We have at work an IoT scenario where the Thing/Constrained Device sends its GPS position in a regular interval to a given server. The constrained device is an Arduino-like board that is battery-powered and uses a GSM/SIM shield for connectivity.…
bgusach
  • 321
  • 2
  • 6
13
votes
2 answers

What voice commands for Philips Hue lamps does Amazon Echo offer?

I'm thinking about getting some Philips Hue lighting equipment. I'm thinking of something along the lines of this one as a starter kit. I already have an Echo Dot. The marketing buzz is great and both the Hue products highlight that they work with…
Helmar
  • 8,450
  • 6
  • 36
  • 84
13
votes
3 answers

802.11 action frames send and receive in software

Is it possible to gain access to 802.11 action frames TX/RX from software? There's a proprietary protocol based on vendor-specific action frames called ESP-NOW for ESP8266 and ESP32 chips, and I'd like to try to implement it on a Raspberry Pi. It…
13
votes
2 answers

Can Philips Hue bulbs run schedules while the bridge is off?

I understand I need the Philips Hue Bridge to control Philips Hue lights. Let's say I set everything up and configure a light to go on/off on a schedule (turn on light in evening, turn off in morning). Then I disconnect the Bridge (unplug/power…
Nitramk
  • 233
  • 2
  • 4
13
votes
1 answer

What, exactly, makes SPECK and SIMON particularly suitable for IoT devices?

For some IoT devices, the data that needs to be sent is confidential, and hence sending it in plain text is not acceptable. Therefore, I've been considering how to encrypt data sent between IoT devices. An article I recently read on the RFID Journal…
Aurora0001
  • 18,520
  • 13
  • 55
  • 169