Seeed-Studio / Seeed_Arduino_Mic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mic serial plotter shows errors

luvwinnie opened this issue · comments

I tried to upload the mic_serial_plotter.ino to nRF52840 BLE Sense without Seeeduino XIAO Expansion board. However, it shows the following error on macOS.

 #error "This library targets only Wio Terminal boards at the moment"
  ^~~~~
exit status 1
Error compiling for board Seeed XIAO BLE Sense - nRF52840.

How can I solve this?

I tried to upload the mic_serial_plotter.ino to nRF52840 BLE Sense without Seeeduino XIAO Expansion board. However, it shows the following error on macOS.

 #error "This library targets only Wio Terminal boards at the moment"
  ^~~~~
exit status 1
Error compiling for board Seeed XIAO BLE Sense - nRF52840.

How can I solve this?

You must select "Seeed XIAO BLE Sense - nRF52840" board from the tools menu.
Go to Tools > Board > Select "Seeed XIAO BLE Sense - nRF52840" option .

If you don't see this option, first you must install the board package:
To navigate to File > Preferences, and fill “Additional Boards Manager URLs” with the URL below:
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
Navigate to Tools > Board > Boards Manager, type the keyword “seeed nrf52” in the search box, select the latest version of Seeed nRF52 Boards, and install it.
After installing the board package, navigate to Tools > Board > Seeed nRF Boards and select “Seeed XIAO BLE – nRF52840“.

Now you should be able to compile correctly.

I have the same issue with the correct board selected...