[[PageOutline]] = 聯絡方式 = * 姓名:鄧偉華 * wade 在 ncnc 點 org 點 tw = note = * serproxy:arduino 與 flash 溝通介面 * http://deepviator.pixnet.net/blog/post/28368649-arduino-%3C%3D%3E-flash-%E6%BA%9D%E9%80%9A%E4%BB%8B%E9%9D%A2-%3A-serproxy * http://eoffice.im.fju.edu.tw/phpbb/viewtopic.php?p=30584 = Arduino 教學 = 從無到有 Arduino 程式,只需簡單的邏輯概念。一塊 arduino 開發板,一條 USB A-B type 連接線,一些 LED 、單蕊線、sensor 即可開發簡易互動元件。 * 電表。 * vista 64bit 無法正常驅動 * DIP SWITCH 解 LED = 簡介 = * 一般 MCU 開發 * 開發板昂貴。 * 程式撰寫不易。 * 使用 Arduino 的差異 * 開放硬體架構。 * 簡易程式撰寫,類似 C ,使用 AVR-GCC。 * 價格便宜。 = 程式架構 = * setup * loop = 模組及應用 = * 中斷(interrupt):http://www.codeproject.com/KB/system/Arduino_interrupts.aspx * digital I/O * analog I/O * XBee: * Topology 建立。 * 偵測網內 node。 * 紅外線: * 37.5K 38.5K,每個長度為 1/38K(s) 6-7(hi) 2-3(low) 先用 76K 試做,產生 flip-flop。上示波器。或用 78P153 * RS232: * Ethernet W5100。 * client 對 service 發出 http request,解析 header 後,再做對應處理。 * 各式 Sensor: * 接受資料。 * 繼電器 Relay: * LED 陣列 Dot Matrix: * 基本電路檢測及連接。 * SI/O 在 74HC595 上應用: * 了解 seril I/O 運作原理。 = 相容版 = * [http://www.hwdio.com/shrunk-down-arduino/ RFDuino] * [http://themakersworkbench.com/?q=node%2F421 ChipKIT Uno32 and Max32] * [http://goods.ruten.com.tw/item/show?21207103614614 UNO.NET-NANO1768-10-SD1G 100MHz (32位元的 Arduino, ARM Cortex-M3, LPC1768, NXP, TCP)] = 程式範例 = 1. [wiki:wade/embedded/arduino/example/example_1 三顆 LED 輪流閃爍] 1. [wiki:wade/embedded/arduino/example/example_2 由 Arduino 對 serial 寫入資料] 1. [wiki:wade/embedded/arduino/example/example_3 由 16 個 digital pins 控制 8*8 矩陣式 LED Matrix] 1. [wiki:wade/embedded/arduino/example/example_3-1 由 11 個 digital pins 及 74138 控制 8*8 矩陣式 LED Matrix] 1. [wiki:wade/embedded/arduino/example/example_3-2 由 12 個 digital pins 控制 5*7 矩陣式 LED Matrix] 1. [wiki:wade/embedded/arduino/example/example_3-3 由 3 個 digital pins 及控制 8*8 矩陣式 LED Matrix] 1. [wiki:wade/embedded/arduino/example/example_4 Arduino 由 XBee 接收資料] 1. [wiki:wade/embedded/arduino/example/example_5 smart socket 初版] 1. [wiki:wade/embedded/arduino/example/example_6_XBee_led_matrix_74HC595 透過 XBee 控制 arduino 上的 I/O。] 1. [wiki:wade/embedded/arduino/example/example_7_ethernet_RS232 網路傳輸] 1. [wiki:wade/embedded/arduino/example/example_7_1_ethernet_web_admin arduio web admin 控制介面] 1. [wiki:wade/embedded/arduino/example/example_8_Xbee_Xbee_ATcommand ARDUINO 透過 UART 直接修改 XBee 設定,P to P 模式。] 1. [wiki:wade/embedded/arduino/example/example_8_1_Xbee_Server_broadcast arduino Server 以 brocase 發送不同命令。] 1. [wiki:wade/embedded/arduino/example/example_8_2_Xbee_ClientA_broadcast arduino ClientA 接收命令,執行命令,回應 Server。] 1. [wiki:wade/embedded/arduino/example/example_8_2_Xbee_ClientB_broadcast arduino ClientB 接收命令,執行命令,回應 Server。] 1. [wiki:wade/embedded/arduino/example/example_9_16key_detect 使用 1 個 pin 解出 16 keys] 1. [wiki:wade/embedded/arduino/example/example_10_1_IR 紅外線收發] 1. [wiki:wade/embedded/arduino/example/temp Arduino 暫存] 1. 投籃機。 = 問題 = * 在 ubuntu 8.10 板上會有 avr-gcc 板子太舊支援問題。ubuntu 新板本就無此問題。 = 台灣社群 = * http://lca2011.linux.org.au/wiki/Miniconfs/ArduinoMiniconf * [http://ben6.blogspot.tw/ 超軟之家] * [http://teacher.hlc.edu.tw/?id=775 軟硬兼施-自由夢工廠] * [http://blog.ilc.edu.tw/blog/blog/4950/post/20524/106208 宜蘭教網中心] * [http://nas2.pans.mlc.edu.tw/~flatfish/blog/index.php?post_id=98&cv=0.6387937156169498#param=id_98 互動科技遊藝館] * http://nas2.pans.mlc.edu.tw/~flatfish/blog/index.php#param=id_112 * [http://elesson.tc.edu.tw/md221/course/view.php?id=250 臺中市教育局網路中心數位平台] * chrome-extension://chphlpgkkbolifaimnlloiipkdnihall/onetab.html 臺中市教學 APP 市集。 * [https://sites.google.com/site/dtshlifetechnology/ 大同高中創意與設計教室] = 相關連結 = * [http://www.nownews.com/2013/05/02/11689-2933738.htm GIGO、東勢高工賴鴻州老師相關新聞] * [http://www.hobbypress.cn/bencandy.php?fid-475-id-7613-page-1.htm arduBlock Arduino 圖形化編輯軟體] * [https://code.google.com/p/ardupilot-mega/wiki/Introduction?wl=zh-Hans ardupilot-mega UAV 無人飛機] * [wiki:wade/embedded/arduino/ide Arduino IDE 輸入中文] * [http://www.youtube.com/watch?feature=player_embedded&v=j4OmVLc_oDw 史都華平台] * http://en.wikipedia.org/wiki/Stewart_platform * Arduino 與 linux 結合 * http://www.theinquirer.net/inquirer/news/2269182/arduino-launches-y-n-for-wifi-connectivity-under-linux * http://blog.arduino.cc/2013/05/18/welcome-arduino-yun-the-first-member-of-a-series-of-wifi-products-combining-arduino-with-linux/ * [http://jwill.pixnet.net/blog/post/31185791-%E7%94%A8attiny%E5%B9%AB%E4%BD%A0%E7%9A%84arduino%E5%B0%88%E6%A1%88%E6%B8%9B%E8%82%A5 使用 ATTiny45、85開發] * [http://bitbeam.org/2012/08/25/bitbeambot-the-complete-kit/ Bitbeambot – The Complete Kit] * [http://www.eefocus.com/zhang700309/blog/13-05/294079_864ad.html 深圳MakeBlock] * [http://baxermux.no-ip.org/wordpress/3C/?p=40 MSN 控制Arduino] * motoduino: https://sites.google.com/site/createyourowns/shi-yong-shou-ce/shi-yongmotoduino * 5V 抽水馬達:http://www.light-energy.hipages.tw/?148,5-12v%E7%84%A1%E5%88%B7%E6%8A%BD%E6%B0%B4%E9%A6%AC%E9%81%94-e-07 * http://www.hobbypress.cn/bencandy.php?fid-475-id-7609-page-1.htm 自動澆花。 * http://www.robofun.net/forum/viewthread.php?tid=7996 使用 python 開發 * http://a-chien.blogspot.tw/ 阿簡生物筆記 * http://lab.cavedu.com/android_adk Android ADK * http://www.amarino-toolkit.net/index.php/download.html Android 與 Arduino 透過 Bluetooth 連結 * http://code.google.com/p/amarino/source/browse/#svn%2Ftrunk%2Famarino_examples%2FSensorGraph%2Fsrc%2Fedu%2Fmit%2Fmedia%2Fhlt%2Fsensorgraph * http://yehnan.blogspot.tw/2012/02/arduino.html 葉難介紹 * [http://coopermaa2nd.blogspot.com/2011/03/irremote.html irremote紅外線] * [http://letsmakerobots.com/node/26839 android(ADK) 與 arduino + USB host shield 連結] * [http://groups.google.com/group/hackingthursday/browse_thread/thread/4e0754c4e842a044?pli=1 硬體 layout 相關] * [http://www.makezine.com.tw/2012/05/18/arduino%E6%8E%A7%E5%88%B6%E5%99%A8%E9%A9%85%E5%8B%95%E7%9A%84%E5%BD%8E%E7%B7%9A%E6%A9%9F/ Arduino控制器驅動的彎線機] * [http://marco.guardigli.it/2010/05/arduino-in-datacenter-rack.html 使用 Arduino 量測機櫃溫度]