-
Notifications
You must be signed in to change notification settings - Fork 940
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 the LR1121 radio to the NRF52 Pro-Micro #5515
base: master
Are you sure you want to change the base?
Conversation
@markbirss I tried it and it works. |
I have also myself tried other values for "#define LR11X0_DIO3_TCXO_VOLTAGE 1.6" 1.8 and 3.0 It failing with trunk formatting issues variants/diy/nrf52_promicro_diy_tcxo/Schematic_Pro-Micro_Pinouts.png variants/diy/nrf52_promicro_diy_tcxo/variant.h I think there is a space line 158 after #endif in variant.h? the png you might convert to pdf ? |
Yeah, I just went with what has worked on other modules of the same type. 3.0V seems high unless the guidance is similar to Seeed, who iirc advise 0.2V under vcc
Trunk doesn't work on windows, and my WSL is a mess. I'll sort it on a VM later. I'll convert the PNG to WEBP, too. Pdf may be too much. |
Ebyte reference source code uses 1.8 V of TCXO power supply voltage. |
@caveman99 Can you comment on this? I'm cribbing your content here... |
Added support for the LR1121 radio, tested as functional with an E80-900M2213S from CDEbyte.
It worked at 1.6v, but ¯\_(ツ)_/¯
Not familiar with the actual E80 design here, but if you don't wanna use GNSS scanning the DIO7 can be left undefined. For good measure i would define it as it is switched to the right position by the lib then for sure. In the rfswitch.h simply add a 3d switch column for DIO7 that is always false except in the GNSS case. |
Added support for the LR1121 radio, tested as functional with an E80-900M2213S from CDEbyte.