Hi, I’m new to lora, I have a project I need to do. I want to connect my Arduino UNO board with RAK3272S for the project, but there are some situations that confuse me. I want to ask these.
In the current situation, I have uploaded the sample p2p code to the modules using USB-to-UART-TTL and they are working smoothly. Since I want to send location information within the project, I am trying to connect it to the Arduino UNO board.
- Can code be uploaded to the RAK3272S module such as USB-to-UART-TTL using Arduino UNO?
- What should be the pin connections to connect the Arduino UNO and RAK3272S module? For example, I want the LED on the Arduino UNO to light up when it sends the LORA signal. What should be the connection to do this?
- The sample p2p code I uploaded via USB-to-UART-TTL contains API functions (the sample p2p code was found in the Arduino IDE). Will there be a difference in the codes when connected to Arduino UNO? What should I pay attention to for P2P communication?