=========================================

Sites/Blogs

http://arduino.cc/

http://www.geek-workshop.com/

http://www.arduino123.com/

http://www.arduino.cn/

http://bbs.yeelink.net/forum.php?mod=forumdisplay&fid=41

http://tonylabs.com/zh/tutorials

http://www.eefocus.com/zhang700309/blog/

http://www.openjumper.cn/

=========================================

Articles

http://learn.adafruit.com/dht (DHTxx Sensors)

http://learn.adafruit.com/using-the-adafruit-library-with-fritzing/download-the-fritzing-library-from-github (Using the Adafruit Library with Fritzing)

=========================================

Libraries

Seven Segment

http://playground.arduino.cc/Main/SevenSegmentLibrary

https://docs.google.com/file/d/0Bwrp4uluZCpNdE9oWTY0M3BncTA/edit?usp=sharing

增强

https://github.com/sparkfun/SevSeg

http://ponty.github.io/SevSeg/

QP - Event-driver framework

http://www.state-machine.com/arduino/

http://playground.arduino.cc/Code/QP

IRremote

https://github.com/shirriff/Arduino-IRremote

Webduino

https://github.com/sirleech/Webduino

pachubelibrary - Library to communicate with pachube server

https://code.google.com/p/pachubelibrary/

aJson - an Arduino library to enable JSON processing with Arduino.

https://github.com/interactive-matter/aJson

http://interactive-matter.eu/how-to/ajson-arduino-json-library/

u8glib - Universal Graphics Library for 8 Bit Embedded Systems 
    https://code.google.com/p/u8glib/

=========================================

Softwares/Tools

Arduino IDE

https://code.google.com/p/arduino/

Fritzing

http://fritzing.org/

ArduBlock

http://blog.ardublock.com/zh/

Serial Chart

https://code.google.com/p/serialchart/

Arduino Ide for Visual Studio

http://www.visualmicro.com/

A Win32 command-line utility for converting a binary file into a C header file, representing the contents of that file as a block of data.

http://www.deadnode.org/sw/bin2h/

OpenJumper Serial Assistant

http://x.openjumper.com/serial/

http://www.arduino.cn/thread-1183-1-1.html

Arduino Hex Uploader and Programmer

http://www.ngcoders.com/downloads/arduino-hex-uploader-and-programmer/

http://www.dustless.cn/?p=184

Arduino Builder – standalone utility for building and uploading Arduino sketches

http://arduinodev.com/arduino-uploader/

LED数码管段码生成器

http://www.geek-workshop.com/forum.php?mod=viewthread&tid=389

=========================================

芯片/硬件/模块

DHT11 - 数字温湿度传感器

http://www.aosong.com/cn/products/details.asp?id=109

nRF24L01 - 由NORDIC生产的工作在2.4GHz~2.5GHz的ISM 频段的单片无线收发器芯片

DS1302 - 时钟模块

LM35 - 是由National Semiconductor 所生产的温度传感器

W5100 - 是一款多功能的单片网络接口芯片,内部集成有 10/100以太网控制器,主要应用于高集成、高稳定、高性能和低成本的嵌入式系统中。

ENC28J60I - Stand-Alone Ethernet Controller with SPI Interface

