arduino wifi

I recently added to my set of electronics “stuff” an Arduino MKR WiFi 1010 board.

我最近在电子产品中添加了Arduino MKR WiFi 1010开发板。

If you are wondering, I found out that MKR is pronounced “Maker”, and 1010 is pronounced “ten ten”.

如果您想知道,我发现MKR的发音为“ Maker”,而1010的发音为“十十”。

It is the first board that has WiFi and Bluetooth connectivity built-in, and I’m very excited about the opportunities and possibilities it enables.

这是第一款内置WiFi和蓝牙连接的主板,我为它带来的机遇和可能性感到非常兴奋。

In this post I want to give an overview of the board, and compare it to the Arduino Uno, which is the other Arduino board I currently have, and the one most commonly used by beginners, too.

在这篇文章中,我想对开发板进行概述,并将其与Arduino Uno进行比较,这是我目前拥有的另一块Arduino开发板,也是初学者最常用的一块。

构成因素 (Form factor)

Let’s start from the appearance.

让我们从外观开始。

It measures 61.4mm x 25mm and only weighs 32 grams.

它的尺寸为61.4mm x 25mm,仅重32克。

Compared to the Arduino Uno board, the Arduino MRK WiFi 1010 is much smaller. More than 2x smaller.

与Arduino Uno开发板相比,Arduino MRK WiFi 1010小得多。 小2倍以上。

功率 (Power)

The Arduino MKR WiFi 1010 can be powered with an 5V input, or with a Micro-USB connector.

Arduino MKR WiFi 1010可以通过5V输入或Micro-USB连接器供电。

It operates at 3.3V. This is a very important distinction with Arduino Uno, which operates at 5V. 3.3V is the maximum voltage the I/O pins can support.

它的工作电压为3.3V。 这是与Arduino Uno的非常重要的区别,后者的工作电压为5V。 I / O引脚可以支持的最大电压为3.3V。

处理器 (Processor)

The Arduino MKR WiFi 1010 board comes with a low power SAMD21 Cortex-M0+ 32-bit ARM processor.

Arduino MKR WiFi 1010开发板带有低功耗SAMD21 Cortex-M0 + 32位ARM处理器。

The processor is 32 bit. The Arduino Uno board features the ATmega328 processor, which is 8 bit.

处理器为32位。 Arduino Uno开发板具有8位ATmega328处理器。

记忆 (Memory)

The board has 256KB of Flash Memory and 32KB of SRAM.

该开发板具有256KB闪存和32KB SRAM。

I / O引脚 (I/O Pins)

The Arduino MKR WiFi 1010 provides:

Arduino MKR WiFi 1010提供:

  • 8 Digital I/O pins, pins 0 - 7.8个数字I / O引脚,引脚0-7。
  • 7 Analog Input pins (ADC 8/10/12 bit), pins A0 / A6.7个模拟输入引脚(ADC 8/10/12位),引脚A0 / A6。
  • 1 Analog Output pin (DAC 10 bit), the pin identified with DAC0/A0.1个模拟输出引脚(DAC 10位),该引脚用DAC0 / A0标识。

The DC current per I/O pin is 7mA.

每个I / O引脚的直流电流为7mA。

Pins 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19 are PWM pins.

引脚0、1、2、3、4、5、6、7、8、10、12、18、19是PWM引脚。

The full pinout can be found here.

完整的引脚图可以在这里找到。

物联网连接 (IoT connectivity)

The Arduino MKR WiFi 1010 provides a WiFi module, the WiFi U-BLOX NINA-W10 Series Low Power 2.4GHz. It supports the protocol 802.11 b/g/n and also provides Bluetooth Low Energy (BLE).

Arduino MKR WiFi 1010提供了一个WiFi模块,即WiFi U-BLOX NINA-W10系列低功耗2.4GHz。 它支持802.11 b / g / n协议,还提供低功耗蓝牙(BLE)。

安全 (Security)

The board comes with a crypto chip that enables SHA-256 secure connections, the ATECC508.

该评估板带有一个加密芯片,可实现SHA-256安全连接,即ATECC508。

锂电充电电路 (Li-Po charging circuit)

When charging the board through the Micro-USB port, the Arduino MKR WiFi 1010 can charge an external battery through its Li-Po charging circuit.

通过Micro-USB端口为开发板充电时,Arduino MKR WiFi 1010可以通过其Li-Po充电电路为外部电池充电。

The battery needs to be a Li-Po Single Cell, 3.7V, 700mAh minimum.

电池必须是3.7V锂电池,最低700mAh。

When the USB power is disconnected, the device will switch to the external battery automatically.

断开USB电源时,设备将自动切换到外接电池。

价钱 (Price)

On the price side, the Arduino MKR WiFi 1010 is more expensive than an Arduino Uno Rev3 board, but less expensive than an Arduino Uno WiFi Rev2.

在价格方面,Arduino MKR WiFi 1010比Arduino Uno Rev3板贵,但比Arduino Uno WiFi Rev2便宜。

On the official Arduino store, at the time of writing:

在撰写本文时,在Arduino官方商店中:

  • the Arduino MKR WiFi 1010 is €29.90Arduino MKR WiFi 1010的价格为€29.90
  • the Arduino Uno rev3 is €20.00Arduino Uno rev3为€20.00
  • the Arduino Uno WiFi rev2 is €38.90Arduino Uno WiFi rev2售价€38.90

