To preface:
- Board: Custom with nRF9151 module
- nRF Connect SDK / Toolchain: 3.1.0
- Modem Firmware 2.0.4
- Carrier: Verizon and T-Mobile
Hello,
Question: Can the nRF9151 modem LTE radio be gated by direction of an external Packet Traffic Arbiter (PTA) using a 1-wire GPIO solution?
I know the nRF9151 has a "grant" signal by means of COEX2 where it can allow other MCU's to use the airspace where the nRF9151 has priority. From my understanding, using the nRF Connect SDK BLE stack as an example, this requires the BLE stack to be tightly coupled with the grant signal via the MPSL layer. This is demonstrated with the following example:
docs.nordicsemi.com/.../README.html
Can the reverse be done? Ie, can the nRF9151 modem stack be tightly coupled with the MPSL layer that receives a grant from another MCU to allow LTE transmissions? For example, could you could wire a PA (Power Amplifier) signal from a nRF52840 to a gpio on the nRF9151 and configure this GPIO as a LTE grant? In this scenario, the nRF52840 BLE stack would have priority.
Edit: Your new AI tool says this can't be done. Since I know AI can hallucinate, I decided to post this question anyway just to confirm. From my research, I agree with the AI tool, but confirmation would be much appreciated.
Thanks,
Derek