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

Added support for SX1262 modules #123

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

iw2lsi
Copy link

@iw2lsi iw2lsi commented Aug 27, 2021

Select the board labeled "Custom ESP32 Wroom + NiceRF SX1262 (Crystal)" and, if necessary, change the GPIO definitions using templates;

eg:

{"name":"[150] DevC4 NiceRF","aADDR":60,"oSDA":0,"oSCL":0,"oRST":0,"pBut":4,"led":0,"radio":2,"lNSS":18,"lDIO0":26,"lDIO1":33,"lBUSSY":25,"lRST":23,"lMISO":19,"lMOSI":27,"lSCK":5,"lTCXOV":0.0}

for SX1262 radio field must be 2

…_RADIO with the following meaning: 0=SX1268 1=SX1278 2=SX1262)
…tal)" added with radio type = 2 aka SX1262

the definition of the new board was previously given using the template below but fails because of the radio=0 definition in the base-board "Custom ESP32 Wroom + SX126x (Crystal)"

{"name":"[150] DevC4 NiceRF","aADDR":60,"oSDA":0,"oSCL":0,"oRST":0,"pBut":0,"led":0,"radio":2,"lNSS":18,"lDIO0":26,"lDIO1":33,"lBUSSY":25,"lRST":23,"lMISO":19,"lMOSI":27,"lSCK":5,"lTCXOV":0.0}
@wangxiangwangeuse
Copy link

“radio”:2 or “radio”:0???

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

Successfully merging this pull request may close these issues.

2 participants