I am connecting the board directly to pc.
You’ll have to forgive my noob like tendecies here, this is all black magic to me
Anyhow, hopefully the screenprint and log will, tell you more than I can, In the screen print, is it normal for the log to give an error at the end? I have reduced the log significantly as I had to many characters.
Arduino: 1.8.19 (Windows 7), Board: "WisBlock RAK4631, S140 6.1.1, Level 2 (Full Debug)"
Using cached library dependencies for file: C:\Users\Martin\AppData\Local\Arduino15\packages\rakwireless\hardware\nrf52\1.0.1\libraries\Adafruit_TinyUSB_Arduino\src\tusb.c
Generating function prototypes...
"C:\\Users\\Martin\\AppData\\Local\\Arduino15\\packages\\rakwireless\\tools\\arm-none-eabi-gcc\\9-2019q4/bin/arm-none-eabi-g++" -mcpu=cortex-m4 -mthumb -c -g -w -mfloat-abi=hard -mfpu=fpv4-sp-d16 -u _printf_float -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -w -x c++ -E -CC -DF_CPU=64000000 -DARDUINO=10819 -DARDUINO_WisCore_RAK4631_Board -DARDUINO_ARCH_NRF52 "-DARDUINO_BSP_VERSION=\"1.0.1\"" -DDEBUG -DNRF52840_XXAA -DUSBCON -DUSE_TINYUSB -D
"C:\\Users\\Martin\\AppData\\Local\\Arduino15\\packages\\rakwireless\\tools\\arm-none-eabi-gcc\\9-2019q4/bin/arm-none-eabi-size" -A "C:\\Users\\Martin\\AppData\\Local\\Temp\\arduino_build_447117/RAK1906_Environment_BME680.ino.elf"
Sketch uses 66660 bytes (8%) of program storage space. Maximum is 815104 bytes.
Global variables use 7640 bytes (3%) of dynamic memory, leaving 229928 bytes for local variables. Maximum is 237568 bytes.
Forcing reset using 1200bps open/close on port COM5
PORTS {COM1, COM5, } / {COM1, } => {}
PORTS {COM1, } / {COM1, } => {}
Couldn’t find a Board on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board’s reset button after initiating the upload.
Thought I’d better update this,I think I’ve just had a breakthrough after two days of playing about!
I’ve just found a tool called " zadig "
It has basically just pinpointed my problem to drivers.
In normal board mode, green light on, all good, connected to COM* port.
Double press button, green light pulsates, mounts to a Drive, nRF Serial, my problem was no driver assigned.
I can confirm no issues with the RAK hardware, is was my PC!
Now fixed, uploaded and I now have my first bit of data coming through the board.
I hope this helps a fellow new guy, Im over the moon
Have a nice day and thanks for your help @beegee