欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Arduino
小 (→图集) |
小 (→简介) |
||
(未显示1个用户的18个中间版本) | |||
第11行: | 第11行: | ||
==新闻== | ==新闻== | ||
<rss>http://arduino.cc/blog/feed/|short|date|max=10</rss> | <rss>http://arduino.cc/blog/feed/|short|date|max=10</rss> | ||
+ | |||
+ | ==简介== | ||
+ | Arduino IDE 起源于 [[Processing]] 和 [[Wiring]]。 | ||
+ | |||
+ | Arduino IDE 2.0 基于 [[Eclipse]] Theia 构建 | ||
+ | |||
+ | ==项目== | ||
+ | *[https://github.com/Sloeber Sloeber - The Eclipse Arduino IDE] | ||
+ | *[https://github.com/SINTEF-9012/JArduino JArduino] Program your Arduino in Java | ||
+ | *[https://github.com/brice-morin/ArduPi ArduPi] Cool projects with Raspberry Pi and Arduino. | ||
+ | *[https://github.com/maniacbug/StandardCplusplus StandardCplusplus] Standard C++ for Arduino (port of uClibc++) | ||
+ | |||
+ | ==文档== | ||
+ | *[http://docs.huihoo.com/erlang/conference/sfbay2016/Fault-Tolerant-Sensor-Nodes-With-Erlang-OTP-And-Arduino.pdf Fault-Tolerant Sensor Nodes With Erlang/OTP And Arduino] | ||
==图书== | ==图书== | ||
第20行: | 第34行: | ||
Image:Arduino316.jpg | Image:Arduino316.jpg | ||
Image:Arduino_Duemilanove_2009b.jpg | Image:Arduino_Duemilanove_2009b.jpg | ||
+ | image:fritzing-01.png|面包板 | ||
+ | image:fritzing-02.png|原理图 | ||
+ | image:arduino-wifi-shield-101.png|WiFi | ||
+ | image:smartcitizen-sck.jpg|SCK | ||
+ | image:Smart-Citizen-Kit.jpeg|SCK | ||
+ | image:smartcitizen-sck-specs-vs2.png|SCK vs2 | ||
</gallery> | </gallery> | ||
==链接== | ==链接== | ||
− | *[http://www.arduino.cc/ | + | *[http://www.arduino.cc/ Arduino官网] |
− | *[http:// | + | *[https://github.com/arduino/Arduino/ Arduino @ GitHub] |
+ | *[http://www.rs-online.com/designspark/electronics/chn/ DesignSpark] | ||
+ | *[http://www.instructables.com/tag/type-id/category-technology/channel-arduino/?sort=FEATURED instructables arduino channel] | ||
*[http://blog.flamingoeda.com/ Arduino中国] | *[http://blog.flamingoeda.com/ Arduino中国] | ||
*[http://www.arduino.tw/ Arduino中国台湾] | *[http://www.arduino.tw/ Arduino中国台湾] | ||
+ | *[http://arduino.nxez.com/ Arduino 实验室] | ||
+ | *[https://medium.com/search?q=arduino Arduino @ Medium] | ||
*[http://www.roboticfan.com/blog/user_2005/1229/index.shtml RoboticFan.com] 有很多Arduino文章 | *[http://www.roboticfan.com/blog/user_2005/1229/index.shtml RoboticFan.com] 有很多Arduino文章 | ||
*[http://blog.anzhuozx.com/archives/2407.htm Arduino和物联网] | *[http://blog.anzhuozx.com/archives/2407.htm Arduino和物联网] | ||
*[http://wiki.makeblock.cc/ Makeblock: Open-source Arduino Robot Building Platform] | *[http://wiki.makeblock.cc/ Makeblock: Open-source Arduino Robot Building Platform] | ||
− | |||
− | |||
[[category:microcontroller]] | [[category:microcontroller]] | ||
第37行: | 第59行: | ||
[[category:maker]] | [[category:maker]] | ||
[[category:Internet of Things]] | [[category:Internet of Things]] | ||
+ | [[category:java]] | ||
+ | [[category:eclipse]] | ||
+ | [[category:huihoo]] |
2023年3月27日 (一) 11:10的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Arduino Thanks, Wikipedia. |
Arduino 是一个面向终端用户设计的微处理器,具有易学易懂的编程模型、一个可供任何人使用的全开放设计,以及一个由文档、扩展板、派生产品和社区组成的大型生态系统。根据 O'Reilly Publishing 的 Make 杂志及每年的 Maker Faire — 喜欢向项目中添加灵活的电子特性(从闪光发光二极管到复杂的飞机导航系统)的硬件发烧友,它已经被 DIY 爱好者和玩家推崇的、发展得如火如荼的 “Maker” 运动广泛采用。
Arduino是一个开放的硬件平台,包括一个简单易用的I/O电路板,以及一个基于Eclipse的软件开发环境。Arduino即可以被用来开发能够 独立运行,并具备一定互动性的电子作品,也可以被用来开发与PC相连接的外围装置,这些装甚至还能够与运行在PC上的软件(如 Flash,Max/Msp,Director,Processing等)进行沟通。
Arduino硬件电路板可以自行焊接组装,也可以购买已经组装好的,软件则可以从Arduino网站免费下载使用。其中硬件参考电路是以CC(Creative Commons)的形式提供授权。
Arduino曾获得2006年Prix Art Electronica在电子通讯类产品方面的荣誉奖项。
目录 |
[编辑] 新闻
自http://arduino.cc/blog/feed/加载RSS失败或RSS源被墙
[编辑] 简介
Arduino IDE 起源于 Processing 和 Wiring。
Arduino IDE 2.0 基于 Eclipse Theia 构建
[编辑] 项目
- Sloeber - The Eclipse Arduino IDE
- JArduino Program your Arduino in Java
- ArduPi Cool projects with Raspberry Pi and Arduino.
- StandardCplusplus Standard C++ for Arduino (port of uClibc++)