-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
You must select "Seeed XIAO BLE Sense - nRF52840" board from the tools menu. If you don't see this option, first you must install the board package: Now you should be able to compile correctly. |
I have the same issue with the correct board selected... |
This demo code of nrf52840 is based on mbed os. So when we select the board, we should select it under Tools->Board->Seeed nRF 52 mbed-enabled Boards->... Then it should be able to compile. |
Have you tried the suggestion in this GitHub comment #5 (comment), and does it work properly? |
I've resolved it by using different library Sent from my Verizon, Samsung Galaxy smartphone
-------- Original message --------From: CIncinnatus ***@***.***> Date: 10/16/24 8:34 AM (GMT+07:00) To: Seeed-Studio/Seeed_Arduino_Mic ***@***.***> Cc: vkfive ***@***.***>, Comment ***@***.***> Subject: Re: [Seeed-Studio/Seeed_Arduino_Mic] Mic serial plotter shows errors (Issue #5)
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?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
"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." |
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.
How can I solve this?
The text was updated successfully, but these errors were encountered: