The Arduino Uno is a microcontroller board. It is currently the reference version of Arduino, and the latest version of an official Arduino device is the Arduino Uno WiFi rev 2.

Arduino Uno是微控制器板。 当前是Arduino的参考版本,官方Arduino设备的最新版本是Arduino Uno WiFi rev 2。

It has the same form factor and size of the Arduino 101, Arduino Zero, Arduino Yún, Arduino Leonardo, Arduino Uno and Arduino Ethernet.

它具有与Arduino 101,Arduino Zero,ArduinoYún,Arduino Leonardo,Arduino Uno和Arduino Ethernet相同的外形尺寸。

It comes with an 8-bit microcontroller, an ATmega4809, which comes with 48 KB of Flash memory, 6 KB of SRAM and 256 bytes of EEPROM. This is a lot more memory than previous Arduino Uno rev 3 boards had with the ATmega328P. If you have an older Arduino Uno board laying around, be aware of this change.

它带有一个8位微控制器 ATmega4809 ,它带有48 KB的闪存,6 KB的SRAM和256字节的EEPROM。 与以前的ATmega328P的Arduino Uno rev 3板相比,它的内存要大得多。 如果周围有旧的Arduino Uno开发板,请注意这一变化。

The Arduino runs at 16MHz at a voltage of 5V, and can be powered with a recommended input ranging from 7V to 12V.

Arduino在5V的电压下以16MHz的频率运行,并可以通过建议的7V至12V范围的输入供电。

In terms of I/O, the Arduino Uno has an USB-B port that can be used by a computer to transfer new programs to run, a power input and a set of I/O pins. It has 20 I/O pins, 14 digital and 6 analog pins that have 10 bits, mapping values from 0 to 1023.

在I / O方面,Arduino Uno有一个USB-B端口,计算机可以使用它传输要运行的新程序,一个电源输入和一组I / O引脚。 它具有20个I / O引脚,14个数字引脚和6个具有10位的模拟引脚,映射值从0到1023。

It features a WiFi module that supports 802.11b/g/n, the NINA-W13 which comes with an integrated TCP/IP protocol stack that can give access to a WiFi network, with hardware-based security.

它具有一个支持802.11b / g / n的WiFi模块,即NINA-W13 ,它带有一个集成的TCP / IP协议栈,可以基于硬件的安全性来访问WiFi网络。

Or, you can let the Arduino act as an access point, so you can connect to it.

或者,您可以让Arduino充当访问点,因此可以连接到它。

Plus, it comes with an integrated IMU (Inertial Measurement Unit) which lets you do some very cool motion sensor applications, the LSM6DS. This module provides 3D accelerometer and 3D gyroscope.

此外,它还带有集成的IMU(惯性测量单元),可让您执行一些非常酷的运动传感器应用LSM6DS 。 该模块提供3D加速度计和3D陀螺仪。

The Arduino Uno comes with an integrated high speed ADC, analog-to-digital converter.

Arduino Uno带有集成的高速ADC,模数转换器。

The Arduino Uno comes with an USB port that allows you to connect it to the computer and load a program on it.

Arduino Uno带有USB端口,可让您将其连接到计算机并在计算机上加载程序。

The Arduino has no operating system, and it runs one single program at a time.

Arduino没有操作系统,并且一次运行一个程序。

Once a program is loaded, it is booted any time the Arduino is powered, either via USB or via the power port via a AC-to-DC power cable or a battery. This means that once you load the program, you can put the Arduino on a mountain with a solar panel and a battery, and it will keep running until there’s power.

程序加载后,只要通过USB或通过AC / DC电源线或电池通过电源端口为Arduino供电,就可以启动该程序。 这意味着,一旦加载程序,就可以将Arduino放在带有太阳能电池板和电池的山上,并且它将一直运行直到有电为止。

翻译自: https://flaviocopes.com/arduino-board-uno-wifi-rev-2/

