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
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4

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

4.7/5
Product ID: 74180289
Secure Transaction

Details

  • Brand
    Arduino
  • CPU Socket
    TQFP-32
  • RAM Memory Technology
    SRAM
  • Compatible Processors
    SAMD21 ARM
  • Memory Clock Speed
    48 MHz
  • Model Name
    Arduino MKR
48 MHz ARM Cortex-M0+ processor
💾250KB Flash + 32KB SRAM memory
📶Dual WiFi & Bluetooth connectivity

Description

🚀 Elevate your IoT game with the MKR WiFi 1010 — where power meets connectivity!

  • MEMORY TO SCALE - 250KB flash and 32KB SRAM support advanced applications and real-time data handling.
  • VERSATILE I O ARSENAL - 14 digital pins (6 PWM), 6 analog inputs, plus I2C, SPI, UART for limitless sensor and device combos.
  • POWERHOUSE PERFORMANCE - 48 MHz 32-bit ARM Cortex-M0+ delivers smooth, efficient processing for complex IoT tasks.
  • PLUG PLAY WITH ARDUINO IDE - Fully compatible with Arduino IDE for rapid prototyping and access to a vast developer community.
  • SEAMLESS WIRELESS INTEGRATION - Built-in WiFi 802.11 b/g/n and Bluetooth Low Energy keep your projects connected effortlessly.

The Arduino MKR WiFi 1010 is a compact, powerful microcontroller board featuring a 48 MHz 32-bit ARM Cortex-M0+ processor, integrated WiFi and Bluetooth Low Energy via the NINA-W102 module, and ample memory (250KB flash, 32KB SRAM) to support complex wireless IoT projects. It offers 14 digital I/O pins, 6 analog inputs, and multiple communication protocols, all fully compatible with the Arduino IDE for seamless development and rapid deployment.

Specifications

Processor48 MHz
RAMSRAM
Memory Speed48 MHz
Wireless Type802.11b
BrandArduino
SeriesArduino MKR WIFI 1010
Item model numberABX00023
Item Weight0.635 ounces
Product Dimensions2.76 x 1.97 x 0.79 inches
Item Dimensions LxWxH2.76 x 1.97 x 0.79 inches
Number of Processors1
ManufacturerARDUINO
ASINB07FYFF5YZ
Country of OriginItaly
Is Discontinued By ManufacturerNo
Date First AvailableAugust 1, 2018

Have a Question? See What Others Asked

What AC power adapter will plug right into this?
What are the 3 connectors on the board? What wire do I need in order to program this thing?
What is the proper connector to power this thing with a battery?
Without eeprom, how to store the program (sketch)? after a power off and restart, data on ram is lost.

Reviews

4.7

All from verified purchases

J**F

Worked for us, flexible, just be aware it's 3.3v logic

For the record, the CPU on this board, if you want to read about it, is a SAM D21GxxA in the 48-pin TQFP package, where the "xx" is some number, possibly 18. This might be helpful if you want to look at the data sheet, which is called SAM_D21_DA1_Family_DataSheet_DS40001882F.pdf (you should easily be able to find it from this). This actual pinout of the chip is on p.22. Two distinct SPI interfaces are used on the board. One is the documented Arduino one, and the other is used to control the "NINA" chip which is an FPGA with most of the other board features in it. The WiFi feature has worked well for us, no issues. When I scan for networks, it doesn't pick up as many "fringe" (distant) networks as my Mac does, but that's to be expected with no external antenna. All in all a cool board; just be aware when you integrate with it that the logic signals are all 3.3 volts. I used an HCT-family buffer (74HCT244) to drive 5v logic. I plan on using this board again.

T**Y

Most of the Functionality You Need!

The Arduino MKR WiFi 1010 is an Arduino Nano with integrated Low Emission Bluetooth (Bluetooth LE) and WiFi.I had been using an Arduino Uno Rev 3 but needed WiFi. After many failed attempts at integrating an ESP8266 module, I discovered this microcontroller on the Arduino site. Since the WiFi is already integrated, I could move on with my project.When the product arrived, I ported my code to the new board but found that any attempts to push valued to the EEPROM failed. This is because the MKR WiFi 1010 doesn't HAVE and EEPROM. There are supposed to be methodologies for using the built-in FLASH memory as EEPROM, but the notes I've found are very dubious in that they say there is a limit to the number of times you can do this. I elected to save the initial values as defaults in the code with the ability to adjust them through interactions. It makes for a clunky startup, but it addresses the issue in the short term. I will integrate and SD-Card reader to fill the void.

T**.

So easy to design with

Ove not played with electronics in a long time. Things have progressed leaps and bounds! I'm LOVING the Arduino community and all the various libraries available for inexpensive modules! It makes designing a product so much easier than it used to be! I'm designing a pretty cool product around this thing using BLE. I've only had it a short time and already made huge progress. Very pleased!

K**M

Easy to use + FirmwareUpdater

The media could not be loaded. Using the product is easy.However, you must update the firmware and install the required library on Arduino IDE.Arduino IDE will smoothly guide you to install the required libraries,However, you need to manually install WiFiNINA (from library manger "Sketch>Include Library>Manage Library")WiFiNINA comes with the required firmwareUpdater example, upload it to the Arduino, then go to "Tools>WiFi101/WiFiNINA firmware updater", then follow the instructions to have your Arduino Ready to use :)Good Luck

B**N

Capable chip with heavy lifting already done

The greatest strength of the Arduino platform is unified support. This chip, like everything else I’ve used from Arduino, has worked perfectly out of the box and handled everything I’ve written for it using the Arduino IDE. To me, it’s worth paying extra for a chip with support versus using cheaper but unsupported chips like generic esp8266 products. Again, it’s a matter of preference. I can make everything work... eventually. My time has a price, too.

M**E

They got it right

This device really is ready for IOT work. The adoption of the ECC508 chip was a master stroke for security. My only problem was that the board was delivered defective, specifically the USB connector was misaligned. Since I have a surface-mount workstation, fixing it was effortless, but I don't envy those who lack those tools. For completeness' sake, I'll say the board arrived with all the convincing literature that it was a genuine Arduino and not a cheap copy.

J**N

Works great

Great library support. Connected up to my wireless network right away and I was able to get my project connected to the internet with minimal effort.It is more expensive than most Arduinos, but the combination of Wifi + USB host was a powerful one. Not having to mess around trying to find the right set of shields was a plus.

B**R

Get the right cable

Pretty simple to setup. Remember to load samd boards in ide and get a usb to micro usb data cable. Took me forever to realize I had a charge only cable. Worked fine when I changed cable.

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Ali H.

Fast shipping and excellent packaging. The Leatherman tool feels very premium and sturdy.

1 day ago

Meera L.

Smooth transaction and product arrived in perfect condition.

3 weeks ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving millions of shoppers across more than 100 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
SAR 231

Duties & taxes incl.

KSAstore
1
Free Shipping

with PRO Membership

Delivery Partners: SMSA, iMile

Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Ali H.

Fast shipping and excellent packaging. The Leatherman tool feels very premium and sturdy.

1 day ago

Meera L.

Smooth transaction and product arrived in perfect condition.

3 weeks ago

Arduino Mkr Wifi 1010 Abx00023 32 Bit Arm Cortex M0 | Desertcart KSA