Gambalunga / LCD-Alarm-Clock-Adafruit-Feather-M0-Express

An LCD Alarm Clock using the Adafruit Feather M0 Express. Automatic correction for Daylight Saving Time and plays a short WAV file for the alarm.
GNU General Public License v3.0
2 stars 0 forks source link

Feather M0 QSPI/SPI not defined #1

Open parentevan opened 1 year ago

parentevan commented 1 year ago

Hello there, I know this is a few years old, but I'm excited to try it. I'm having trouble getting the SPI to initialize on the Feather M0 Express. I continue to get a:

error No QSPI/SPI flash are defined on your board variant.h

Hoping you could provide some guidance.

Evan

Gambalunga commented 1 year ago

Hi Evan

Unfortunately sometimes some of the libraries change and this could be a problem. I generally tackle small sketches to test functions and then adapt that into the project sketch. At the moment I still have the original sketch functioning on the clock but I have developed the concept quite a bit and used the M4 Express but as that was not available the most recent that I have done reverts to the M0 Express but I now use the Adalogger Feather Wing which uses a micro SD for more storage of the Alarm tune and a RTC.

I would like to help you more but I am away from home for the next few weeks. I will be back early June. If you are still having problems then I can try to help.

Good luck Peter

Il Ven 12 Mag 2023, 16:14 parentevan @.***> ha scritto:

Hello there, I know this is a few years old, but I'm excited to try it. I'm having trouble getting the SPI to initialize on the Feather M0 Express. I continue to get a:

error No QSPI/SPI flash are defined on your board variant.h

Hoping you could provide some guidance.

Evan

— Reply to this email directly, view it on GitHub https://github.com/Gambalunga/LCD-Alarm-Clock-Adafruit-Feather-M0-Express/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALANA3ANV2G42PVMT4YHHMTXFZHXFANCNFSM6AAAAAAX7VIW2E . You are receiving this because you are subscribed to this thread.Message ID: <Gambalunga/LCD-Alarm-Clock-Adafruit-Feather-M0-Express/issues/1@ github.com>

parentevan commented 1 year ago

Peter,

Thank you so much for the response. I have changed course on this project and utilized a adafruit music maker featherwing with the Adafruit Feather M0 WiFi - ATSAMD21 + ATWINC1500 to create a wifi accessible music player. It has been successful, just waiting on a couple more parts. I'm actually making a little bug to annoy my coworker and lifting ideas and code where I can. I'd still love to see what you've developed. I was initially trying to utilize your Audio_FeatherM0 info, but there was no place for public comment.

Evan