ventas@creatividadahora.com
995727523
  • CONTACTANOS
  • FAQs
CREATIVIDAD AHORA
Escoger categoria
  • Escoger categoria
  • Accesorios
    • Baterias y cargadores
    • Cables&Jumpers
    • LCD & Display
    • Protoboard & Circuitos
  • Arduino
    • Accesorios
    • ESP32
    • Kits
    • Shield
    • Tarjetas compatible
    • Tarjetas Originales
  • Disp. Prog
    • Fpga
    • Tarjetas
  • Drones
    • Accesorios
    • Armados
    • Helices
    • Kits
    • Motores
    • Tarjetas
    • Variadores
  • Impresion 3D
    • Filamentos
    • Impresoras 3D
    • Modulos
  • Microbit
    • kits
  • Microcontroladores
    • Accesorios
    • Atmel
    • Grabadores
    • Parallax
    • PIC
    • Teensy
  • Modulos & Integrados
    • Actuadores
    • Camaras
    • Conversor A/D
    • Inalambricos
    • Regulador
    • Voz
  • Raspberry
    • Accesorios
    • Camaras
    • Cases
    • Fuentes
    • Kits
    • Kits – Pi4
    • Kits – Pi5
    • Memorias
    • Raspberry Pico
    • Tarjetas
  • Robotica
    • Chasis & Estructuras
    • Motores
    • Ruedas
    • Servomotores
    • Tarjetas
    • Varios
  • Sensores
    • Biometricos
    • Clima
    • Inerciales
    • Otros
    • Presion
    • Proximidad
  • XBee
    • Accesorios
    • Antenas
    • Gateways
    • Kits
    • Modulos
Entrar/Registrarse
0 Wishlist
0 Compare
0 items / S/0.00
Menu
CREATIVIDAD AHORA
0 items / S/0.00
Categorias
  • Accesorios
    • Baterias y cargadores
    • Cables&Jumpers
    • LCD & Display
    • Protoboard & Circuitos
  • Arduino
    • Accesorios
    • Kits
    • Tarjetas Originales
    • Tarjetas compatible
    • Shield
    • ESP32
  • Disp. Prog
    • Tarjetas
    • Fpga
  • Raspberry
    • Tarjetas
    • Raspberry Pico
    • Accesorios
    • Kits
    • Kits – Pi4
    • Kits – Pi5
    • Cases
    • Camaras
    • Fuentes
    • Memorias
  • Drones
    • Accesorios
    • Armados
    • Helices
    • Kits
    • Motores
    • Tarjetas
    • Variadores
  • Impresion 3D
    • Impresoras 3D
    • Filamentos
    • Modulos
  • Microcontroladores
    • Accesorios
    • Atmel
    • Parallax
    • PIC
    • Teensy
    • Grabadores
  • Modulos & Integrados
    • Actuadores
    • Camaras
    • Conversor A/D
    • Inalambricos
    • Regulador
    • Voz
  • Sensores
    • Biometricos
    • Clima
    • Inerciales
    • Presion
    • Proximidad
    • Otros
  • Robotica
    • Chasis & Estructuras
    • Motores
    • Servomotores
    • Ruedas
    • Tarjetas
    • Varios
  • XBee
    • Accesorios
    • Gateways
    • Kits
    • Antenas
    • Modulos
  • Inicio
  • Tienda
  • Cursos
  • Carrito
  • Descargas
  • Blog
Click to enlarge
Inicio Arduino Tarjetas Originales Arduino MKR WiFi 1010
Arduino M0
Arduino M0 S/119.00
Back to products
Sensor Alcohol MQ3
Sensor Alcohol MQ3 S/11.00

Arduino MKR WiFi 1010

S/159.00

Compare
Add to wishlist
Categoría: Tarjetas Originales
Share:
  • Descripción
  • Valoraciones (0)
  • Shipping & Delivery
Descripción

The Arduino MKR WiFi 1010 is the easiest point of entry to basic IoT and pico-network application design. Whether you are looking at building a sensor network connected to your office or home router, or if you want to create a BLE device sending data to a cellphone, the MKR WiFi 1010 is your one-stop-solution for many of the basic IoT application scenarios.

 

See what Massimo Banzi, Arduino Co-founder, has to say about this board in the following video.

 

 

