MKR ZERO has an on-board SD connector with dedicated SPI interfaces (SPI1) that allows you to play with MUSIC files with no extra hardware!
Watch out music makers, we’ve got some news for you! We have released two libraries for your enjoyment:
Arduino Sound library– a simple way to play and analyze audio data using Arduino on SAM D21-based boards.
I2S library– to use the I2S protocol on SAMD21-based boards. For those who don’t know, I2S (Inter-IC Sound) is an electrical serial bus interface standard for connecting digital audio devices.
The MKR ZERO brings you the power of a Zero in the smaller format established by the MKR form factor. The MKR ZERO board acts as a great educational tool for learning about 32-bit application development. It has an on-board SD connector with dedicated SPI interfaces (SPI1) that allows you to play with MUSIC files with no extra hardware! The board is powered by Atmel’s SAMD21 MCU, which features a 32-bit ARM Cortex® M0+ core.
Warning: Unlike most Arduino & Genuino boards, the MKRZero runs at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Applying voltages higher than 3.3V to any I/O pin could damage the board.
The board contains everything needed to support the microcontroller; simply connect it to a computer with a micro-USB cable or power it by a LiPo battery. The battery voltage can also be monitored since a connection between the battery and the analogue converter of the board exists.
Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.
Accreditations
5.00
Based on 3 reviews
Write Review
Sort
Clear Filters
Order By
Newest First
Oldest First
Most Popular
Highest Rating
Breakdown
3
0
0
0
0
Product Reviews
JP
Verified Customer
John P
Skipton, United Kingdom
Arduino MKR Zero
I can recommend this if you are interested in I2S audio. Suitable for interfacing digital mics like INMP441 or SPH0645 all 3.3v devices. Uno etc does not support I2S.
I now own 2 of these great little boards and will no doubt buy more in the future. With a whole range dedicated to the mkr form factor for additional headers you can't go wrong.
Arduino MKR Zero - absolute bargain!
If you are familiar with other Arduinos you'll be fine, you'll need to add the SAMD boards to your IDE (even beginners can do this following instructions online).