I just received my new Xiao BLE nRF52840. I’m developing in the Arduino IDE and installed the board manager pointer to https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
I install the boards in Board Manager.
When I try to compile a simple blink LED program, I get the following errors
arm-none-eabi-g++: error: C:\Users\erikj\AppData\Local\Arduino15\packages\Seeeduino\hardware\nrf52\2.6.1\variants\SEEED_XIAO_NRF52840_SENSE/defines.txt: No such file or directory
arm-none-eabi-g++: error: C:\Users\erikj\AppData\Local\Arduino15\packages\Seeeduino\hardware\nrf52\2.6.1\variants\SEEED_XIAO_NRF52840_SENSE/cxxflags.txt: No such file or directory
arm-none-eabi-g++: error: C:\Users\erikj\AppData\Local\Arduino15\packages\Seeeduino\hardware\nrf52\2.6.1\variants\SEEED_XIAO_NRF52840_SENSE/includes.txt: No such file or directory
exit status 1
Error compiling for board Seeed XIAO BLE Sense - nRF52840.
I look at the directory structure and sure enough there is no sub-directory 2.6.1\variants…
variants is a missing directory under 2.6.1
Any ideas? I’ve uninstalled and reinstalled the boards with no luck