Antenna Switch CTRL/ floating #1393
Unanswered
maxgerhardt
asked this question in
Q&A
Replies: 1 comment
-
From our observations/testing letting this pin floating provides the expected result. If you don't mind I move this issue to the Discussions tab. In addition you may get better support by posting your question on Semtech developer portal forum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SX1261MBxAS board has a PE4259 RF switch.
The implementation for this board sets the pin to analog in (
PIN_ANALOGIC
) when the switch is supposed to be turned off.LoRaMac-node/src/boards/NucleoL152/sx1261mbxbas-board.c
Lines 317 to 325 in 24d55f6
Per datasheet the CTRL/ pin (that this piece of the software controls) is also the V_DD, positive supply voltage pin.
Does this pin not need to be driven to LOW instead of floating to prevent the switch from drawing any power?
Beta Was this translation helpful? Give feedback.
All reactions