The board’s main processor is a low power Arm® Cortex®-M0 32-bit SAMD21, like in the other boards within the Arduino MKR family. The WiFi and Bluetooth® connectivity is performed with a module from u-blox, the NINA-W10, a low power chipset operating in the 2.4GHz range. On top of those, secure communication is ensured through the Microchip® ECC508 crypto chip. Besides that, you can find a battery charger, and a directionable RGB LED on-board.

 

WiFi and Arduino IoT Cloud

 

At Arduino we have made connecting to a WiFi network as easy as getting an LED to blink. You can get your board to connect to any kind of existing WiFi network, or use it to create your own Arduino Access Point. The specific set of examples we provide for the MKR WiFi 1010 can be consulted at the WiFiNINA library reference page.

 

It is also possible to connect your board to different Cloud services, Arduino’s own among others. Here some examples on how to get the MKR WiFi 1010 to connect to:

 

  • Arduino’s own IoT Cloud: Arduino’s IoT Cloud is a simple and fast way to ensure secure communication for all of your connected Things. Check it out here
  • Blynk: a simple project from our community connecting to Blynk to operate your board from a phone with little code
  • IFTTT: see an in-depth case of building a smart plug connected to IFTTT
  • AWS IoT Core: we made this example on how to connect to Amazon Web Services
  • Azure: visit this github repository explaining how to connect a temperature sensor to Azure’s Cloud
  • Firebase: you want to connect to Google’s Firebase, this Arduino library will show you how

 

Bluetooth® and BLE

 

The communications chipset on the MKR WiFi 1010 can be both a BLE and Bluetooth® client and host device. Something pretty unique in the world of microcontroller platforms. If you want to see how easy it is to create a Bluetooth® central or a peripheral device, explore the examples at our ArduinoBLE library.

 

We Make it Open for you to Hack Along

 

The MKR WiFi 1010 is a dual processor device that invites for experimentation. Hacking the WiFiNINA module allows you to, for example, make use of both WiFi and BLE / Bluetooth® at once on the board. Yet another possibility is having a super-lightweight version of linux running on the module, while the main microcontroller controls low level devices like motors, or screens. These experimental techniques, require advanced hacking on your side. They are possible via modifying the module’s firmware that you can find at our github repositories.

 

BEWARE: this kind of hacking breaks the certification of your WiFiNINA module, do it at your own risk.

 

Battery Power

 

Its USB port can be used to supply power (5V) to the board. It has a Li-Po charging circuit that allows the Arduino MKR WiFi 1010 to run on battery power or an external 5 volt source, charging the Li-Po battery while running on external power. Switching from one source to the other is done automatically.

 

Related Boards

 

If you are looking at upgrading from previous Arduino designs, or if you are just interested in boards with similar functionality, at Arduino you can find:

 

  • Arduino Uno WiFi rev2: the education version of the MKR WiFi 1010, with USB-B connector and embedded accelerometer. Read more here.
  • Nano 33 IoT: if you need an even smaller form factor, this board sacrifices the battery connector, but the basic functionality is essentially the same. Visit its product page here.
  • MKR WiFi 1000: can only run WiFi applications, as it includes a different chipset than the MKR WiFi 1010. Read more about it here.

Especificaciones:

The Arduino MKR WAN 1010 is based on the SAMD21 microcontroller.

Microcontroller SAMD21 Cortex®-M0+ 32bit low power ARM MCU (datasheet)
Radio module u-blox NINA-W102 (datasheet)
Board Power Supply (USB/VIN) 5V
Secure Element ATECC508 (datasheet)
Supported Battery Li-Po Single Cell, 3.7V, 1024mAh Minimum
Circuit Operating Voltage 3.3V
Digital I/O Pins 8
PWM Pins 13 (0 .. 8, 10, 12, 18 / A3, 19 / A4)
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, 16 / A1, 17 / A2)
DC Current per I/O Pin 7 mA
CPU Flash Memory 256 KB (internal)
SRAM 32 KB
EEPROM no
Clock Speed 32.768 kHz (RTC), 48 MHz
LED_BUILTIN 6
USB Full-Speed USB Device and embedded Host
Length 61.5 mm
Width 25 mm
Weight 32 gr.
Valoraciones (0)

Valoraciones

No hay valoraciones aún.