Arduino的更多相关文章

  1. 一百元的智能家居——Asp.Net Mvc Api+讯飞语音+Android+Arduino

    大半夜的,先说些废话提提神 如今智能家居已经不再停留在概念阶段,高大上的科技公司都已经推出了自己的部分或全套的智能家居解决方案,不过就目前的现状而言,大多还停留在展厅阶段,还没有广泛的推广起来,有人说 ...

  2. nodejs操作arduino入门(javascript操作底层硬件)

    用Javascript来操作硬件早就不是一件稀奇的事情了. 所以作为一名电子专业出身的FE,我也打算尝试一下用js来驱动arduino: 要想操作这些底层硬件,肯定是需要一些工具的,我这里介绍的工具主 ...

  3. 了解 ARDUINO 101* 平台

    原文链接 简介 作为一名物联网 (IoT) 开发人员,您需要根据项目的不同需求,选择最适合的平台来构建应用. 了解不同平台的功能至关重要. 本文第一部分比较了 Arduino 101 平台和 Ardu ...

  4. 在web浏览器上显示室内温度(nodeJs+arduino+socket.io)

    上次的nodejs操作arduino入门篇中实现了如何连接arduino.这次我们来实现通过arduino测量室内温度并在浏览器上显示出来. [所需材料] 硬件:LM35温度传感器,arduino u ...

  5. 初探物联网 - 基于Arduino的气象站和View and Data API的结合实例

    如果你参加了上个月在北京的Autodesk 开发者日,你应该看到了我做的关于Arduino的物联网实例演示,如果你没看到,欢迎参加14号在上海的开发者日,到时候我会再演(xian)示(bai)一下. ...

  6. Arduino 1602液晶屏实验和程序

    在Arduino IDE中, 项目->加载库->管理库中搜索LiquidCrystal,然后安装即可 1.接线图 2.引脚图 3.最简单程序 #include <LiquidCrys ...

  7. Arduino uno 教程~持续更新~

    http://arduino.osall.com/index.html http://study.163.com/search.htm?t=2&p=Arduino http://www.ard ...

  8. Arduino下LCD1602综合探究(下)——如何减少1602的连线,LiquidCrystal库,LiquidCrystal库中bug的解决方法

    一.前言: 上文中,笔者系统的阐述了1602的两种驱动方式,并简单的提到了Arduino的LiquidCrystal库.本文紧接上文,对以下两个问题进行更加深入的探讨:如何能够使1602对Arduin ...

  9. Arduino下LCD1602综合探究(上)——1602的两种驱动方式,如何使LCD的控制编程变得更简单

    一.前言: LCD ( Liquid Crystal Display 的简称)液晶显示器,已经逐渐替代CRT成为主流的显示设备之一,因此也成为了单片机发烧友绕不过的话题之一:而LCD1602更是很多单 ...

  10. 基于Proteus仿真的Arduino学习(2)——LED点阵探究A(LED点阵基础)

    一.前言: 随着LED的普及,以LED点阵为基础的显示设置层出不穷.例如,公交车的线路提示牌.高速公路的信息提示牌,安装在大楼上的广告屏幕等.下面,我们将由简单到复杂地探索各种LED点阵的使用方法,同 ...

随机推荐

  1. 如何让windows服务器IIS支持.apk/.ipa文件下载

    打开IIS服务管理器,找到服务器,右键-属性,打开IIS服务属性: 单击MIME类型下的“MIME类型”按钮,打开MIME类型设置窗口: 单击“新建”,建立新的MIME类型: 扩展名是:.apk MI ...

  2. iisapp 命令 弹出 iisschlp.wsc [88,25] 属性值无效 progid

    iisapp 命令 弹出 iisschlp.wsc [88,25] 属性值无效 progid 在执行iisapp.vbs时,可能会提示如下错误:Windows Script Component - f ...

  3. OC:习题来自平时搜索

    == 第一部分 ==  类变量的@protected ,@private,@public,@package,声明各有什么含义?写一个标准宏MIN,这个宏输入两个参数并返回较小的一个?面向对象的三大特征 ...

  4. 转载:mysql update更新带子查询的实现方式

    出自:http://576017120.iteye.com/blog/1947154 mysql中更新时不能直接将更新的表作为查询的表,可以通过临时中间表的形式. 总结一下: 一:单表更新时 例如: ...

  5. 2.里氏替换原则(Liskov Substitution Principle)

    1.定义 里氏替换原则的定义有两种,据说是由麻省理工的一位姓里的女士所提出,因此以其名进行命名. 定义1:如果对一个类型为T1的对象o1,都有类型为T2的对象o2,使得以T1所定义的程序P中在o1全都 ...

  6. 在VS2012中使用GDI+

    首先说明,在VS的较高版本中,已经包含GDI+的SDK,不用再次下载,只需要使用前应用相应的头文件,添加些代码即可.但是VC6.0中,没有GDI+SDK,需要同志们下载才行. 步骤: 1.在stdaf ...

  7. 收集计算机分区信息,去除列中的重复值(Excel)(空行)

    收集计算机分区信息 $servers = gc D:\serverlist.txt $result = $results = $null $results = @() foreach ($server ...

  8. Codeforces Round #136 (Div. 1)C. Little Elephant and Shifts multiset

    C. Little Elephant and Shifts Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/pro ...

  9. MySQL数据库最大连接数

    MYSQL数据库安装完毕后,默认最大连接数是100. 命令: show processlist; 假设是root帐号,你能看到全部用户的当前连接.假设是其他普通帐号,仅仅能看到自己占用的连接. sho ...

  10. 【JavaScript】AJAX教程

    AJAX = Asynchronous JavaScript and XML (异步的JavaScript和XML). AJAX是与服务器交换数据并更新部分网页的技术,在不重新加载整个页面的情况下. ...