In xbee module i can receive and transmit data. now my modules are receiving and transmitting data continuously(0x92 the IO index indicator). Now i want to sent data when any pin of router will go high or only then the data will be transmit to the coordinator. It will be a event base data transmission.
how to controll the timing of data transmission (receive and transmit) in xbee module
205 views Asked by Md . Sojib Ahmed At
1
There are 1 answers
Related Questions in XBEE
- API ID 0X17. Send an AT Command message from Xbee connected to arduino to a slave Xbee
- Gps module has to use the UART pins
- XBEE 3 Zigbee 3.0 sometimes sends wrong message content
- When reading data from UART, fetching data is not correct
- micropython uart.read() in SAMD51 is incomplete (only 2 bytes returned)
- How can I change my xbee setup for AP = 0 from API mode (AP = 1 or AP =2) by using digi module in python (AT mode or transparent mode)?
- XBee is suddenly not receiving anything after I updated Destination mac address
- XBee-Pro 900HP Communication in API Mode
- XBee 2 Module sensor network and Python with Raspberry Pi - ONLY one Mac address from two different received samples
- How can I increase the transmission speed between XBees
- Digi-Xbee Packet Backlog when receiving on windows
- What did I do wrong when building receiver with pyserial?
- I tried to receive the BLE characteristics value with NOTIFY property in XBee micropython, But iam receiving only empty bytes
- Unable to connect to xbee device in xctu
- Using attributes from a raised Exception in another file
Related Questions in ZIGBEE
- Efficient conversion of json data in R
- esp-zigbee-lib source files access
- Matter (CHIP) controller/bridge implementation linux c++
- Integrating Philips Hue with Home Assistant via Zigbee
- ZIgbee GNUradio Physical Layer Data Collection Error
- 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?
- How can I use Zigpy in Python to create a standalone simulated device and connect it to an existing Zigbee network?
- How to start with zigpy command line and Sonoff Zigbee 3.0 USB Dongle Plus (ZBDongle-E)?
- Flashing: Timeout SONOFF Zigbee Stick 3.0
- XBEE 3 Zigbee 3.0 sometimes sends wrong message content
- How to only dissect one attribute of a Zigbee Cluster Library frame in a Wireshark Lua dissector
- Zigbee Device, last communication time with the gateway
- Zigbee2mqtt docker using windows over wsl2 fails to recognize sonof zigbee 3 dongel plus type e
- How do I get a value from an zigbee2mqtt sensor
- /dev/ttyACM0 and lsusb
Related Questions in NODE-XBEE
- What channels does the xbee use to communicate?
- xbee network communication topology question (need advise)
- Arduino serial data manipulation - Sensors Serial Data, Read and parse to variables
- Interface with Xbee pro-S2C with raspberry pi to set frequency parameters
- Can I connect a heartbeat sensor to XBee?
- how to controll the timing of data transmission (receive and transmit) in xbee module
- xbee and arduino in mesh network
- Get the MAC address of an XBee using Node.js
- Can Zigbee/XBee Routers Automatically Associate with Coordinators
- ZigBee Gateway Clarification?
- Checksum Mismatch Error when using node-xbee to send a packet
- Understanding Serial Data from XBee using Node-XBee and Node-SerialPort
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can use IC parameter(Change Detection) to configure the router xbee to transmit if there's any change in input pin(GPIO configured as input). Set it to FF to monitor all the GPIOs for any change in the inputs.