Sé el primero en valorar “Arduino MKR WiFi 1010” Cancelar la respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Shipping & Delivery

Productos relacionados

Compare

Arduino Yun

Tarjetas Originales
S/299.00
The Arduino Yún is a microcontroller board based on the ATmega32u4 and the Atheros AR9331. The Atheros processor supports a Linux distribution based
Add to wishlist
Añadir al carrito
Quick view
Compare

Arduino UNO R3 Original

Tarjetas Originales
S/129.00
Versión Original Italiana del Arduino UNO. Entre las principales características tenemos:
Microcontroller ATmega328P
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limit) 6-20V
Digital I/O Pins 14 (of which 6 provide PWM output)
PWM Digital I/O Pins 6
Analog Input Pins 6
DC Current per I/O Pin 20 mA
DC Current for 3.3V Pin 50 mA
Flash Memory 32 KB (ATmega328P) of which 0.5 KB used by bootloader
SRAM 2 KB (ATmega328P)
EEPROM 1 KB (ATmega328P)
Clock Speed 16 MHz
LED_BUILTIN 13
Length 68.6 mm
Width 53.4 mm
Weight 25 g
Add to wishlist
Añadir al carrito
Quick view
Compare

Arduino Leonardo Original

Tarjetas Originales
S/89.00
Leonardo The Leonardo differs from all preceding boards in that the ATmega32u4 has built-in USB communication, eliminating the need for
Add to wishlist
Añadir al carrito
Quick view
Agotado
Compare

Arduino Micro

Tarjetas Originales
S/110.00
Add to wishlist
Leer más
Quick view
-16%
Compare

Arduino Nano 33 BLE Sense Rev2

Tarjetas Originales
S/250.00 El precio original era: S/250.00.S/209.00El precio actual es: S/209.00.
Overview The Arduino Nano 33 BLE Sense Rev2 is Arduino’s 3.3V AI enabled board in the smallest available form factor
Add to wishlist
Añadir al carrito
Quick view
-21%
Compare

Arduino Yún Rev 2

Tarjetas Originales
S/349.00 El precio original era: S/349.00.S/275.00El precio actual es: S/275.00.
Overview The Yún rev. 2 with the power of a Linux based system that enables advanced network connections and applications. Connection to
Add to wishlist
Añadir al carrito
Quick view
-13%
Compare

Arduino UNO R4 Minima

Tarjetas Originales
S/110.00 El precio original era: S/110.00.S/96.00El precio actual es: S/96.00.
Overview Enhanced and improved, the Arduino UNO R4 Minima is armed with a powerful 32-bit microcontroller courtesy of Renesas. Brace
Add to wishlist
Añadir al carrito
Quick view
-15%
Compare

Arduino UNO R4 WiFi

Tarjetas Originales
S/159.00 El precio original era: S/159.00.S/135.00El precio actual es: S/135.00.
Arduino UNO R4 Wifi Original. Unboxing local del producto: Overview The Arduino UNO R4 WiFi combines the processing power and
Add to wishlist
Añadir al carrito
Quick view
Sparkfun
Raspberry
Digi
DFRobot
Arduino

Tienda online de productos electrónicos y cursos, nuestra prioridad es la satisfacción del cliente.

Lima, Peru
Phone: 995727523
ventas@creatividadahora.com
Useful links
  • Privacy Policy
  • Returns
  • Terms & Conditions
  • Contact Us
  • Latest News
  • Our Sitemap
Publicaciones recientes
  • Iniciar a programar con Python en Thonny para Raspberry
    octubre 7, 2024 No Comments
  • Como conectar el Arduino MKR 1010 al cloud de Arduino
    diciembre 4, 2021 1 Comment
Nuestras redes sociales
  • Instagram
  • Facebook
  • Youtube
WOODMART 2022 CREATED BY XTEMOS STUDIO. PREMIUM E-COMMERCE SOLUTIONS.
payments
  • Inicio
  • Tienda
  • Cursos
  • Carrito
  • Descargas
  • Blog
  • Wishlist
  • Compare
  • Entrar/Registrarse
Mi carrito
Cerrar

Sign in

Cerrar

Olvido su clave?

No tiene cuenta?

Crear una cuenta
Shop
0 Wishlist
0 items Cart
Mi cuenta
¿Necesitas ayuda?