Hi, All,
I want to transmit the correction data (RTCM3) for performing RTK in GNSS by LoRa using RAK811.
For that purpose, P2P mode can be used and a large receive buffer for serial data is required.
I knew I cannot get a large receive buffer using the RUI.
I have found that based on RAK811_LoRaWAN_Arduino, a large receive buffer can be obtained.
(This is Compile log)
Sketch uses 32340 bytes (24%) of program storage space. Maximum is 131072 bytes.
Global variables use 2164 bytes (13%) of dynamic memory, leaving 14220 bytes for local variables. Maximum is 16384 bytes.
However, P2P mode cannot be used here.
Is there any information for using P2P mode based on RAK811_LoRaWAN_Arduino ?