
27,90 €
Including VAT, plus shipping costsThe 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 analog converter of the board exists.
You can find here your board warranty informations.
In the Getting Started section, you can find all the information you need to configure your board, use the Arduino Software (IDE), and start to tinker with coding and electronics.
| Microcontroller | SAMD21 Cortex-M0+ 32bit low power ARM MCU |
| Board Power Supply (USB/VIN) | 5V |
| Supported Battery(*) | Li-Po single cell, 3.7V, 700mAh minimum |
| DC Current for 3.3V Pin | 600mA |
| DC Current for 5V Pin | 600mA |
| Circuit Operating Voltage | 3.3V |
| Digital I/O Pins | 22 |
| PWM Pins | 12 (0, 1, 2, 3, 4, 5, 6, 7, 8, 10, A3 - or 18 -, A4 -or 19) |
| UART | 1 |
| SPI | 1 |
| I2C | 1 |
| Analog Input Pins | 7 (ADC 8/10/12 bit) |
| Analog Output Pins | 1 (DAC 10 bit) |
| External Interrupts | 8 (0, 1, 4, 5, 6, 7, 8, A1 -or 16-, A2 - or 17) |
| DC Current per I/O Pin | 7 mA |
| Flash Memory | 256 KB |
| Flash Memory for Bootloader | 8 KB |
| SRAM | 32 KB |
| EEPROM | no |
| Clock Speed | 32.768 kHz (RTC), 48 MHz |
| LED_BUILTIN | 32 |
| Full-Speed USB Device and embedded Host |
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 analog converter of the board exists.
You can find here your board warranty informations.
In the Getting Started section, you can find all the information you need to configure your board, use the Arduino Software (IDE), and start to tinker with coding and electronics.
The MKR ZERO is open-source hardware! You can build your own board using the following files:
EAGLE FILES IN .ZIP SCHEMATICS IN .PDFOn-board SD
The on- board SD connector allows you to play with files without adding any extra hardware to the board. Furthermore SD card is driven by a dedicated SPI interface (SPI1) and so any of the pins of the header is busy during SD usage. The SD library automatically recognizes the MKR ZERO and so any modification to the sketch is needed to use it aprat from choosing the right SS pin (SDCARD_SS_PIN).
Battery capacity
Li-Po batteries are charged up to 4,2V with a current that is usually half of the nominal capacity (C/2). For Arduino MKR ZERO we use a specialized chip that has a preset charging current of 350mAh. This means that the MINIMUM capacity of the Li-Po battery should be 700 mAh. Smaller cells will be damaged by this current and may overheat, develop internal gasses and explode, setting on fire the surroundings. We strongly recommend that you select a Li-Po battery of at least 700mAh capacity. A bigger cell will take more time to charge, but won't be harmed or overheated. The chip is programmed with 4 hours of charging time, then it goes into automatic sleep mode. This will limit the amount of charge to max 1400 mAh per charging round.
Battery connector
If you want to connect a battery to your MKRZero be sure to search one with female 2 pin JST PHR2 Type connector. Polarity : looking at the board connector pins, polarity is Left = Positive, Right = GND Connector datasheet On the MKRZero, connector is a Male 2pin JST PH Type
Additional I2C Port
The MKRZero has an additional connector meant as an extension of the I2C bus. It's a small form factor 5-pin connector with 1.0mm pitch. The mechanical details of the connector can be found in the connector datasheet. The I2C port in addition to the SDA and SCL signals includes the GND and +5V power rails and a digital pin that might be useful when designing an expansion.
The MKR ZERO is open-source hardware! You can build your own board using the following files:
EAGLE FILES IN .ZIP SCHEMATICS IN .PDFOn-board SD
The on- board SD connector allows you to play with files without adding any extra hardware to the board. Furthermore SD card is driven by a dedicated SPI interface (SPI1) and so any of the pins of the header is busy during SD usage. The SD library automatically recognizes the MKR ZERO and so any modification to the sketch is needed to use it aprat from choosing the right SS pin (SDCARD_SS_PIN).
Battery capacity
Li-Po batteries are charged up to 4,2V with a current that is usually half of the nominal capacity (C/2). For Arduino MKR ZERO we use a specialized chip that has a preset charging current of 350mAh. This means that the MINIMUM capacity of the Li-Po battery should be 700 mAh. Smaller cells will be damaged by this current and may overheat, develop internal gasses and explode, setting on fire the surroundings. We strongly recommend that you select a Li-Po battery of at least 700mAh capacity. A bigger cell will take more time to charge, but won't be harmed or overheated. The chip is programmed with 4 hours of charging time, then it goes into automatic sleep mode. This will limit the amount of charge to max 1400 mAh per charging round.
Battery connector
If you want to connect a battery to your MKRZero be sure to search one with female 2 pin JST PHR2 Type connector. Polarity : looking at the board connector pins, polarity is Left = Positive, Right = GND Connector datasheet On the MKRZero, connector is a Male 2pin JST PH Type
Additional I2C Port
The MKRZero has an additional connector meant as an extension of the I2C bus. It's a small form factor 5-pin connector with 1.0mm pitch. The mechanical details of the connector can be found in the connector datasheet. The I2C port in addition to the SDA and SCL signals includes the GND and +5V power rails and a digital pin that might be useful when designing an expansion.
| Article number | 165433 |
| Manufacturer | ARDUINO |
| Manufacturer Part Number | ABX00012 |
| EAN | 813747020190 |
27,90 €
Including VAT, plus shipping costs| Article number | 165433 |
| Manufacturer | ARDUINO |
| Manufacturer Part Number | ABX00012 |
| EAN | 813747020190 |
You have a question regarding one of our products? You are searching for a rare set?
Our team of experts will be happy to help you!
With the customer card you collect points worth 5% of your purchase with every transaction in our shop or in our online shop.
For orders with a value of 100 € and more, standard shipping to many EU countries is free of charge.
Place your order conveniently online and collect your goods in our shop yourself. You will be informed as soon as the order is ready.
All prices incl. VAT. Crossed-out prices correspond to the previous LToys price.
All data generated during your visit on ltoys.lu is transmitted SSL-encrypted.
You can pay securely and conveniently at our shop. Whether online via a payment service provider or by bank transfer.
We use cookies and similar technologies to personalise content and improve your experience. They are also used to provide basic website functionality and to understand how customers use our website and to use this information to improve the website.
To continue, please select one of the two options. You can adjust your settings at any time.
With which cookie settings do you want to proceed?