
Embedded System
iracer
这个作者很懒,什么都没留下…
展开
-
推荐一个Arduino学习模拟器: 123D Circuites
123D Circuites是AutoDesk发布的一个专业电子模拟器网站,网址为:https://123d.circuits.io/ 你可以通过虚拟Arduino 板和实验电路板来研究电子问题,可以使用内置的代码编辑器进行Arduino 编程和仿真,方便用户进行原理性验证和实验。原创 2015-11-21 11:11:55 · 21269 阅读 · 3 评论 -
Arduino 平台与C语言程序设计-week3-Arduino Programs-Lesson3
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 3, Arduino Programs, lessen 3.原创 2015-12-06 23:03:06 · 860 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week2-C Programming-Lesson2
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris,Department of Computer Science, University of California, Irvine. This article is the notes of week 2, C Programming, lessen 2.原创 2015-12-06 21:49:23 · 1101 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week2-C Programming-Lesson3
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris,Department of Computer Science, University of California, Irvine. This articleis the notes of week 2, C Programming, lessen 3.原创 2015-12-06 22:06:54 · 1579 阅读 · 0 评论 -
Arduino接口-week1-Lesson1
This articles is the study notes of "Interfacing with the Arduino", week 1, lessen 1. It includes: Electrical Circuits, Electrical Properties and Ohm's Law.原创 2016-01-11 21:20:59 · 1254 阅读 · 0 评论 -
Arduino接口-week1-Lesson2
This articles is the study notes of "Interfacing with the Arduino", week 1, lessen 2. It includes: Electrical Components, Diodes, Switches and Potentiometers.原创 2016-01-11 21:49:24 · 1159 阅读 · 0 评论 -
Arduino接口-week1-Lesson3
This articles is the study notes of "Interfacing with the Arduino", week 1, lessen 3. It includes: Wiring, Wiring Demo- Pushbutton and Wiring Demo- Potentiometer.原创 2016-01-11 22:11:21 · 917 阅读 · 0 评论 -
Arduino接口-week3-Lesson3
This article is the study notes of "Interfacing with the Arduino". It mainly talk about Wire Library, Master Communication and Slave Operation.原创 2016-01-31 11:16:49 · 1064 阅读 · 0 评论 -
Arduino接口-week3-Lesson2
This article is the study notes of "Interfacing with the Arduino ". It mainly talk about I2C Communication, I2C Transactions and Sending Bits.原创 2016-01-31 10:50:58 · 999 阅读 · 0 评论 -
Arduino接口-week4-Lesson1
This article is the study notes of "Interfacing with the Arduino" week4, lesson 1. It mainly talk about Arduino Shields, Ethernet Shields and Ethernet Library.原创 2016-02-02 21:49:07 · 1314 阅读 · 0 评论 -
Arduino接口-week4-Lesson2
This article is the study notes of "Interfacing with the Arduino" week4, lesson 2. It mainly talk about Ethernet Client and Ethernet Server.原创 2016-02-04 09:17:00 · 1145 阅读 · 0 评论 -
Arduino接口-week4-Lesson3
This article is the study notes of "Interfacing with the Arduino" week4, lesson 3. It mainly talk about Arduino WiFi Shields.原创 2016-02-04 09:46:14 · 920 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week1-Arduino Environment-Lesson1
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 1, lessen 1.原创 2015-12-04 00:15:35 · 2009 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week1-Arduino Environment-Lesson2
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 1, lessen 2.原创 2015-12-06 17:01:10 · 1553 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week4-Arduino Programs-Lesson1
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 4, lessen 1.原创 2015-12-10 21:36:41 · 1862 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week4-Arduino Programs-Lesson2
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 4, lessen 2.原创 2015-12-11 12:06:28 · 1224 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week4-Arduino Programs-Lesson3
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 4, lessen 3.原创 2015-12-11 12:24:14 · 913 阅读 · 0 评论 -
Arduino - 正弦波数值的采样与应用
嵌入式系统中许多应用中需要对正弦函数采样,得到一个范围在[0, 1]按正弦规则变化的数组。简单的例子如呼吸灯和警报声等。本文以Arduino UNO为平台总结正弦函数采样的方法及使用例子。原创 2015-11-21 10:34:39 · 14009 阅读 · 0 评论 -
Arduino接口-week2-Lesson1
This article is the study notes of "Interfacing with the Arduino", and it is mainly talk about sensors and resistive sensors.原创 2016-01-19 21:15:23 · 1085 阅读 · 0 评论 -
Arduino接口-week2-Lesson2
This article is the study notes of "Interfacing with the Arduino", and it is mainly talk about Actuators and Pulse Width Modulation (PWM).原创 2016-01-19 21:47:01 · 1145 阅读 · 0 评论 -
Arduino接口-week3-Lesson1
This article is the study notes of "Interfacing with the Arduino". It mainly talk about Arduino libraries, EEPROM and Masking.原创 2016-01-20 20:21:38 · 1587 阅读 · 0 评论 -
Arduino接口-week2-Lesson3
This article is the study notes of "Interfacing with the Arduino", and it is mainly talk about some demos of making sounds.原创 2016-01-19 22:52:54 · 719 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week3-Arduino Programs-Lesson2
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 3, Arduino Programs, lessen 2.原创 2015-12-06 22:44:31 · 1746 阅读 · 0 评论 -
Arduino 平台与C语言程序设计-week3-Arduino Programs-Lesson1
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 3, Arduino Programs, lessen 1.原创 2015-12-06 22:26:36 · 1935 阅读 · 1 评论 -
Arduino 平台与C语言程序设计-week1-Arduino Environment-Lesson3
This series of articles are the study notes of "An Arduino platform and C Programming", by Prof. Harris, Department of Computer Science, University of California, Irvine. This article is the notes of week 1, lessen 3.原创 2015-12-06 17:25:29 · 1092 阅读 · 0 评论 -
Arduino - 串口操作函数与示例代码大全
本文总结了Arduino常用串口操作函数的说明、语法、参数、返回值。根据函数定义编写了示例代码,并通过实验解释了每个函数的具体用法。是对Arduino串口操作函数的较全面总结,可作为工具贴查找使用。原创 2015-12-16 22:36:02 · 151560 阅读 · 18 评论