-
Notifications
You must be signed in to change notification settings - Fork 2
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
FTT example doesn't work #8
Comments
Also, i tried all the examples that finish with "18003" in the follow link but none works. ¿what im doing wrong? https://github.com/RAKWireless/RAKwireless-Audio-library/tree/main/examples/RAK4631 |
The only example that work it it's https://github.com/RAKWireless/RAKwireless-Audio-library/tree/main/examples/RAK4631/PDMSerialPlotter_RAK18003 |
I tried this example and works ok. The main difference it's that Audio_Alarm.ino don't initialize SPI CS1,CS2 and CS3 in RAK18003Init();. I tried to do the same in the FTT&PDM Examples but didn't work it. |
The basic serial plotter and Audio_Alarm will work with most version of the Arduino IDE. The FFT example does not work with 2.x versions, so this is likely your problem. I use the 1.8.19 version which will work. The reason is that the Serial Plotter works differently between the 2.x and 1.x versions. |
Hello friends,
I'm buyed an Wisblock Microphone Starter Kit (SKU 116088) working with PDMSerialPlotterFFT example from https://github.com/RAKWireless/RAKwireless-Audio-library/blob/main/examples/RAK4631/PDMSerialPlotterFFT/PDMSerialPlotterFFT.ino
I run the example in Arduino IDE and works nice only two loop cycles, then just says
¿how can i solve it?
The text was updated successfully, but these errors were encountered: