...
首页> 外文期刊>Nuts & volts >The Arduino Classroom Arduino 101 - Chapter 11: Sound
【24h】

The Arduino Classroom Arduino 101 - Chapter 11: Sound

机译:Arduino教室Arduino 101-第11章:声音

获取原文
获取原文并翻译 | 示例

摘要

Microcontrollers - like the Atmel ATmega328 used in the Arduino UNO - are made of several internal sections on an IC (Integrated Circuit) that work together to provide intelligence, communications, sensing, and control. The intelligence is provided by the CPU (Central Processing Unit): a section that runs (processes) the code you write one step at a time. Peripheral devices do the communications, sensing, and control. These are sections on the IC that can do things independent of the CPU. For example, the Arduino serial communications use a UART peripheral device to communicate with a PC. The CPU loads a byte of data into the UART and tells it to send the byte. The UART then - with no further help from the CPU - sends each of the eight bits of the byte, one at a time to the PC.
机译:像Arduino UNO中使用的Atmel ATmega328一样,微控制器由IC(集成电路)上的多个内部部分组成,这些内部部分共同工作以提供智能,通信,传感和控制。智能由CPU(中央处理单元)提供:该部分一次运行(处理)您编写的代码。外围设备进行通信,传感和控制。这些是IC上可以独立于CPU执行操作的部分。例如,Arduino串行通信使用UART外围设备与PC进行通信。 CPU将一个字节的数据加载到UART中,并告诉它发送该字节。然后,UART在没有CPU进一步帮助的情况下,将字节的八位中的每位一次发送到PC。

著录项

  • 来源
    《Nuts & volts 》 |2014年第12期| 57-65| 共9页
  • 作者

    JOE PARDUE;

  • 作者单位
  • 收录信息
  • 原文格式 PDF
  • 正文语种 eng
  • 中图分类
  • 关键词

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号