Remember
Register
Home
/
Support
/
Support Forum
/
sleep immediate in Xbee
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(389)
Python
(1,022)
RF Solutions and XBee
(8,455)
Device Cloud-enabled RF Gateways
(97)
XBee3
(484)
XBee3 Cellular
(73)
XBee3 ZigBee
(237)
XBee3 DigiMesh
(65)
XBee3 802.15.4
(49)
IEEE 802.11 (Wi-Fi)
(267)
IEEE 802.15.4
(1,646)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,490)
ZigBee Smart Energy Profile 1.1
(111)
DigiMesh Proprietary Mesh Networking
(785)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(515)
XBee Programmable Development
(779)
XBee Cellular
(121)
MicroPython
(66)
Digi TransPort
(791)
Digi Connect Cellular
(448)
DAL
(5)
Embedded Devices
(4,173)
Google Coral
(2)
Rabbit
(3,202)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,274)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(380)
sleep immediate in Xbee
0
votes
Hi I'm working on Digi Xbee3 micro module firmware version 300B and in mycropython mode. I need to configure the device such a way that it should draw low battery so is there any option for sleep immediate after transmitting data kindly let me and thank you in advance.
sleep
xbee3
micropython
asked
Sep 23, 2020
in
XBee3 DigiMesh
by
Girish HL
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
If you are using a Mesh network, then no. But if you are doing point to point, point to multi-point, you can use the sleep.now function.
answered
Sep 23, 2020
by
mvut
Veteran of the Digi Community
(
15,282
points)
Please
log in
or
register
to add a comment.
...