If we consider the Arduino Uno Rev3 board lacks WiFi / Bluetooth connectivity, it’s not really on the same level - that’s not an IoT device.

如果我们认为Arduino Uno Rev3板缺少WiFi /蓝牙连接,那它的水平实际上不是同一水平-这不是IoT设备。

So we can say the Arduino MKR WiFi 1010 is €9 cheaper than its Uno IoT counterpart, Arduino Uno WiFi rev2, which can be considered its educational counterpart.

因此,我们可以说Arduino MKR WiFi 1010比其Uno IoT同类产品Arduino Uno WiFi rev2便宜9欧元,后者可以被认为是其教育版。

翻译自: https://flaviocopes.com/arduino-board-mkr-wifi-1010/

arduino wifi

arduino wifi_Arduino MKR WiFi 1010相关推荐

  1. 第一次使用Arduino MKR WIFI 1010

    开始使用Arduino MKR WiFi 1010 在网上IDE使用Arduino MKR WiFi 1010 用Arduino桌面IDE为Arduino MKR WIFI 1010编程 为MKR W ...

  2. 第二次使用Arduino MKR WiFi 1010做服务器

    第二次使用Arduino MKR WiFi 1010 使用MKR WiFi 1010做服务器 运行程序 通讯试验 总结 使用MKR WiFi 1010做服务器 按照说明书上说的要使用WIFI需要安装库 ...

  3. 使用Arduino开发ESP32:wifi基本功能使用

    1.建立网络(AP) 2.连接网络(STA) 3.扫描网络 1.建立网络(AP) 只需两步:1.引用WiFi库include<WiFi.h> 2.启动AP网络WiFi.softAP(ssi ...

  4. arduino蓝牙linux,Arduino Tian 开发板 Arduino yun升级 wifi 蓝牙 Linux限量

    通知: 2016 Arduino Tian 强势登场,集成32位ARM Cortex M0核心.ARM SAMD21G18微控制器 高通AtherosAR9342 74kc MIPS Linux处理器 ...

  5. Arduino ESP8266 清空WIFI配置信息

    #include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266HTTPClient.h> #incl ...

  6. Arduino和SX1278的那些事

    Arduino和SX1278的那些事 问题 程序 程序说明 请教 问题 最近做一个小项目,想使用Arduino和SX1278与PLC的485进行通讯.使用Arduino Nano以及Arduino P ...

  7. .playground文件_部署可教学机器:Circuit Playground Express,Arduino,P5.js,TinyUSB

    .playground文件 什么是可教学机? (What is Teachable Machine?) Teachable Machine is a web-based tool that makes ...

  8. Arduino云植物自动浇水

    硬件 请注意,您还可以使用具有Wi-Fi连接的任何其他Arduino IoT板,例如Arduino MKR WiFi 1010或更便宜的Arduino Nano 33 IoT. MKR板的优势在于它们 ...

  9. Arduino UNO WIFI开发板,学习必备开发套件

    Arduino Uno Wi-Fi是一款带有集成式Wi-Fi模块的新型Arduino Uno板!该板基于ATmega328P(数据手册),具有集成式ESP8266 Wi-Fi模块(数据手册).它拥有1 ...

最新文章

  1. 妙用0元素数组 实现大小可变结构体
  2. centos6.x 搭建K8S环境准备
  3. echo 单引号和双引号
  4. ubuntu16下安装mongodb 3.6
  5. 3 | 复杂度分析(上):如何分析、统计算法的执行效率和资源消耗?
  6. 内容分发网络:请简述 CDN 回源如何工作?
  7. 频数直方图的步骤_绘制频数直方图步骤
  8. 城市内涝监测预警系统
  9. 依次计算一系列给定字符串的字母值,字母值为字符串中每个字母对应的编号值(A对应1,B对应2,以此类推,不区分大小写字母,非字母字符对应的值为0)的总和
  10. 抖音短视频创业,抖音机房怎么样搭建?有哪些技巧
  11. 红帽linux挂载光盘_linux挂载光盘
  12. Neo4j图数据库高级应用系列 / 服务器扩展指南 APOC(5.4) - 导出数据到Cypher脚本文件
  13. vivo新系统鸿蒙,截胡华为鸿蒙系统!vivo霸气官宣新系统将登场:天生极致流畅...
  14. jqury(jquery是干什么的)
  15. libnet编译linux,libnids libpcap libnet 安装
  16. 【软件推荐】用mamsds把高考倒计时添加到电脑桌面
  17. 空间表示与变换—— 台湾交通大学机器人学公开课(二)
  18. 大汇总 | 一文学会八篇经典CNN论文
  19. kaggle之泰坦尼克号乘客死亡预测
  20. MRD市场澎湃生长,臻和科技MRD技术受关注

热门文章

  1. python中的*args和**args详解
  2. 前端编写bat批处理文件,实现项目启动功能
  3. Zookeeper 集群模式搭建
  4. 联通物联卡为什么没有网络_物联网卡显示3g 联通物联网
  5. 简单的ps去掉图片上不想留的文字
  6. TCP协议中的Ack和Seq号
  7. 用git clone命令从gitlab上拉取公司项目操作步骤
  8. powerquery分组,PowerQuery:如何连接分组值?
  9. 机器学习常用专业术语(英汉)
  10. Rosserial Arduino Library中从一行代码开始探究系统原理