Hey everyone,
I've got this NRF24L01 RF wireless transceiver. datasheet
-The pin in question is the IRQ which is an active low interrupt pin.
-I'm interfacing it with a PIC16f627a uController
-The IRQ pin will connect to the PIC's interrupt on change pin (PORTB), when the NRF receives any data the IRQ will go low, notifying the PIC, which will them proceed to shift out the data
-My question is this: The NRF output for the IRQ is 3.6V when it's not in use, so could I just pull up the pin to 5V to make the PIC happy, or will I damage something?
I've got this NRF24L01 RF wireless transceiver. datasheet
-The pin in question is the IRQ which is an active low interrupt pin.
-I'm interfacing it with a PIC16f627a uController
-The IRQ pin will connect to the PIC's interrupt on change pin (PORTB), when the NRF receives any data the IRQ will go low, notifying the PIC, which will them proceed to shift out the data
-My question is this: The NRF output for the IRQ is 3.6V when it's not in use, so could I just pull up the pin to 5V to make the PIC happy, or will I damage something?