Arduino Uno WiFi rev 2开发板相关推荐

  1. Arduino Uno rev 3开发板

    The Arduino Uno Rev 3 is a microcontroller board. Arduino Uno Rev 3是一个微控制器板. This is the reference A ...

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

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

  3. Arduino IDE 如何添加 ESP32 开发板?

    Arduino IDE 如何添加 ESP32 开发板 arduino-esp32 使用引导 Installation instructions using Arduino IDE Boards Man ...

  4. 【HarmonyOS HiSpark Wi-Fi IoT HarmonyOS开发板】初探

    感谢电子发烧友论坛提供了这次试用机会,在焦急的等待中,拿到了HarmonyOS HiSpark Wi-Fi IoT HarmonyOS开发板.迫不及待的进行开箱. 首先来张外观图 打开盒子后,映入眼帘 ...

  5. python和arduino哪个好_Arduino各开发板的比较

    本帖最后由 亚伦安娜 于 2017-2-26 16:18 编辑 查了好久,发现除了奈何等等几位大神总结过arduino各板子之间的性能.差异,没有很新的分析文章,在此斗胆写一篇测评.亚伦安娜写以方便刚 ...

  6. Arduino安装与配置ESP8266开发板(超简单,亲测有效)

    文章目录 前言 一.下载Arduino 二. ESP8266环境配置(超简单,亲测有效) 三.下载验证 总结 前言 由于要上数字信号处理课程,需要安装Arduino,并在Arduino中配置ESP82 ...

  7. Linux开发 | 电脑WiFi上网,开发板和电脑网线直连,文件拷贝

    使用场景:路由器离电脑比较远,只有一条网线.设备:电脑(Windows).正点原子 Linux 开发板(出厂系统).路由器/交换机.直通网线.如果是台式机没有无线网卡的话,可以使用正点原子的USB 转 ...

  8. Arduino支持STM32套件的开发板管理器安装

    自己在Arduino中安装STM32套件的时候 ,及其郁闷的是:在没有FQ的情况下,下载很慢.慢就算了我可以等,可是不支持断点续传.在下载中间容易出错,出错就完蛋了.后面根本就算下载完成都会校验出错. ...

  9. 海思4G远程视频监控——4G插卡全网通远程监控摄像头——WiFi插卡摄像头开发板

    Hi3518E是华为继Hi系列3518A.3518C后,新推出的一款针对民用安防监控产品的SoC芯片,搭配Danale物联云平台,功能更丰富,功耗更低.Hi3518E集成DRAM,POR,RTC,Au ...

最新文章

  1. 用漫画了解 Linux 内核到底长啥样!
  2. contentProvider的使用总结
  3. 16 岁的雅虎问答,因“不再受欢迎”将永久关闭
  4. 【软件工程】第0次个人作业
  5. 二级联动菜单(javascript)
  6. 芝麻信用_别忘查看支付宝芝麻信用分,这些特权别浪费
  7. python调用电脑蓝牙_python-从蓝牙设备获取响应
  8. ubuntu 如何用root身份进行登录
  9. svn redis和rabbitmq服务启动
  10. 阿里云心选-T+财务软件助力线下实体的创富转型之道
  11. centos6.5下redis安装步骤总结
  12. java第十四次作业
  13. Centos7 升级稳定版 openssl
  14. 如何在内存中创建文件供用户下载,而不是通过服务器下载?
  15. grep, sed 和 awk 学习总结
  16. oracle 自定义分词器,自定义分词器和自定义词典
  17. selenium爬取拉钩网数据
  18. 位偏移 java_时区和偏移类 / Zone and Offset
  19. 小众骑行路线-十里箐
  20. 倾斜摄影相机焦距与实景三维模型效果的关系

热门文章

  1. java语音_JAVA 实现语音播报
  2. Day02[20200715]_数据库进阶
  3. 支付宝不用网络,也能正常支付,太神奇了吧!
  4. 写一首关于学习的诗歌
  5. mybatis xml中<if test 判断字符串的总结
  6. 我们能用计算机来计算用英文,利用计算机进行中英文翻译的探讨
  7. Birdwatching
  8. php rsa pss,RSA签名的PSS模式
  9. 计算机中华五岳说课稿,《中华五岳》教学设计
  10. 解决Adobe不能安装的问题 160注册表错误