---
product_id: 249212276
title: "MKR WiFi 1010 [ABX00023] – Powerful IoT Development Board with ESP32 Wi-Fi & Bluetooth, Secure Connectivity, and Low Power Consumption"
brand: "arduino"
price: "VT17676"
currency: VUV
in_stock: true
reviews_count: 5
category: "Arduino"
url: https://www.desertcart.vu/products/249212276-mkr-wifi-1010-abx00023-powerful-iot-development-board-with-esp32
store_origin: VU
region: Vanuatu
---

# 48 MHz ARM Cortex-M0+ CPU Dual WiFi & BLE connectivity Built-in Li-Po charging & low power MKR WiFi 1010 [ABX00023] – Powerful IoT Development Board with ESP32 Wi-Fi & Bluetooth, Secure Connectivity, and Low Power Consumption

**Brand:** arduino
**Price:** VT17676
**Availability:** ✅ In Stock

## Summary

> 🚀 Elevate your IoT game with the MKR WiFi 1010 — power, connectivity, and freedom in one sleek board!

## Quick Answers

- **What is this?** MKR WiFi 1010 [ABX00023] – Powerful IoT Development Board with ESP32 Wi-Fi & Bluetooth, Secure Connectivity, and Low Power Consumption by arduino
- **How much does it cost?** VT17676 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.vu](https://www.desertcart.vu/products/249212276-mkr-wifi-1010-abx00023-powerful-iot-development-board-with-esp32)

## Best For

- arduino enthusiasts

## Why This Product

- Trusted arduino brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Memory to Scale:** 250KB flash + 32KB SRAM to handle complex wireless and real-time data projects effortlessly
- • **Developer Friendly:** Fully compatible with Arduino IDE and extensive libraries to accelerate your IoT innovation journey
- • **Plug & Play Expansion:** 14 digital I/O pins, 6 analog inputs, and multiple protocols (I2C, SPI, UART) for versatile sensor and actuator integration
- • **Powerhouse Processing:** 48 MHz 32-bit ARM Cortex-M0+ for seamless multitasking and IoT responsiveness
- • **Next-Level Connectivity:** Integrated ESP32-based WiFi 802.11 b/g/n & Bluetooth Low Energy for instant device pairing and cloud access

## Overview

The Arduino MKR WiFi 1010 is a compact, powerful IoT development board featuring a 48 MHz ARM Cortex-M0+ processor, integrated ESP32 WiFi and Bluetooth Low Energy, and a built-in Li-Po charging circuit. Designed for low power consumption and versatile connectivity, it supports complex wireless projects with ample memory and multiple I/O options, all fully compatible with the Arduino IDE for rapid prototyping and deployment.

## Description

The Board is composed of three main blocks: Microchip ATSAMD21 MCU based on an Arm Cortex-M0+ processor u-blox NINA-W10 series low power 2.4GHz IEEE® 802.11 b/g/n Wi-Fi ECC508 CryptoAuthentication The design includes a Li-Po charging circuit that allows Arduino MKR WiFi 1010 to run on battery power or external 5V, charging the Li-Po battery while running on external power. Switching from one source to the other is done automatically. Microcontroller Microchip ATSAMD21 (Arm Cortex-M0+ processor) WiFi u-blox NINA‑W102 (ESP32) Board Power Supply (USB/VIN) 5V Supported Battery(*) Li-Po single cell, 3.7V, 700mAh Minimum Circuit Operating Voltage 3.3V Digital I/O Pins 8 UART 1 SPI 1 I2C 1 I2S 1Connectivity WiFi, BLE

Review: Je possèdait une carte Arduino Uno, et je voulait me lancer dans le monde des objet connecté. Reçu rapidement, bien emballée, et fonctionne très bien. Je recommande !
Review: 久方ぶりにArduinoUno以外のArduino買ってみました。 随分と便利になったんだね。こりゃなんでもできるわ！ワクワクが止まらない！

## Features

- Powerful 32-bit ARM Cortex-M0+ Processor: The Arduino MKR WiFi 1010 is powered by the SAMD21 ARM Cortex-M0+ microcontroller running at 48 MHz, providing strong processing power for wireless communication and embedded systems.
- Integrated WiFi & Bluetooth Connectivity: Equipped with the NINA-W102 module, the MKR WiFi 1010 offers seamless WiFi (802.11 b/g/n) and Bluetooth Low Energy (BLE) capabilities, enabling easy connection to the internet and other Bluetooth devices for IoT projects.
- Ample Memory for Wireless Applications: With 250KB of flash memory and 32KB SRAM, the MKR WiFi 1010 supports larger, more complex projects that require wireless communication, cloud integration, and real-time data processing.
- Versatile I/O and Expansion Options: Offers 14 digital I/O pins (with 6 PWM and 12-bit resolution), 6 analog inputs, and support for I2C, SPI, and UART, providing a broad range of options for sensors, actuators, and peripheral connections.
- Fully Compatible with Arduino IDE: The MKR WiFi 1010 is fully supported by the Arduino IDE, allowing you to quickly write, upload, and test code with extensive libraries for wireless communication, cloud platforms, and IoT development.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B07FYFF5YZ |
| Best Sellers Rank | #29,990 in Computers ( See Top 100 in Computers ) #191 in Motherboards |
| Item model number | TIFCC0134 |
| Manufacturer | Arduino |
| Product Dimensions | 7 x 5 x 2 cm; 18 g |

## Product Details

- **Brand:** Arduino
- **CPU model:** core_m
- **Installed RAM memory size:** 0.03 GB
- **Memory storage capacity:** 0.03 GB
- **Model name:** Arduino MKR WiFi 1010

## Images

![MKR WiFi 1010 [ABX00023] – Powerful IoT Development Board with ESP32 Wi-Fi & Bluetooth, Secure Connectivity, and Low Power Consumption - Image 1](https://m.media-amazon.com/images/I/61eFBzWHYrL.jpg)

## Questions & Answers

**Q: What AC power adapter will plug right into this?**
A: The recommended external power source for this board is a Li-Po Single Cell, 3.7V, 700mAh Minimum

**Q: What are the 3 connectors on the board?  What wire do I need in order to program this thing?**
A: The MKR 1010 is programmed using the mini usb port. The jst connector is for li-po battery external power & the 5 pin connector is for I2C access. Hope this helps.

**Q: What is the proper connector to power this thing with a battery?**
A: The connector on the side you would plug a battery into is a JST-PH style connector.

**Q: Without eeprom, how to store the program (sketch)? after a power off and restart, data on ram is lost.**
A: The sketch will persist between reboots, but any volatile data in the RAM will be lost unless you include the EEPROM emulator package. The emulator will write to the EEPROM in which the program is stored at the cost of device life. The process significantly reduces the number of times you can write a new program to the Arduino.

## Customer Reviews

### ⭐⭐⭐⭐⭐ Review
*by T***O on 22 July 2019*

Je possèdait une carte Arduino Uno, et je voulait me lancer dans le monde des objet connecté. Reçu rapidement, bien emballée, et fonctionne très bien. Je recommande !

### ⭐⭐⭐⭐⭐ Review
*by ブ***ン on 1 December 2023*

久方ぶりにArduinoUno以外のArduino買ってみました。 随分と便利になったんだね。こりゃなんでもできるわ！ワクワクが止まらない！

### ⭐⭐⭐⭐⭐ Review
*by B***K on 5 September 2022*

i’ve gotten other brands and other models but this is lovely! it has built in wifi, both analog and digital pins although not as many as like a mega2560, or really even a pico, but the libraries are there and it’s super easy to use compared to like micropython and special ides

## Frequently Bought Together

- Arduino MKR WiFi 1010 [ABX00023] – 32-bit ARM Cortex-M0+, WiFi & Bluetooth Connectivity, 250KB Flash, 32KB SRAM, Secure Element, 14 Digital I/O Pins, 6 Analog Inputs, Compatible with Arduino IDE
- Arduino MKR ENV Shield REV2 - Environmental Sensor Shield for IoT Applications [ASX00029]
- Arduino MKR Connector Carrier [ASX00007] – Expansion Board for Arduino MKR Series | Breakout for Easy Connectivity with I/O, Sensors & Modules

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.vu/products/249212276-mkr-wifi-1010-abx00023-powerful-iot-development-board-with-esp32](https://www.desertcart.vu/products/249212276-mkr-wifi-1010-abx00023-powerful-iot-development-board-with-esp32)

---

*Product available on Desertcart Vanuatu*
*Store origin: VU*
*Last updated: 2026-04-25*