樹莓派 Zero WH 初使用體驗

weixin_33982670發表於2018-03-18
原文:樹莓派 Zero WH 初使用體驗

 

12號買了一個樹莓派 Zero WH,這個是什麼型號呢?其實和樹莓派Zero是同一系列的,加上W則表示多了無線Wifi和藍芽模組,加上H則表示在板子上已經焊接好了2x20的排針。

 

這個Zero真的很迷你,下面給大家看一下實拍圖。

 

 

 

 

關於樹莓派Zero系列,官方的定價是

樹莓派Zero

5美元

樹莓派Zero W

10美元

樹莓派Zero WH

未知(最多11美元吧)

 

國內一般都是95元以上的(人家海淘回來也是要小費的?)

 

關於具體的配置和差別,請看下圖

 

 

 

需要注意的是,樹莓派Zero的供電電源可以使用樹莓派3的————5V,2.5A。樹莓派Zero一個特別的地方,是採用了Mini HDMI輸出,因此你如果要購買這個板子的話,不要忘記買一個Mini HDMI轉HDMI的轉接頭,長這樣子。

 

 

 

 

某東或者某寶多的是,10元左右。我是買板子的時候沒注意是mini口,所以還要跑一趟電腦城才搞定。。。[二哈]

 

此外你還需要一個HDMI顯示器,我是之前買過的,7寸的觸控式螢幕。當然,還有C10的TF一張,8GB以上,不然不夠用。

 

OK,硬體都齊活了,下面開始燒系統吧。

 

去樹莓派官方網站下載頁面,https://www.raspberrypi.org/downloads/

 

 

 

選擇一個你中意的作業系統,下載下來。

 

我選擇的是官方推薦的Raspbian  ,下載後解壓出來是一個2017-11-29-raspbian-stretch.img映象檔案,用Win32DiskImager燒進去,稍等片刻即可完成。

 

 

 

接下來把該連的線啊連線好,balabala,卡插上去。

 

部分顯示器可能需要修改一下boot/config.txt檔案,具體可以在網上查一下。

 

# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=2
#hdmi_mode=47

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on
enable_uart=1
# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
max_usb_current=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900

 

 

開機,我的樹莓派3B安靜的亂入了

 

 

 

需要注意的是,如果你用了無線滑鼠,可能延遲很厲害。那麼需要修改一下boot/cmdline.txt,最後加上“ usbhid.mousepoll=0”,不包含引號。重啟即可。

 

樹莓派系統內建了程式設計軟體、開源辦公軟體、遊戲(我的世界和python小遊戲)、Chromium瀏覽器等,還是比較全的。

 

 

 

 

 

 

 

當然,也可以通過軟體安裝源來手動安裝海量應用和遊戲。

 

 

 

最後送上一個彩蛋,執行一下我的世界。嗯,很流暢呢

 

 

 

 

相關文章