Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mic serial plotter shows errors #5

Closed
luvwinnie opened this issue Aug 1, 2022 · 6 comments
Closed

Mic serial plotter shows errors #5

luvwinnie opened this issue Aug 1, 2022 · 6 comments
Assignees
Labels
Seeed_Arduino_Mic Label for Seeed_Arduino_Mic UAY Unassigned yet

Comments

@luvwinnie
Copy link

luvwinnie commented Aug 1, 2022

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? 

@omidz97
Copy link

omidz97 commented Mar 22, 2023

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.

@street-grease-coder
Copy link

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

@bigbearishappy
Copy link
Member

This demo code of nrf52840 is based on mbed os. So when we select the board, we should select it under Seeed nRF 52 mbed-enabled Boards.

Tools->Board->Seeed nRF 52 mbed-enabled Boards->...

Then it should be able to compile.

@MatthewJeffson MatthewJeffson added UAY Unassigned yet Seeed_Arduino_Mic Label for Seeed_Arduino_Mic labels Oct 9, 2024
@Cincinnatu
Copy link
Contributor

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?

Have you tried the suggestion in this GitHub comment #5 (comment), and does it work properly?

@vkfive
Copy link

vkfive commented Oct 16, 2024 via email

@Cincinnatu
Copy link
Contributor

"The error message '#error "This library targets only Wio Terminal boards at the moment"' occurs because the Seeed_Arduino_Mic library file does not yet support the XIAO nRF52840 BLE Sense version. Therefore, you need to reinstall this library file, make sure it is the latest version, in order to use XIAO nRF52840 BLE Sense properly."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Seeed_Arduino_Mic Label for Seeed_Arduino_Mic UAY Unassigned yet
Projects
Status: Done
Development

No branches or pull requests

7 participants