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 name mappings for sx1262 LoRa radio? #703

Open
gherlein opened this issue Aug 16, 2024 · 2 comments
Open

pin name mappings for sx1262 LoRa radio? #703

gherlein opened this issue Aug 16, 2024 · 2 comments
Labels
question Further information is requested

Comments

@gherlein
Copy link

@ofauchon perhaps you know?

var (
spi = machine.SPI1
nssPin, busyPin, dio1Pin = machine.GP13, machine.GP6, machine.GP7
rxPin, txLowPin, txHighPin = machine.GP9, machine.GP8, machine.GP8
)

what are those pin names? nss is CS, busyPin is busy, dio1 is dio1 - bit the others don't map to any pin names I can find on my part or in the datasheet. Please advise?
image

@deadprogram
Copy link
Member

Probably comes from this board: https://wiki.seeedstudio.com/LoRa_E5_mini/

@deadprogram deadprogram added the question Further information is requested label Aug 17, 2024
@warrenguy
Copy link

@gherlein I think what you're looking for is the RXEN and TXEN pins? If there's no low power TX then set it to machine.NoPin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants