Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin allocations in Simulator are for DIO0 and DIO1 #11

Open
StuartsProjects opened this issue Dec 10, 2019 · 1 comment
Open

Pin allocations in Simulator are for DIO0 and DIO1 #11

StuartsProjects opened this issue Dec 10, 2019 · 1 comment
Labels
question Further information is requested simulator Issue related to simulator software

Comments

@StuartsProjects
Copy link

The pin allocations for the simulator are;

#define RADIO_DIO0 2
#define RADIO_DIO1 3
#define RADIO_BUSY 9

When using an SX126x, do you need to connect its DIO1 pin to the pin defined as RADIO_DIO0 ?

@jgromes
Copy link
Contributor

jgromes commented Dec 10, 2019

That's correct, it is written that way because of SX1278 (and because SX1268 starts at DIO1). However, support for SX1278 will be dropped from the simulator anyway (because of the sync word issue, #10).

@jgromes jgromes added question Further information is requested simulator Issue related to simulator software labels Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested simulator Issue related to simulator software
Projects
None yet
Development

No branches or pull requests

2 participants