AUX signal is LoRa output to Arduino input, meaning 3.3V to 5V so no problem there.Eric's solution at #11 can help. Outputs usually also have protection diodes, so you can't passively pull an input to more than a diode drop above the positive supply of the outputting device - so around 3.9 to 4 V with 3.3 V circuits. Again you must be careful not to exceed the current handling of the diodes and you have that risk of powering an unpowered circuit through the diode. But 10k limits the maximum current under any circumstances to half a milliamp. 4 volts is going to be a good clean logic HIGH for any standard input for CMOS running on 5 V. You definitely would not use the resistor in series between the output and the input.
I'm curious about the first three lines in the table at #16. How is direct connection safe/functional for those signals?
The manufacturer states the module can stand 5V but 3.3V is recommended, so I just connected M0 and M1 pins directly to 5V output of the arduino. They output HIGH or LOW cpntonuously and work in combination to decide one of 4 working modes.
Whether I should use 5V or 3.3V was unclear to me, and some people suggested to lower the voltage into 3.3V, so I decided to connect a resistor to the UART pins where the data would be sure to go directly into the MCU of the LoRa module
I attached a datasheet if somebody is looking for one.
Attachments
-
1.7 MB Views: 9