1.先安裝NANO的驅動程式
找到Tools - > Boards manager
Arduino nano初始設定並引入LibraryArduino nano初始設定並引入Library

2.左邊輸入nano
安裝 Arduino AVR Boards 1.8.X
Arduino nano初始設定並引入LibraryArduino nano初始設定並引入Library


3. 找到正確型號
Tools -> Processor -> ATmega328P(Old Bootloader)
Arduino nano初始設定並引入LibraryArduino nano初始設定並引入Library


4. 替換COM PORT
Tools -> Port -> COM 10(每台電腦顯示分歧)
這時候插上Arduino nano 已顯示連線
Arduino nano初始設定並引入Library
Arduino nano初始設定並引入Library

5.安裝LIB (liquid-crystal-i2-c.h)
載點
https://www.arduinolibraries.info/libraries/liquid-crystal-i2-c


SKETCH -> ADD .ZIP Library...
把檔案上傳便可
Arduino nano初始設定並引入Library
Arduino nano初始設定並引入Library

果燒錄呈現毛病請看這篇
毛病訊息:stk500_getsync() attempt 10 of 10: not in sync: resp


文章出處:網頁設計,網站架設 ,網路行銷,網頁優化,SEO - NetYea 網頁設計

 

文章標籤

valeritmfov8 發表在 痞客邦 留言(0) 人氣()

之前碰到CPANEL發信給我


說磁碟空間不足


我心想4TB硬碟,沒幾個網站怎麼會空間不足


第一時候以為是網站被駭


到filezilla搜檢事後發現是PHP7.4 的LOG超大

Cpanel WHM 若何關閉PHP ERROR LOG

文章標籤

valeritmfov8 發表在 痞客邦 留言(0) 人氣()

網頁設計

前台看到 相關商品

網頁設計 opencart 相幹商品(Related Pro

文章標籤

valeritmfov8 發表在 痞客邦 留言(0) 人氣()

網頁設計因搜索引擎改版,網站不能不改https
當網站安裝了SSL後,若何把網址主動轉成https?

在網頁目次-public_html,有一個檔案叫 .htaccess,編纂檔案內容,然後將以下轉向的規則寫在裡面:

寫法1:

  1. RewriteCond %{HTTPS} off
  2. RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
文章標籤

valeritmfov8 發表在 痞客邦 留言(0) 人氣()

網頁設計

起首可以到FPDF網站下載程式,固然FPDF的網站有講授也值得前去觀看http://www.fpdf.org/

或直接點選這邊下載fpdf16.zip

文章標籤

valeritmfov8 發表在 痞客邦 留言(0) 人氣()