Cannot compile for Seeed-XIAO-BLE-Sense nRF52840 #141
-
Hi Trying to compote the player sd analog example for https://www.seeedstudio.com/Seeed-XIAO-BLE-Sense-nRF52840-p-5253.html based on nrf52840 Only thing I modify is adding a #define PIN_CS 7. I always get that AnalogAudioStream does not name a type. I've tried reinstating all relevant things, and make sure the compiler includes the .h file. Doesn't work and I'm stumped. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 5 replies
-
I am afraid that this processor is not supported. |
Beta Was this translation helpful? Give feedback.
-
Just a small pre-warning: I have added an I2S implementation for the Nano BLE Sense, but never had the chance to test it. |
Beta Was this translation helpful? Give feedback.
-
Which Board do you select: I am using -> Arduino Mbed OS Nano Boards -> Arduino Nano 33 BLE. When I compile I am getting lines like the following: The I2S implementation in I2SNanoSenseBLE.h is currently checking for the define ARDUINO_ARDUINO_NANO33BLE |
Beta Was this translation helpful? Give feedback.
-
I committed some changes to support ARDUINO_SEEED_XIAO_NRF52840_SENSE |
Beta Was this translation helpful? Give feedback.
-
@pschatzmann |
Beta Was this translation helpful? Give feedback.
-
It seems that the microcontroller is crashing. |
Beta Was this translation helpful? Give feedback.
-
Just to give an update: the output is working now. I did not have any time to test the i2s input though |
Beta Was this translation helpful? Give feedback.
Just a small pre-warning: I have added an I2S implementation for the Nano BLE Sense, but never had the chance to test it.
See https://github.com/pschatzmann/arduino-audio-tools/wiki/Supported-Architectures