Questions tagged [zigbee]

ZigBee is a wireless networking protocol built upon the 802.15.4 communication standard.

ZigBee is a wireless networking protocol built upon the 802.15.4 communication standard and is operating on channels in the 900 MHz or 2.4 GHz frequency range. Created for low-cost, low-power, low-data rate applications, it has been adopted by manufacturers of embedded “smart-home” products.

For additional information, see the Wikipedia page on ZigBee or the website of the ZigBee Alliance, the group that maintains the ZigBee specifications and promotes its use.

297 questions
0
votes
2 answers

wireless authentication of devices

I'm currently developing a wireless connectivity between two embedded devices over 802.15.4 RF protocol. One of the devices is the coordinator(server), and the other is a node(client) I want to make sure that only specific vendor devices will be…
stdcall
  • 27,613
  • 18
  • 81
  • 125
0
votes
4 answers

Is there any library in any language that have tools to work with wireless measurements?

I want some library to guide my implementation with zigbee wireless received strength signal RSS. Any standard or class code will help. I focusing in arduino platform (xbee modules).
Vinicius
  • 1,835
  • 2
  • 13
  • 15
0
votes
1 answer

Zigbee packet analysis using Killerbee

I am working on Tiny OS using Micaz sensors on Zigbee platform. I am also using Killerbee to analyze the data packets. Can anyone suggest how to read those hexadecimal values? Because the node-ID I am assigning while burning the nodes are not seen…
Nity
  • 11
  • 2
0
votes
1 answer

Why is my Zigbee module disconnecting from XCTU software when I connect RX and TX to 1 and 0 pin in my Arduino Uno respectively?

I was trying to setup a data transfer between 2 Arduino's using Zigbee modules. My setup is an Arduino Uno and Mega, and 2 Zigbee Xbee modules. When I run the XCTU software after connecting Zigbee to my computer through Zigbee development board, it…
hmmm Mm
  • 11
  • 4
0
votes
0 answers

How can I use Zigpy in Python to create a standalone simulated device and connect it to an existing Zigbee network?

I am trying to find examples in Python of using a Zigbee stack library such as Zigpy to create a simulated device (such as a thermostat or a bulb or the likes) and connect it to an already established Zigbee network. Does anyone have any examples of…
Tom-HS
  • 1
  • 1
0
votes
2 answers

How to start with zigpy command line and Sonoff Zigbee 3.0 USB Dongle Plus (ZBDongle-E)?

Introduction and problem statement I recently bought a "Sonoff Zigbee 3.0 USB Dongle Plus" (model "ZBDongle-E") and a Lixee ZLinky_TIC. I want to pair them and acquire data that is measured by the ZLinky_TIC using simple command lines. Furthermore I…
Regman
  • 21
  • 3
0
votes
0 answers

Flashing: Timeout SONOFF Zigbee Stick 3.0

I tried to update my "USB Zigbee 3.0 USB Dongle Plus,EFR32MG21 + CH9102F Zigbee USB-Stick". I always get this error message (1): sonoff Opening port COM3, baud 500000 Reading data from…
0
votes
1 answer

How to only dissect one attribute of a Zigbee Cluster Library frame in a Wireshark Lua dissector

this is my first time asking and I am new to Lua, so please correct me if I am doing something wrong General Problem: I want to write a Lua dissector for wireshark that only dissects one attribute of a given Zigbee Cluster Library frame (see…
Ducksenz
  • 11
  • 5
0
votes
1 answer

/dev/ttyACM0 and lsusb

Can someone explain me the connection between /dev/ttyACM0 and the output of lsusb? I am following this instructions. It says "Update ttyACM0 to match your adapter location." I do not know what to do here. lsusb Bus 002 Device 002: ID 1058:25a3…
Simon2019
  • 39
  • 1
  • 7
0
votes
1 answer

own application use zigbee2mqtt and homeassistant : concurrent access

I have my own application. This application use the zigbee2mqtt service running on the server. I want to add homeassistant on the same server. The server is a Raspberry with a zigbee USB stick connected. However, it seems that using both in the same…
mm98
  • 409
  • 1
  • 6
  • 18
0
votes
1 answer

Openthread communcation setup

I have implemented OT-CLI-FTD communication between two EFR32MG12 MCUs using the command line terminal, but now how could I handle it without the command line terminal for its initial setups. So that I could implement it in the MCUs themselves.
0
votes
1 answer

AWS IoT sub-things?

One thing confuses me now, I have 20 Xbee motion sensors which are connected to one Xbee Gateway(Coordinator). When I connect the gateway to AWS IoT, how do I create the 20 sub-devices(things) in AWS IoT? Do I create 20 more things and put them…
Bruce
  • 49
  • 7
0
votes
1 answer

Digi-Xbee Packet Backlog when receiving on windows

we ran into a weird issue when receiving ZigBee packets on Windows. We are currently sending packets from a drone every 0.8s, but on Windows we are receiving only every ~5s. We aren't loosing packets, as the received packet ID's increment…
0
votes
1 answer

Stuck on build JSon for ZigBee devices

Since commax doesnt have any APIs, support, and other sort of help, im trying to build my IoT house with adding unsupported devices manually. But now im stuck on manage Zigbee dimmer to devices. Whats wrong: I/PAZIGBEE( 3332): CMD :…
0
votes
1 answer

Unable to connect to xbee device in xctu

I have 3 xbee receiver devices connected to Ubuntu on port ttyUSB0, ttyUSB1, ttyUSB2. Out of these 3, device on ttyUSB2 stops working after every 2-3days. When I open xctu, it shows below error: Could not find device on port /dev/ttyUSB2. Error…
S Andrew
  • 5,592
  • 27
  • 115
  • 237