Remember
Register
Home
/
Support
/
Support Forum
/
XBee3: When i press the restart button on dev board, the LED attached pin 16 dimly illuminated
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
(383)
Python
(1,016)
RF Solutions and XBee
(8,413)
Device Cloud-enabled RF Gateways
(97)
XBee3
(474)
XBee3 Cellular
(72)
XBee3 ZigBee
(233)
XBee3 DigiMesh
(65)
XBee3 802.15.4
(47)
IEEE 802.11 (Wi-Fi)
(267)
IEEE 802.15.4
(1,644)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,488)
ZigBee Smart Energy Profile 1.1
(111)
DigiMesh Proprietary Mesh Networking
(782)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(513)
XBee Programmable Development
(777)
XBee Cellular
(119)
MicroPython
(66)
Digi TransPort
(785)
Digi Connect Cellular
(443)
DAL
(4)
Embedded Devices
(4,160)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
XBee3: When i press the restart button on dev board, the LED attached pin 16 dimly illuminated
0
votes
XBee3: When i press the restart button on dev board, the LED attached to pin 16 dimly illuminated.
Why is this. I don't want that little voltage to go to that pin when I press restart lol
gpio
xbee3
zigbee
configuration
reset
asked
Aug 5, 2020
in
XBee3 ZigBee
by
edunn106
New to the Community
(
25
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Then you would need to set the line to Output low.
answered
Aug 5, 2020
by
mvut
Veteran of the Digi Community
(
15,107
points)
it is set to Output low (DIO6 = 4)
somehow when you press the reset button (or of course wire pin 5 (RST pin) to GND (same as pressing reset button).. pin 16 shoots to like 1.8 volts thereby dimly illuminating the led on pin 16.. no Bueno since I am intending on using pin 16 as an output to trigger a relay... don't want it to trigger the relay when I press reset in the field lol.
any thoughts?
The line is generally /RTS which is active low. So in that case, try changing the pull up/down resistor to down.
how might I change specifically dio6 (pin 16) 's pull up/down resistor to down?
I see the PR and PD settings in xctu require hex.. I don't want to mess up the other pins lol
would I change the PR or PD setting?
Since it is DIO 6, you need to change the value on PD for bit 5. That means that the value would be 0xFFDF
ok. I changed PD to FFDF.
After writing this setting change pin 16 (DIO6) still shows 1.9V when reset button is pressed.
my PR is set to DCCA for who knows why, never touched intentionally or anything so its probably been that way since I started developing. in the info drop down it say PR at default is FFFF. again mine is set to DCCA.
Then I would set it to FFFF.
im afraid for all other pins but ok sounds good.
ok PD = FFDF, PR = FFFF
dio6 (pin 16) still shows 1.9V when reset button is pressed.
Please
log in
or
register
to add a comment.
...