Skip to content

Ebyte E22-400M30S #415

Answered by jgromes
EliasA97 asked this question in Q&A
Dec 2, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

The primary function of all DIOx pins is to provide digital signals to or from the SX126x. In that they can all be used interchangeably. However, DIO2 and DIO3 also have special functions. DIO2 can act as an RF switch control pin, while DIO3 can act as voltage reference for TCXO. By default, that's the configuration RadioLib uses. DIO1 is then used as a source of external interrupts for the microcontroller.

So, if you are going to use the default configuration, DIO1 is an output of the module, while DIO2 is not connected to the microcontroller. E22-400M30S has an RF switch that you have to control using the RxEN and TxEN pins. You could connect RxEN and TxEN to some GPIO pins of the ATmeg…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@EliasA97
Comment options

Answer selected by EliasA97
Comment options

You must be logged in to vote
2 replies
@jgromes
Comment options

@EliasA97
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants