<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>BLOG記事用論壇 - Arduino</title>
    <link>https://www.wwetw.com/forum-78-1.html</link>
    <description>Latest 20 threads of Arduino</description>
    <copyright>Copyright(C) BLOG記事用論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 25 Aug 2026 17:39:14 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.wwetw.com/static/image/common/logo_88_31.gif</url>
      <title>BLOG記事用論壇</title>
      <link>https://www.wwetw.com/</link>
    </image>
    <item>
      <title>TB6612FNG連接Arduino nano</title>
      <link>https://www.wwetw.com/thread-351-1-1.html</link>
      <description><![CDATA[使用Library涵式庫
https://github.com/sparkfun/SparkFun_TB6612FNG_Arduino_Library


連接線使用
TB6612FNG上方PWM的腳位需與Arduino的PWM腳位連接才能使用
在Arduino nano上為3、5、6、9、10、11共6個
接線可以參考
https://swf.com.tw/?p=1066

在我的這邊腳位接法 ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Fri, 09 Jul 2021 16:45:01 +0000</pubDate>
    </item>
    <item>
      <title>MPU9250連接</title>
      <link>https://www.wwetw.com/thread-350-1-1.html</link>
      <description><![CDATA[上次試過MPU6050 gy-521搭配Arduino nano使用
這是測試9250

與Arduino nano接線
VCC接27腳5V
GND接29腳GNN
SCL接A5
SDA接A4
如圖

使用Library涵式庫在此
https://www.arduino.cc/reference/en/libraries/mpu9250/


直接使用範例檔案
得到的serial output






另一 ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Fri, 09 Jul 2021 15:52:07 +0000</pubDate>
    </item>
    <item>
      <title>MPU6050 gy-521搭配Arduino nano使用</title>
      <link>https://www.wwetw.com/thread-349-1-1.html</link>
      <description><![CDATA[說明MPU6050是晶片
我使用gy 521上面幫你做了一些接線


接線方式
gy-521可只接4隻腳位
VCC (電壓3.3V and 5V sources.)
GND
SCL (Serial Clock Line of the I2C protocol.)
SDA (Serial Data Line of the I2C protocol.)

與Arduino nano接線
VCC接27腳5V
GND接29腳GNN ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Mon, 05 Jul 2021 15:37:50 +0000</pubDate>
    </item>
    <item>
      <title>由通訊序列讀取數值給與變數</title>
      <link>https://www.wwetw.com/thread-302-1-1.html</link>
      <description><![CDATA[一直想用讀取數值給與變數
不管是由藍芽或Serial
但會發生一個問題
讀取的是拿到字元char或字串String
不轉換的畫無法寫入變數
因此需要轉換資料型態。
使用方法]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Wed, 11 Jan 2017 08:24:12 +0000</pubDate>
    </item>
    <item>
      <title>dalay()與法使用變數</title>
      <link>https://www.wwetw.com/thread-301-1-1.html</link>
      <description><![CDATA[arduino delay 變數
原本一直想用在dalay中用變數例如但使用下來失敗了
暫停的時間和變數不同
所以研究了一下。
查了N個網站都只用最直接的方法delay(100);

原本以為不行，最後發現
要使用的話變數型態須為unsigned long
所有與時間相關的變數都須使用此型態
範例如此 ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Wed, 11 Jan 2017 08:10:59 +0000</pubDate>
    </item>
    <item>
      <title>L298N 馬達驅動板</title>
      <link>https://www.wwetw.com/thread-275-1-1.html</link>
      <description><![CDATA[L298N
可驅動兩個直流馬達或一個步進馬達
記得接地......
data sheet]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Tue, 18 Aug 2015 09:32:38 +0000</pubDate>
    </item>
    <item>
      <title>平衡車-未完成</title>
      <link>https://www.wwetw.com/thread-268-1-1.html</link>
      <description><![CDATA[http://ming-shian.blogspot.tw/2014/05/arduino21mpu6050row-data.html

http://www.geek-workshop.com/thread-1549-1-1.html

http://coopermaa2nd.blogspot.tw/2012/09/l298n.html

http://swf.com.tw/?p=564]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Tue, 28 Jul 2015 08:19:21 +0000</pubDate>
    </item>
    <item>
      <title>超音波HC-SR04</title>
      <link>https://www.wwetw.com/thread-254-1-1.html</link>
      <description><![CDATA[超音波感測器
名稱:HC-SR04 
價格:約50-100
用途:感測距離
說明書寫感測距離2cm-4m
實測在寬角落，能感測到150cm左右的籃球
因為超音波越遠，發散越大，且強度越弱
接收到的可能為干擾，或是根本接收不到回收信號。


arduino使用
可用NewPing Library
http://playgroun ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Wed, 11 Mar 2015 14:04:16 +0000</pubDate>
    </item>
    <item>
      <title>常用藍芽APP</title>
      <link>https://www.wwetw.com/thread-252-1-1.html</link>
      <description><![CDATA[Bluetooth　Serial　Controller　N7
圖形化介面傳送藍芽指令
https://play.google.com/store/apps/details?id=mBluetoothSerialController.Nexus7

Remote Camera 能用藍芽或wifi傳鏡頭影像
https://play.google.com/store/apps/details?id=org.jastrzab.remote

https: ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Thu, 08 Jan 2015 07:21:59 +0000</pubDate>
    </item>
    <item>
      <title>Arduino Nano規格簡介</title>
      <link>https://www.wwetw.com/thread-251-1-1.html</link>
      <description><![CDATA[http://arduino.cc/en/Main/arduinoBoardNano
Arduino Nano 3.0 (ATmega328)

工作電壓5 V
建議輸入Input Voltage (recommended)]]></description>
      <category>Arduino</category>
      <author>admin</author>
<enclosure url="/forum/6-20 V
數位腳位14 ( 6個 PWM 輸出)
類比輸入8個
每腳位電流40 mA
Flash Memory" length="16 KB (ATmega168 ..." type="image/jpeg" />      <pubDate>Mon, 05 Jan 2015 07:43:56 +0000</pubDate>
    </item>
    <item>
      <title>陀螺儀 加速度計 MPU-6050</title>
      <link>https://www.wwetw.com/thread-250-1-1.html</link>
      <description><![CDATA[MEMS陀螺儀(Gyroscope):
角速度計，測量單位 角速度(度/秒)
例如:
LPY530AL Dual


加速度感測器:
測量加速度的裝置，也就是g force
例如:
三軸加速度感測器 ADXL335


MPU-6050 
MPU6050 三軸陀螺儀+三軸加速度 6軸模組
規格
I²C函式庫http://www.i2cdevlib.com/devic ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Sat, 29 Nov 2014 08:14:14 +0000</pubDate>
    </item>
    <item>
      <title>步進馬達的驅動</title>
      <link>https://www.wwetw.com/thread-249-1-1.html</link>
      <description><![CDATA[有點懶得寫了

http://designer.mech.yzu.edu.tw/articlesystem/article/compressedfile/(2001-07-06)%20%E5%96%AE%E6%99%B6%E7%89%87%E5%AF%A6%E7%BF%92%EF%BC%8D%E6%AD%A5%E9%80%B2%E9%A6%AC%E9%81%94%E6%87%89%E7%94%A8.aspx?ArchID=302]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Sat, 29 Nov 2014 07:59:56 +0000</pubDate>
    </item>
    <item>
      <title>程式語法參考</title>
      <link>https://www.wwetw.com/thread-248-1-1.html</link>
      <description><![CDATA[Notepad++ 的Arduino Plugin 
http://sourceforge.net/projects/narduinoplugin/

程式語言&gt;定義程式語言&gt;匯入
之後重開即可

簡介
以Example的Blink為例子


void setup() {} //初始化，定義腳位為input或output
void loop() {} //會不斷執行loop內的程式

程式語法參 ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Sat, 22 Nov 2014 08:54:44 +0000</pubDate>
    </item>
    <item>
      <title>Arduino電腦軟體安裝</title>
      <link>https://www.wwetw.com/thread-247-1-1.html</link>
      <description><![CDATA[至官方網站下載Arduino IDE
http://arduino.cc/en/Main/Software


測試環境
Windows7 64 bit
Arduino 1.0.6



安裝完成後可插入USB連接Arduino硬體
編譯器內附有基本範例


要注意的是，如果安裝完軟體，
Arduino接上電腦後顯示USB驅動安裝失敗，
或是第一次接上去能 ...]]></description>
      <category>Arduino</category>
      <author>admin</author>
      <pubDate>Sat, 22 Nov 2014 07:09:01 +0000</pubDate>
    </item>
  </channel>
</rss>