Hi @JasonRJ,
Thanks! I adapted the changes above but unfortunately running into 2 other isseus:
1: When compling I got this error:
S76G_NeoGPS_SX1276:568:31: error: ‘class gps_fix’ has no member named ‘hdop’
568 | data = (uint16_t)(fix.hdop);
| ^~~~
I commented it out to compile further: resulting in:
WARNING: library NeoGPS claims to run on avr, samd, sam, esp8266, arc32, esp32 architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s).
C:\Users\jeroe\Documents\Arduino\libraries\MCCI_LoRaWAN_LMIC_library\src\hal\getpinmap_thisboard.cpp: In function ‘const Arduino_LMIC::HalPinmap_t* Arduino_LMIC::GetPinmap_ThisBoard()’:
C:\Users\jeroe\Documents\Arduino\libraries\MCCI_LoRaWAN_LMIC_library\src\hal\getpinmap_thisboard.cpp:69:72: note: #pragma message: Board not supported – use an explicit pinmap
69 | #pragma message(“Board not supported – use an explicit pinmap”)
| ^
Sketch uses 59876 bytes (30%) of program storage space. Maximum is 196608 bytes.
Global variables use 3064 bytes (14%) of dynamic memory, leaving 17416 bytes for local variables. Maximum is 20480 bytes.
When trying to upload to the board I got:
2: IDE tool reports to put the RAK7200 into ‘boot’ mode.
It is 100% in boot mode as the serial logger reports it is as soon as I report the RAK7200 the logger shows: .
Any advice for me/us?
BR, Jeroen