I have an Adafruit Feather 32u4 RFM69HCW Packet Radio (3.3volt) and an Arduino Yun (5Volt) and I want to have the Feather give a simple one-way signal to the Yun (the Yun does not need to send a signal to the Feather). The signal can be as simple as a 3.3 volt feed to an input digital pin on the Yun.
I am concerned about the voltage differences and want to protect both Arduinos.
Thanks for the info. I understand your point to be that the voltage from the 3.3v signal may not send the Yun digital pin HIGH.
To answer your question "Your 3.3V signal is going to the Atmega32u4 on the Yun?":
I was going to connect a jumper from the OUTPUT digital pin on the Adafruit Feather 32u4 RFM69HCW Packet Radio 3.3v to an INPUT digital pin on my Yun (it's an original version bought in 2015 if that makes a difference.) I was also going to connect ground from one board to the other.
Most important question - is this safe without risk to either board?
Can I connect the 3.3v OUTPUT digital pin on the Adafruit Feather 32u4 to an INPUT analog pin (A0) on the YUN to detect a signal from the Adafruit Feather 32u4?
Actually, to protect the devices in case one is powered and the other not, you should put a 4k7 resistor in series with the receiving device to limit the "phantom powering" current to no more than 1 mA. If this is adjacent to the input, it will not be affected by the cable capacitance between.