Arduino: Visit the main site.
Arduino:访问这个主站点。
Arduino serial ports gives bad data?
Arduino的串行端口给坏数据?
Pin 13 has an LED connected on most Arduino boards.
在大多数Arduino控制板中,13号脚已经连接了一个自带的led灯。
Now it's turned into a fun way to test out the Arduino boards.
现在,这成了Arduino开发板的一个好玩的应用。
The Arduino ACTS as an intermediary between the sensors and your data storage.
Arduino可充当传感器和数据存储器之间的媒介。
This script begins by opening the connection to the Arduino in a file pointer for reading.
脚本首先在一个文件指针内打开对Arduino的连接,以便读取它。
The 2014 version of the costume had the LED strips hooked up to an Arduino microcontroller.
这套2014年新版的服装连接着一个微控制器装置。
It then waits for the response from the Arduino and goes into a loop to read lines reported.
之后它会等待来自Arduino的响应,并进入某个循环来读取所报告的行。
You too can dive right in and experiment with tips and techniques from the Arduino Cookbook.
你也可以自己实验获得Arduino的技巧和技术。
Finally, this home's lighting can be regulated by Pachube (pronounced patch-bay) and Arduino.
最后这家的照明可以通过Pachube和Arduino管理。
The greater the intensity of the light, the more voltage the Arduino sees at the connected pin.
光照越强,Arduino 在连接插脚处读取的电压越多。
Analog pin voltage readings seem to depend critically on the voltage of the power supply to the Arduino.
模拟管脚电压读数紧密取决于Arduino的供电电压。
Through a barrel connector, the Arduino can accept power at a range of different voltages (see Resources for details).
通过一个圆柱式连接器,Arduino 能够接受一定电压范围内的电源(有关更多细节,请参阅 参考资料)。
The open source Arduino is useful as a simple and adaptable processor for sensor data in a solar generation context.
开源arduino可以作为太阳能发电环境中的传感器数据的一个简单且可调整的处理器,它非常有用。
No data is sent for pins 1 and 2 because they are used by the interface between the Arduino board and the Ethernet shield.
没有针对管脚1和2发送数据,因为这两个管脚由Arduin o板和Ethernet shield之间的接口使用。
"I want to build an LED spectrophotometer with an Arduino," Cowell says. "People have done it before, but I want to make it better."
“我想用一块Arduino电路板做一台LED的分光光度计,”考埃尔说,“有人曾经做过,但我想做得更好些。”
The basic code is provided by Arduino as part of the examples collection and requires some editing to adapt to your own requirements (see Resources).
基本代码由Arduino作为示例集合的一部分提供,并需要根据您自身的需求做一些修改(参见参考资料)。
The Arduino is an inexpensive, adaptable, and programmable open source microprocessor that can read data input in the form of voltage at its analog pins.
Arduino是一种经济的、可调节和可编程的开源微处理器,可读取其模拟插脚处的电压形式的数据输入。
After much experimenting, he finally settled on a setup comprising an electromagnet and feedback system, with an Arduino micro controller at the core.
经过多次试验,他终于决定以组成一个电磁铁和反馈系统的设置,与阿都伊诺为核心的微控制器。
Here's a fantastic project using an arduino, a motor, and a piezo sensor which allows you to both record and detect knocking patterns to unlock a door.
这里有一个神奇的项目使用阿尔·杜伊诺,马达和一个压电传感器既可以记录和检测模式,以敲车门的锁打开。
Most Arduino boards already have an LED attached to pin 13 on the board itself. If you run this example with no hardware attached, you should see that LED blink.
大部分的Arduino控制板已经有一个附加到13脚的LED了.也就是说,如果你没有额外的LED硬件,你也可以看到控制板上自带的LED灯闪.
With the back end defined, you can now use PHP to query the Arduino, analyze the response, and store the observations in the back end, as shown in Listing 4.
定义好后端之后,现在就可以使用php来查询此Arduino、分析响应以及在后端存储观察结果,如清单4内所示。
Figure 1 shows an Arduino microprocessor with an Ethernet shield mounted and a cat5 Ethernet and power supply cables attached, which gives you an idea of the size of the unit.
图1显示了一个装了Ethernet shield、cat 5 Ethernet及电源电缆的arduino微处理器,此图可让您对此单元的规模有一个大致的了解。
The Arduino program (or sketch, as Arduino calls it) that allows access to the data collected is a simple web server that you access with a browser or other script (see Listing 1).
用来访问所收集数据的Arduino程序(或sketch, Arduino对它的称谓)是一个简单的Web服务器,可通过一个浏览器或其他脚本(参见清单1)访问它。
The simplest way of getting the data from the Arduino is with the unit connected directly to a host computer Universal Serial Bus (USB) interface, reading the data as if it were a serial connection.
从 Arduino 获得数据最简单的方式是让此单元直接连接到主机计算机的 Universal Serial Bus (USB) 接口,像串行连接那样读取数据。