[新聞] Raspberry Pi Zero 2 W 出來了!
2021-12-27 16:14:28
圖片來源:New product: Raspberry Pi Zero 2 W on sale now at $15
睽違 4 年,Raspberry Pi 終於發布了 Raspberry Pi Zero 系列新產品,Raspberry Pi Zero 2 W。我們先來看一下介紹。
《特色》==> 幫大家劃重點
* 使用和 Raspberry Pi 3B 相同的 Broadcom BCM2710A1 SoC 晶片(64-bit)!但時脈為 1GHz(原本是 1.2GHz)
* 單執行緒效能提昇 40%,多執行緒效能提昇 5 倍。
* 採用新的 SiP(System-in-Package) 封裝技術 RP3A0。
* 記憶體一樣是 512MB LPDDR2 SDRAM。
* 藍牙升級為藍牙低功耗(Bluetooth Low Energy)。
* 其他外型規格和 Zero W 相同。
《規格》
SoC: | Broadcom BCM2710A1(代號 RP3A0) |
CPU: | Arm Cortex-A53 @ 1GHz |
GPU: | H.264 MPEG-4 decode (1080p30); H.264 encode (1080p30); OpenGL ES 1.1; 2.0 graphics |
記憶體: | 512MB LPDDR2 SDRAM(和 GPU 共享) |
視訊輸出: | Mini HDMI port |
音訊輸出: | Mini HDMI port |
儲存: | microSD |
USB: | USB 2.0 interface with OTG |
Ethernet: | 無 |
Wireless: | 2.4GHz IEEE 802.11b/g/n |
Bluetooth: | Bluetooth 4.2; BLE |
GPIO: | HAT-compatible 40 pin I/O header footprint |
Camera: | CSI-2 camera connector |
工作電流: | 600 mA |
尺寸: | 65 x 30 x 5mm |
重量: | 11g |
《深入研究》
因為 Zero 系列是單面組件放置,過去 Zero/Zero W 使用 Broadcom BCM2835 SoC (ARM1176JZF-S 單核心),其 SoC 和 SDRAM 使用 package-on-package(PoP)封裝技術,可以將 SDRAM 封裝直接位於 SoC 的頂部,看起來像是這樣。
圖片來源:New product: Raspberry Pi Zero 2 W on sale now at $15
而 Zero 2 W 使用四個 Cortex-A53 核心,因為四核心的處理電路面積會超過原本的大小,無法直接使用原本的 PoP 技術,因此在 Pi 2 以後的樹莓派都是將 SoC 和 SDRAM 分離。
但隨著半導體技術的演進,在 2011 年的 BCM2763 曾使用 system-in-package (SiP)封裝技術(將 128MB SDRAM 和 SoC 晶片直接封裝在一起)又被應用在這次的 Zero 2 W。這次的封裝技術 RP3A0 是新一代的 SiP,可結合 BCM2710A1 晶片和 4Gbit Micron LPDDR2,看起來像是這樣。
圖片來源:New product: Raspberry Pi Zero 2 W on sale now at $15
硬體工程師的浪漫就是在 BGA(Ball Grid Array)展現,下圖是使用 X-ray 打在 RP3A0-AU 的顯示結果,竟然可以看到一個低解析度的樹莓派 LOGO~
圖片來源:New product: Raspberry Pi Zero 2 W on sale now at $15
《效能比較》
x264 Encode 效能比較(將 1080p 影片編碼為 x264 的速度,數字愈大效能愈好)
圖片來源:Look inside the Raspberry Pi Zero 2 W and the RP3A0-AU
phpbench 比較(執行 php 的速度,數字愈大效能愈好)
圖片來源:Look inside the Raspberry Pi Zero 2 W and the RP3A0-AU
WiFi 和 Ethernet 效能比較(無線和有線網路的傳輸速度,數字愈大效能愈好)
圖片來源:Look inside the Raspberry Pi Zero 2 W and the RP3A0-AU
和 Zero W 的功耗(Power Consumption)比較
圖片來源:Look inside the Raspberry Pi Zero 2 W and the RP3A0-AU
《常見問與答》
* Zero 和 Zero W 並不會停止製造和販售。
* 因為封裝問題,Zero 2 W 不會有 1GB SDRAM 的版本。
* RP3A0 代號意義。RP3 是封裝的名稱,A0 是零件的第一個版本,AU 表示該封裝使用金線做為打線接合,後方的 4 位數字是製造日期表示為年和周數。
* Zero 2 W 的 EOL 是 2028 年。
《參考資料》
* New product: Raspberry Pi Zero 2 W on sale now at $15
* Look inside the Raspberry Pi Zero 2 W and the RP3A0-AU
我們即將販售~



[新聞] Raspberry Pi Pico 出來了!
2021-01-26 16:02:25影片來源:Meet Raspberry Silicon: Raspberry Pi Pico now on sale at $4
由 Raspberry Pi 基金會 設計的第一款單晶片(microcontroller)等級的開發板 Pico 出來了!
圖片來源:Raspberry Pi Pico – what did you think?
截至 2020 年底,Raspberry Pi 已經銷售了三千七百萬台,並且被廣泛應用在個人創客、學校教學或是量產品上。但如果是想做單純 I/O 功能的應用,就需要考慮使用樹莓派的限制了。因為 Raspberry Pi 的功耗至少是 100 毫瓦(milliwatts)起跳,而且 Raspberry Pi(包括 Zero 系列)都沒有支援類比輸入,而使用 Linux 作業系統更不適合低延遲的場景。
圖片來源:Meet Raspberry Silicon: Raspberry Pi Pico now on sale at $4
《特色》
因此 RP2040 微控制器的設計目標就是在高性能與更多靈活的 I/O 上。使用雙核 Arm Cortex-M0+ @ 133MHz 讓 RP2040 有極佳的效能,而 Mark Owen(Qfplib 函式庫作者)更優化了 Cortex-M0+ 的浮點函數,甚至比 GCC 函式庫還要快的多。雙核和大記憶體也讓 RP2040 可以執行 TensorFlow Lite 的框架,例如 Pete Warden 為 Pico 寫了一個應用。
而 RP2040 的產品代號可以由這張圖來說明,未來將可看到 RP 開頭的微控制器系列。
圖片來源:Raspberry Pi Pico microcontroller: specifications, features and RP2040
而高達 26 支 multifunction 的 GPIO 腳位(3.3V 準位),具備有 ADC x2、UART x2、SPI x2、I2C x2、PWM x16,可以更靈活的控制硬體。並且可使用 C 或是 MicroPython 作為開發的程式語言。
圖片來源:Raspberry Pi Pico Review: ‘Pi Silicon’ Debuts on $4 Microcontroller
而 Pico 的誕生,會分食 Arduino 的市場,學校或是企業將轉投入開發 Pico 的應用。特別的是,RP2040 是使用台積電(TSMC)的 40nm 製程,相信這品質是不容懷疑。
不過 Pico 還是有些小小缺點,例如沒有內建無線功能(WiFi 和藍牙都沒有)就只能做 IoT 場景的終端節點,因此未來和 Raspberry Pi 整合搭配將會是主要應用。
《參考資料》
* Meet Raspberry Silicon: Raspberry Pi Pico now on sale at $4
* Raspberry Pi Pico – what did you think?
* Getting Started with Raspberry Pi Pico
* Raspberry Pi Pico: Tutorials, Pinout, Everything You Need to Know
* [產品] Raspberry Pi Pico | Pico Board | RP2040



[新聞] Raspberry Pi 4 Case Fan 出來了!
2020-12-07 14:08:14圖片來源:NEW Raspberry Pi 4 Case Fan
Raspberry Pi 4 出來以後,雖然效能有三倍的 Pi 3B+ 來得快,但溫度也比 Pi 3B+ 更高了。下圖左是系統閒置狀態(Idle),下圖右是滿載情形(Load),其中溫度最高的是 CPU,再來是 PMIC 部份。
圖片來源:Raspberry Pi 4 Firmware Update – Pi 4 Now Runs Cooler Than Ever
雖然 Pi 4 可以在高達 80°C 的溫度工作,但韌體會在溫度超過 85 度之後降頻已確保溫度不再提昇,連帶的雙 4K 顯示和 GPU 的功能都會收到限制。
圖片來源:Raspberry Pi 4 Firmware Update – Pi 4 Now Runs Cooler Than Ever
因此樹莓派基金會更新了一系列的韌體,目的在不影響效能下對各組件的電壓做節能調整,讓功耗可以下降,溫度也隨之降低。
圖片來源:Raspberry Pi 4 Firmware Update – Pi 4 Now Runs Cooler Than Ever
這也讓各類型的外殼或散熱系統可以有著力的地方。但通常好的散熱外殼都會搭配金屬外殼,這有可能造成 WiFi 的訊號衰減。下圖比較了 Pi 4 的 2.4GHz 頻段 WiFi 對於固定位置的 AP 訊號強度,單位 dBm(從 0 到 -100),愈接近零愈好。
圖片來源:WiFi Signal Strength with Raspberry Pi 4 Cases
終於,樹莓派基金會也出了自己的散熱套件 Case Fan(外殼風扇),但需要搭配原廠紅白外殼使用。
安裝方法相當簡單,先將散熱片貼在 CPU 上,再把 Case Fan 固定在外殼的溝槽裡就可以了。上下外殼可以完全緊閉如同沒有安裝 Case Fan 一樣的密合。
圖片來源:Official Raspberry Pi 4 case fan adds cooling to Raspberry Pi 4 case
Raspberry Pi Case Fan 有四點特色。
1. 原廠散熱片(18×18×10mm)散熱效果佳。
2. 專為超頻設計,可使用 GPIO 控制啟動風扇條件。
新版本的 raspi-config
已經將控制功能加入了,可以從 4 Performance Options
> P4 Fan
設定控制腳位和調整溫度條件(如果使用 raspios_armhf-2020-12-04 以前版本,需要先使用 sudo apt-get update && sudo apt-get dist-upgrade
更新 raspi-config
功能。
3. 主動散熱,可將熱氣從 USB 和 Ethernet 空隙中帶走。
Raspberry Pi 4 Case Fan 採用下吹式的主動散熱方式,配合紅白外殼的機構,可有效的將熱氣從 USB 和 Ethernet 處抽走,達到絕佳的冷卻效果。
圖片來源:Designing the Raspberry Pi Case Fan
4. 完美搭配原廠紅白外殼,WiFi 訊號不衰減,降溫效果明顯。
圖片來源:Official Raspberry Pi 4 case fan adds cooling to Raspberry Pi 4 case
《補充資訊》
* 根據測試,風扇運轉時大約是 55dB。
* 根據這篇教學,可以使用 Hardware PWM 控制風扇運轉速度,而不只有開和關而已。
《新聞》
* New product: Raspberry Pi 4 Case Fan
* Designing the Raspberry Pi Case Fan
* Raspberry Pi 4 Firmware Update – Pi 4 Now Runs Cooler Than Ever
* Official Raspberry Pi 4 case fan adds cooling to Raspberry Pi 4 case
好東西,不買嗎? Raspberry Pi 4 Fan Case 現貨,立即填寫表單,搭配紅白外殼更優惠!



[新聞] 8GB Raspberry Pi 4出來了!
2020-06-17 16:10:32
圖片來源:8GB Raspberry Pi 4 on sale now at $75
Pi 4B 從 2019 年發表後,在 2020 年 3 月份有小改版。在 2020/05/28 樹莓派基金會又推出 Pi 4B 的 8G 版本,到底又有哪些改變呢?
《硬體更新》
* 使用 Micron 的 LPDDR4 SDRAM 記憶體 8GB,而 BCM2711 可定址到 16GB。
* 增加新的開關電源(switcher)來取代原本的開關模式電源(Switch Mode Power Supply)。
左圖是原本 Pi4/1GB/2GB/4GB 的電路設計。右圖是 Pi4/8GB 新增的開關電源設計。
有關硬體的差異可以看下圖的比較。上方是 Pi4/1GB/2GB/4GB,下方是 Pi4/8GB 的電路板。
圖片來源:Raspberry Pi 4 Gets 8GB RAM, Raspbian 64-bit (Beta)
《軟體更新》
* 官方版本的 Raspberry Pi OS(原名稱為 Raspbian),不過目前還是 32-bit。
* 可搭配 64-bit 的作業系統,例如 Ubuntu 20.04 LTS 或是 Gentoo。
* 持續更新 Vulkan 驅動程式,並且開源。
新版本(2020-05-27-raspios)的 Raspberry Pi OS也一併釋出。release notes 如下:
2020-05-27: * Added Bookshelf application * Added Raspberry Pi Diagnostics application * Added magnifier plugin to taskbar - needs magnifier application installed from Recommended Software to enable * Added Magnifier application to Recommended Software * Added marketing questionnaire as initial Chromium tab * Version 0.25 of Scratch 2 included - uses external application to access IMU on SenseHAT * Version 1.0.5 of Scratch 3 included - uses external application to access IMU on SenseHAT * Version 32.0.0.371 of Flash player included * Version 1.0.6 of Node-RED included * Version 6.7.1 of VNC Server included * Version 6.20.113 of VNC Client included * Internal audio outputs enabled as separate ALSA devices * MagPi preinstall removed and replaced with Beginner’s Guide * MagPi weblink removed from main menu * Chromium made default application for PDF files * Common icon loading code for lxpanel plugins used * Italian translations added * Initial move of mouse pointer to menu button disabled * Padding at left of menu button removed * Focus behaviour changed so that focus moves to desktop if no windows are opened - improves reliability of Orca screen reader * Bug fix - focus bug in volume plugin * Bug fix - keyboard repeat interval bug in Mouse & Keyboard Settings * Bug fix - battery detection bug in battery plugin * Bug fix - spurious active areas on taskbar when plugins are hidden * Bug fix - occasional crash in file manager on file selection * Disk ID is now regenerated on first boot * Updated udev rules - Remove unused argon rule - Add vcsm-cma to video group - Add pwm to gpio group * i2cprobe: More flexible I2C/SPI alias mapping * Raspberry Pi firmware 21e1fe3477ffb708a5736ed61a924fd650031136 * Linux kernel 4.19.118
《新聞》
* 8GB Raspberry Pi 4 on sale now at $75
* Raspberry Pi 4 Gets 8GB RAM, Raspbian 64-bit (Beta)
* 現貨供應中 ===> 馬上填寫訂購表單!



[新聞] Raspberry Pi 高品質相機模組出來啦! | Raspberry Pi HQ Camera | High Quality
2020-05-02 09:54:46影片來源:NEW Raspberry Pi High Quality Camera
樹莓派基金會出過兩款相機模組,2014 年的五百萬像素 v1 版本(OmniVision OV5647),和 2016 年的八百萬像素 v2 版本(Sony IMX219)。但這兩種相機模組的感光元件較小,因此信噪比(SNR)較低,感光能力也較差;而固定焦距也不太適合移動式的應用。因此有許多廠商設計了不同的相機模組,讓樹莓派的應用範圍更廣。
在 2020 年,Raspberry Pi 高畫質相機模組(HQ Camera)出來啦!
圖片來源:New product: Raspberry Pi High Quality Camera on sale now at $50
《規格》
* Sensor: Sony IMX477R stacked, back-illuminated sensor
* 12.3 megapixels
* Output: RAW12/10/8, COMP8
* Lens standards: C-mount /CS-mount
* C-CS adapter included
《特色》
* 更高的像素! 有 12 百萬像素(12.3 megapixels)。
* 在低光源有更好的靈敏度(每個像素大了 50%)。
* 支援 C-mount 和 CS-mount 鏡頭。
* 可搭配原廠 6mm CS‑mount 鏡頭,或 16 mm C-mount 鏡頭。
* 內建相機支架底板,可輕鬆安裝在腳架上。
* 注意:HQ Camera 無法單獨使用,需要搭配鏡頭才行。
《原廠 HQ Camera 套件》
圖片來源:New product: Raspberry Pi High Quality Camera on sale now at $50
《新聞》
* New product: Raspberry Pi High Quality Camera on sale now at $50
* [產品] Raspberry Pi HQ Camera & Lens
* 現貨供應中 ===> 馬上填寫訂購表單!



[新聞] Raspberry Pi 4 小改版(v1.2)
2020-03-04 09:32:39Rspberry Pi 4 從 2019 年發布後,就被發現有 USB-C 的充電問題。
這問題是 Pi 4 和內建 E-mark 晶片的高階 USB-C 充電線不相容,而這些充電線內建了用以執行CC(Configuration Channel)邏輯檢測與控制的 E-mark 晶片,屬於高階的 USB-C 充電線。因此包括蘋果的 MacBook 或是筆電使用的 USB-C 充電裝置在插到 Pi 4 上會被誤認為音訊轉接配件,因而無法提供電力。但使用原廠 5.1V/3A 電源則沒有這樣的問題。
好消息是目前 Pi 4 有小改版,型號為 v1.2。根據 theregister 的報導,新版修正了 USB-C 的供電問題,可適用大部分的充電線(器)。此外,新版還進行了絲印的調整,可以減少焊接過程中發生錫橋。
檢查的方式是在命令列執行 cat /proc/cpuinfo
,如果是 Pi4/4GB 在版本號(Revision)的部份會顯示 c03112
,型號(Model)會顯示 Raspberry Pi 4 Model B Rev 1.2
就是新版(v1.2)。如果在 Revision 顯示 c03111
,Model 顯示 Raspberry Pi 4 Model B Rev 1.1
那就是舊版(v1.1)。我們販售的 Pi 4 都是新版。
pi@raspberrypi:~ $ cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 3 (v7l) BogoMIPS : 108.00 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 ... Hardware : BCM2835 Revision : c03112 Serial : 10000000abb7260c Model : Raspberry Pi 4 Model B Rev 1.2
如果要從外觀來分辨的話,可以看 WLCSP SD 卡電壓開關的位置。下圖為舊版(v1.1),開關在 SD 卡的側邊。
圖片來源:Raspberry Pi 4 Rev 1.2 Fixes USB-C Power Issues, Improves SD Card Resilience
而新版(v1.2)則是改到 SD 卡的下方。
圖片來源:Raspberry Pi 4 Rev 1.2 Fixes USB-C Power Issues, Improves SD Card Resilience
外觀比較可以參考下圖比較,左側為 Rev 1.1,右側為 Rev 1.2。
圖片來源:Top View of RPi 4B Rev 1.1 vs Rev 1.2
圖片來源:Bottom View of RPi 4B Rev 1.1 vs Rev 1.2
更多版本資訊可以看官方文件。
參考資料:
* Raspberry Pi admits to faulty USB-C design on the Pi 4
* Raspberry Pi 4 Rev 1.2 Fixes USB-C Power Issues, Improves SD Card Resilience
* Raspberry Pi revision codes
* How to Check if Your Raspberry Pi 4 Model B is Rev1.2?
* 樹莓派基金會證實Raspberry Pi 4與高階USB-C充電線不相容



[新聞] Raspberry Pi 4出來了!
2019-06-24 14:43:23現貨供應中 ===> 馬上填寫訂購表單!
圖片來源:Raspberry Pi 4 on sale now from $35
Raspberry Pi 4 出來了,和之前的版本最大的改變是多了 2GB/4GB 的記憶體版本可供選擇!現貨供應中!!
《特色》
1. 使用 Broadcom 2711 四核心晶片(原本為 BCM2837B0)Quad-core Cortex-A72 64-bit SoC,單核心時脈可達 1.5GHz,有三倍速快。
2. 三種記憶體(LPDDR4 SDRAM)大小可選擇,分別是 1GB, 2GB, 和 4GB。
3. 乙太網路(Ethernet)達 True Gigabit Ethernet。
4. 支援藍牙5.0(Bluetooth 5.0)。
5. 兩個 USB 3.0 和 兩個 USB 2.0。
6. 支援雙銀幕輸出,解析度可達 4K。
7. 使用 VideoCore VI,可支援 OpenGL ES 3.x。
8. 可硬體解 4Kp60 HEVC 影片。
《電源接頭》
電源接頭從 USB micro-B 改成使用 USB-C,使用 5V/3A 以上電源供應器才能穩定使用。
《視訊接頭》
視訊接頭從 type-A(full-size) HDMI 接頭改為兩個 type-D (micro) HDMI 接頭。
《乙太網路和 USB 接頭對調》
乙太網路可支援 Full-throughput Gigabit 速度,並和 USB 接頭位置對調,簡化佈線的困難度。由於 USB 和 Ethernet 分別使用 VL805 和 BCM54213PE 控制,因此可使用全速的 USB3.0 和 Gigabit 頻寬。
新版本(2019-06-20)的 Raspbian 也一併釋出,最大的改變就是升級到 Debian 10 Buster 了。完整的 release notes 如下:
2019-06-20: * Based on Debian Buster * Support for Raspberry Pi 4 hardware * FKMS OpenGL desktop graphics driver and xcompmgr compositing window manager used when running on Raspberry Pi 4 * Screen Configuration application added for use with FKMS driver * Raspberry Pi 4 video output options added to Raspberry Pi Configuration * Uses new PiXflat UI theme for GTK and Openbox * CPU activity gauge plugin no longer shown on taskbar by default * CPU temperature gauge plugin added (not shown by default) * USB ejecter and Bluetooth taskbar icons hidden when not appropriate * Version 74.0.3729.157 of Chromium web browser included * Version 32.0.0.207 of Flash player included * IDLE Python IDE removed * Wolfram Mathematica removed temporarily due to incompatibility with Buster * Display of package sizes removed from Recommended Software * Appearance Settings modified to support independent settings for two monitors * Oracle Java 7 and 8 replaced with OpenJDK 11 * Miscellaneous small bug fixes * On-board 5GHz WiFi blocked by rfkill by default The block is removed when taking one of the following actions: - Selecting a locale in the first run wizard - Setting the WiFi country in the Raspberry Pi Configuration tool or the Network Settings applet - Setting the WiFi country in raspi-config - Providing a wpa_supplicant.conf file through the boot partition - Running 'rfkill unblock wifi' * Boot partition size set to 256M * Linux kernel 4.19.50 * Raspberry Pi firmware 88ca9081f5e51cdedd16d5dbc85ed12a25123201
參考資料:
* Raspberry Pi 4 on sale now from $35
* RASPBERRY PI 4 SPECS AND BENCHMARKS
* Meet the New Raspberry Pi 4, Model B
相關新聞:
* [新聞] Raspberry Pi 3B+出來了!
* [新聞] Raspberry Pi Zero W
* [新聞] Raspberry Pi 3 Model B
* [新聞] Raspberry Pi Zero 釋出
* [新聞] Raspberry Pi 2 – Model B 釋出
* [新聞] Raspberry Pi Model A+ 釋出
* [新聞] Raspberry Pi Model B+ 釋出
現貨供應中 ===> 馬上填寫訂購表單!



[新聞] NanoSound技術總監Andrew再度來訪
2019-05-07 08:53:532017 年 NanoSound 技術總監 Andrew 曾經來拜訪過我們,這週四 Andrew 帶了剛剛在 Kickstarter 結束幕資的 NanoSound DAC2 給我們嚐鮮。
NanoSound DAC 是 Raspberry Pi 的高音質數位類比轉換擴充板。除了 DAC 功能以外,還有線性穩壓器(LDO)、OLED 顯示、電源開關、實體按鍵和紅外線遙控等。
更多介紹可以參考之前 Nanosound DAC Pro Board 的介紹。
有別於市面上常見的 I2S DAC 擴充板,NanoSound DAC 剛剛在 kickstarter 完成募資。 主要設計理念除了要有良好的音樂體驗,也從軟硬體雙方面同時下手,提供許多實用的功能。 在硬體上的特色之一在於有獨立的按鍵與 OLED 顯示螢幕。 使用者完成基本設定後,就可以單純使用樹莓派播放音樂,而不需使用智慧型手機或是電腦做控制。 特色之二在於該擴充板使用的是 TI 的 PCM5122 DAC。 除了本身的 DAC 功能外,還預留擴充擴大機線路的設計,並具備兩路的 microUSB 電源輸入。 這樣可以將 DAC 與 Pi 上的數位線路與擴大機的類比線路獨立供電,降低彼此之間的干擾。 而軟體上也和 Volumio 合作,已經被納入官方的 plugin。 只要根據教學安裝並啟用 plugin 以後就可以開始使用。 包括上面七個 GPIO 按鍵與 128x64 的 OLED 顯示螢幕。 除了顯示歌曲名稱、歌曲時間和音量大小等基本功能,還可以長按顯示目前的 IP。
新版的 NanoSound DAC2 Pro 特色有:
* 實體旋鈕音量控制。
* 仍可搭配NanoSound Amp^2。
* 搭配 1.5″ OLED 彩色顯示器。
* 雙電源輸入自動切換。
NanoSound DAC2 PRO 已經開賣,馬上購買吧!
此外,Andrew 也當場抽出第二十五次社群聚會的幸運朋友呂佳峰先生,將獲得 IOT-Weather-Kit-for-Pi(不含 Pi),我們也會專信通知他。



[新聞] Compute Module 3+釋出
2019-02-13 12:32:42Raspberry Pi Compute Module 出新版了!
Raspberry Pi 自從 2012 年第一批開始販售,截至 2018 年底累積銷售達 23,000,000 台。
圖片來源:Raspberry Pi Sales
為了滿足廠商的量產需求,樹莓派基金會在 2014 年推出第一代的 Compute Module 1,目的是讓廠商可以基於樹莓派的硬體核心設計自己的產品,而不限於原本的界面。
此外,基金會也授權 element14 可協助廠商進行客製化的量產服務,讓中小企業也可以根據自己的需求享受小量的客製化設計與製造服務。
雖然有了客製化服務,但原本的 Compute Module 運算模組仍然持續升級,例如在 2017 年推出以 Raspberry Pi 3B 為基礎的 Compute Module 3,現在更升級成和 Raspberry Pi 3B+ 使用相同的 Broadcom BCM2837B0 SoC。
《不變之處》
- 如同之前的 Compute Module 設計,Compute Module 3+ 像是精簡版的 Pi 3B+,上面並沒有 USB、RJ45、HDMI 等界面,因此體積更小可嵌入到自行設計的裝置中。
- 並且使用者可以另外購買 Compute Module IO Board,用來轉接出各種 I/O 端子與擴充介面。
《新的改變》
- Compute Module 3+ 有較佳的散熱效果,因此可維持較低的平均運作溫度。
- 增加 eMMC 大小,共分為 8GB、16GB、32GB 等不同版本。
- 由於電源限制,雖然使用 Broadcom BCM2837B0 SoC,但最大處理器速度保持在 1.2GHz,而非 1.4GHz。
《CM型號比較表》
型號: | CM1 | CM3 | CM3L | CM3+ | CM3+L |
發表日: | 2014/04 | 2017/01 | 2017/01 | 2019/01 | 2019/01 |
處理器: | BCM2835 | BCM2837 | BCM2837 | BCM8237B0 | BCM8237B0 |
記憶體: | 512MB | 1GB | 1GB | 1GB | 1GB |
eMMC: | 4GB | 4GB | N/A | 8/16/32GB | N/A |
《成功案例》
新聞來源:
* Compute Module 3+ on sale now from $25
CM3B+ 已經到貨,馬上購買!



[新聞] PiM25 Project on MagPi 77
2019-01-02 13:45:59我們在去年發布的 PiM25 專案被 MagPi 77 報導了(第八頁)!
原文摘錄如下。
` ` `
We like to see citizen science here at The MagPi – you may remember Raspberry Shake, the seismometer add-on for the Pi, which crowdsourced seismic activity.
In East Asia, we hear a fair bit about issues with air quality, so we weren’t too surprised when Nai-Wen, organiser of the Taiwanese Raspberry Pi community, told us about a project using open-source software to keep track of air pollution in Taiwan.
“PM2.5 is a citizen science project. We provide instructions and open-source code to help people create and customise their own PiM25 box.” Nai‐Wen tells us via email.
“When the PiM25 box is ready, air quality and GPS data can upload to the Taiwan’s PM2.5 Open Data Portal (Location Aware Sensing System, or LASS) 24/7. Everyone can see the open data from the map (magpi.cc/rdfiGe).”
Mapping the air The visualisation is fairly straightforward, colour-coding the results.
Taipei, the capital, is fairly clean, but the west coast tends to be a little polluted. Data is updated on the fly, so these values may change depending on wind, time of day, and even time of year. “We wanted to build up an easy-to-use airbox and visualise the environment information,” Nai-Wen explains.
“We hope the awareness will increase their interest in improving their air, health, life, and planet.”
Raspberry Pi in Taiwan While it’s sometimes easy to think of the Raspberry Pi community as being largely UK based, it’s important to remember that people use it all around the world, including in Taiwan. Starting in 2013, there have been regular meet-ups every month or two, organised by Nai‐Wen: “We have workshops, hackathons, and an occasional book club event. The community also helps to organise open-source conferences, such as PyCon Taiwan or MakerConf Taiwan.”
We look forward to seeing what else comes out of the Taiwanese Pi community
` ` `
PiM25 靈感來自於中研院陳伶志老師和哈爸所發起的 LASS環境感測器網路系統。LASS 是目前國際知名的公民專案,也有很多媒體採訪報導與演講分享,例如 TEDxTaipei、今週刊等等。但過去大部分是使用聯發科 LinkIT 7688/7697 或是瑞昱阿米巴等,使用 Raspberry Pi 的案例較少,因此我們也發布一個版本,希望 Pi 的愛好者也可以一起守護台灣。
PiM25 採用 PIGPIOd 控制 GPIO 腳位,特色之一是可同時讀取多組 UART 設備,例如可同時讀取攀藤 G5 PMS5003 PM2.5 感測器和 GPS 資訊。特色之二是我們將會發布 Blockly 的圖形操作界面,可以讓小朋友也很容易使用拖拉式的方式上手。
目前 PiM25 有兩個版本,第一個是包含多種感測器的完整版,包括攀藤 G5 PMS5003 PM2.5 感測器,ublox NEO-6 的 GPS、DHT22 溫濕度感測器,和 I2C OLED(0.96″),我們做了一版 Pi Zero W 的展示。
第二個版本是中研院陳伶志老師的輕量化版本,只使用了攀藤 G5T PMS5003T PM2.5 粉塵濃度/溫濕度二合一感測器和 GPS,就可讀取基本的 PM2.5, 溫濕度和經緯度數值。



[新聞] Raspberry Pi 3B+出來了!
2018-03-14 17:37:54
圖片來源:RASPBERRY PI 3 MODEL B+ ON SALE NOW AT $35
Raspberry Pi 3B+ 出來了,與 Pi 3 最大的改變是網路效能增加了! 現貨供應中!!
《新的改變》
1. 使用 BCM2837B0 晶片(原本為 BCM2837) 64-bit quad-core ARM Cortex-A53,單核心時脈可達 1.4GHz。
2. 使用 Cypress CYW43455 雙頻晶片(原本為 CYW43438),支援 2.4GHz 和 5GHz 雙頻,並支援 Bluetooth 4.2。
3. 使用 LAN7515(原本為 LAN951x),支援 Gigabit Ethernet over USB 2.0。
4. 支援 Power-over-Ethernet,由四根新增的 Pin 做控制,但要搭配官方擴充板。
5. 更好的溫度管理,在不同溫度下可自動調整 CPU 速度。
《WiFi 網路性能比較》
Tx bandwidth (Mb/s) | Rx bandwidth (Mb/s) | |
---|---|---|
Raspberry Pi 3B: | 35.7 | 35.6 |
Raspberry Pi 3B+ (2.4GHz): | 46.7 | 46.3 |
Raspberry Pi 3B+ (5GHz): | 102 | 102 |
資料來源:LibreELEC
《Ethernet 網路性能比較》
Tx bandwidth (Mb/s) | Rx bandwidth (Mb/s) | |
---|---|---|
Raspberry Pi 3B: | 94.1 | 95.5 |
Raspberry Pi 3B+: | 315 | 315 |
資料來源:LibreELEC
Pi 3B+ 這次新增了 MaxLinear MxL7704 電源管理 IC,可有更好的溫度管理策略。例如在 70°C 以下可以使用 1.4GHz 全速運轉;但超過了 70°C 就會降到 1.2GHz 的速度。可用 Sysbench 看溫度/頻率的曲線圖。
圖片來源:RASPBERRY PI 3 MODEL B+ ON SALE NOW AT $35
新增四根 PoE 的 Pin 腳支援,並有對應的擴充板(HAT)。
圖片來源:RASPBERRY PI 3 MODEL B+ ON SALE NOW AT $35
由於 CPU 時脈更高,並且支援 5GHz 無線網路,因此 Pi 3B+ 的電源需求更高,建議使用高品質的 5V/2.5A,例如官方電源和品牌電源。
更多訊息可以看 Eben 的介紹。
《沒有改變的部份》
1. 和 Model 3B 一樣的外型與尺寸。
2. PCB 板固定螺絲開孔處相同。
3. USB、Ethernet、A/V、HDMI、micro SD 和 microUSB 位置相同,尺寸也相同。
4. Camera、Display 和 40-pin GPIO 位置也相同。
新版本(2018-03-13)的 Raspbian 也一併釋出。release notes 如下:
2018-03-13: * Raspberry Pi 3 B+ support * WiFi is disabled until wireless regulatory domain is set (Pi 3 B+ only) - The domain can be done through 'Raspberry Pi Configuration' (rc_gui), 'raspi-config' or by setting 'country=' to an appropriate ISO 3166 alpha2 country code in /etc/wpa_supplicant/wpa_supplicant.conf. * Default wireless regulatory domain is now unset * Added support to desktop for different screen sizes and resolutions, including multiple preset options in Appearance Settings and pixel doubling option in Raspberry Pi Configuration * Version 2.1.16 of Thonny included * Version 29.0.0.113 of Adobe PepperFlash player included * Version 1.2.post1 of Pygame Zero included * Bluetooth plugin now supports connection to Bluetooth LE HID devices * Network plugin now indicates 5G-compatible APs * Latest changes to Bluez ALSA service merged - service now started on CLI boot as well as GUI boot * Latest changes to dhcpcd networking plugin merged * Improved support for running on pi-top devices * Small design changes to PiX theme and icons * Bug fix - hide spurious window resize handles * Bug fix - Scratch 2 remote GPIO state block now works correctly * Updated WiFi Firmware - brcmfmac43455-sdio 7.45.154 - brcmfmac43430-sdio 7.45.98.38 * New packages: - policykit-1 - obconf - python-buttonshim python3-buttonshim - python-unicornhathd python3-unicornhathd - python-pantilthat python3-pantilthat * Linux kernel 4.9.80+ * Raspberry Pi firmware 3347884c7df574bbabeff6dca63caf686e629699
參考資料:
* RASPBERRY PI 3 MODEL B+ ON SALE NOW AT $35
相關新聞:
* [新聞] Raspberry Pi Zero W
* [新聞] Raspberry Pi 3 Model B
* [新聞] Raspberry Pi Zero 釋出
* [新聞] Raspberry Pi 2 – Model B 釋出
* [新聞] Raspberry Pi Model A+ 釋出
* [新聞] Raspberry Pi Model B+ 釋出



[新聞] NanoSound技術總監 Andrew 來訪
2017-10-23 22:01:23Raspberry Pi 有開放的資源與活躍的社群,一直以來 Maker 們會自己動手做有趣的專案。特別是 GPIO 與獨立 I2S 介面的設計,讓許多音樂玩家都會拿樹莓派自行製作音樂播放器,而也有很多廠商推出了基於 I2S 介面的 DAC 數位類比轉換或是 DDC 數位轉光纖/同軸的擴充板。
有別於市面上常見的 I2S DAC 擴充板,NanoSound DAC Pro Board 剛剛在 kickstarter 完成募資,主要設計理念除了要有良好的音樂體驗,也從軟硬體雙方面同時下手,提供許多實用的功能。
在硬體上的特色之一在於有獨立的按鍵與 OLED 顯示螢幕,因此使用者在做完基本設定以後,就可以單純使用樹莓派做音樂播放,而不用再透過智慧型手機或是電腦做控制。而特色之二在於該擴充板使用的是 TI 的 PCM5122 DAC,除了本身的 DAC 功能外,還預留擴充擴大機線路的設計,並具備兩路的 microUSB 電源輸入。這樣的好處在於可以將 DAC 與 Pi 上的數位線路與擴大機的類比線路獨立供電,降低彼此之間的干擾。
而軟體上也和 Volumio 合作,已經被納入官方的 plugin。只要根據教學安裝並啟用 plugin 以後,就可以使用上面七個 GPIO 按鍵與 128×64 的 OLED 顯示螢幕,除了顯示歌曲名稱、歌曲時間和音量大小等基本功能,還可以藉由長按顯示目前的 IP,是很實用的功能。
這次 NanoSound 技術總監 Andrew 來訪,除了聊到 NanoSound的產品理念,也談到許多後續計畫。未來台灣地區會由我們負責販售,有興趣的朋友可以填寫表單,預計十一月中到貨!



[新聞] Raspberry Pi貼紙發放
2017-07-18 17:06:39感謝 SZ 和 Japanese Raspberry Pi Users Group 的發起人 Masafumi Ohta 的幫忙,Raspberry Pi 創辦人 Eben 寄了一箱貼紙給我們,希望我們能持續推廣 Raspberry Pi,並透過社群活動的分享和交流,找到更多 Raspberry Pi 的可能。
[新聞] Raspberry Pi Zero W
2017-03-03 15:03:12

圖片來源:NEW PRODUCT! RASPBERRY PI ZERO W JOINS THE FAMILY
在樹莓派(Raspberry Pi)五週年的紀念日,Eben Upton 宣佈新產品 Raspberry Pi Zero W!
硬體規格除了和原本的 Raspberry Pi Zero 相同以外,還多了 WiFi 和藍牙功能。這次新增加的無線網路功能是使用和 Pi 3 相同的 CYW43438 晶片。
加上這次的改版,Pi Zero 系列共有三個版本,分別是第一代的 Pi Zero v1.2、增加了 CSI 介面的 Pi Zero v1.3,和這次新增加 CYW43438 晶片的 Pi Zero W v1.1,由上而下可看出外型的差異。
圖片來源:Raspberry Pi Zero WおよびPiZero用公式ケースが発表
Pi Zero 雖然價格非常低廉,但因為供給不足而無法普及。又因為沒有內建網路,因此需要透過各種解決方案或是另外購買 Red Bear 的 IoT HAT 等額外硬體,也讓整體的硬體成本增加。但這次的 Pi Zero W 一定能創造出更多可能性!
我們已經開始販售。
* [產品] Raspberry Pi Zero W 基本套件
* [產品] Raspberry Pi Zero W 進階套件
[新聞] Raspberry Pi Zero 套餐特價中
2017-02-17 15:15:20
圖片來源:蘋果日報
Pi Zero 套餐特價中,加購無線網卡更優惠。
* [產品] Raspberry Pi Zero v1.3 + Mini HDMI轉接頭 + OTG + 8G microSD + 5V電源 + 2×20排針
* [產品] Raspberry Pi Zero v1.3 + Raspberry Pi Camera(v2)
* [產品] Raspberry Pi Zero v1.3 + Raspberry Pi NoIR Camera(v2)
以下內文轉貼自蘋果日報,5美元電腦 功能強大到已跪。
英國 Raspberry Pi 樹莓派基金會在去年底時推出這款超低價的單板電腦,這台只有3張郵票的大小的Zero電腦,麻雀雖小五臟俱全,不但有512MB的記憶體、單核心應用處理器、2個迷你USB接口、1個迷你SD卡插槽,還有1個可輸出1080p影像的迷你HDMI接口。
外國有一名音樂人將樹莓派 Zero 加工,在木製盒子裡安裝「電容觸摸感應器」和「音頻擴大裝置」,研發出一款好玩又實用的 Beetbox,透過觸摸3根甜菜,製造出敲擊鼓聲的效果。
另外,美國還有一名安全研究員使用樹莓派為基底,研發出一個名叫 PoisonTap 的特別小裝置,只要短短 30 秒就可以突破 Mac 系統的保護機制,直接在電腦上安裝後門軟體,取得所有資料。
更多新聞:
* [新聞] Raspberry Pi Zero 釋出
[新聞] 中原大學105學年第2學期三學分樹莓派課程(Raspberry Pi)
2017-02-15 23:04:24
圖片來源:中原大學開課查詢系統
很高興我們今年在中原大學資管系開設了三個學分的課程,特別感謝洪主任、林老師與賴老師的幫忙,還有辛苦的沈小姐等人才能順利開設成功。
我們之前在很多學校都有帶實做的課程,但這次會有比較長的時間可以進行更完整的教學活動。更多進階內容分別簡介如下(中文英文標題可能不太符合,以英文為主)。
1. 樹莓派程式設計與實作(Raspberry Pi GPIO and Administration Tutorial)
內容將涵蓋 Linux 系統管理與 Raspberry Pi GPIO 介紹。兩天的課程將會實做一個體感遊戲機。
1) Raspberry Pi 環境設定
2) Linux 基本管理(使用者帳號、檔案權限、壓縮與打包、程序管理)
3) Linux 網路管理(系統服務、軟體安裝與管理、開機流程介紹)
4) GPIO 介紹
5) 數位輸出和輸入
6) 類比輸出和輸入
7) 系統整合
2. 樹莓派機器人應用(Raspberry Pi Camera + Robot)
內容將涵蓋 Raspberry Pi Camera 使用與 OpenCV 應用。兩天的課程將會實做雲端相機與自駕車(寵物小車的進階版)。
課程綱要如下:
1) Raspberry Pi Camera簡介
2) 基礎 Camera 使用(用 Python 控制、用硬體控制、串接網路服務)
3) 進階 Camera 使用(人臉偵測、影像串流)
4) 馬達、小車組裝與控制
5) 數位影像處理與 OpenCV
6) 自駕車實做
3. 物聯網整合應用與實作(Raspberry Pi Wireless and Sensor Integration)
內容將涵蓋 Arduino + XBee + Raspberry Pi + Bluetooth 與網路服務的整合性應用。兩天的課程將會實做生理資訊監控的 IoT 簡易架構。
課程綱要如下:
1) XBee 簡介
2) XBee 設定與控制實做
3) Arduino開發環境介紹
4) Raspberry Pi和Arduino雙向通訊
5) 生理資訊讀取
6) 雲端網路服務串接與系統整合
我們將持續設計課程,希望結合大學資訊教育,把 Raspberry Pi 融入到理論與實務中。課程用到的投影片和範例程式,也都會放在 slideshare 和 github。
[測試] OpenCV on UP board
2016-12-31 02:18:50有關開箱與安裝可參考以下幾篇文章:
* UP board:開箱與基本介紹
* [開箱] UP Board 開發板:可跑 Windows 10,世界最小 x86 PC
* [試用] 真的能跑 Windows 10 的開發板 – UP Board
由於 UP Board 所使用的 CPU 為 Intel Atom x5-Z8350,在 Intel 網站的規格為 64 位元 4 核心,時脈可達 1.92 GHz。乍看之下是比 Raspberry Pi 3 的處理速度快上不少,但 ARM 和 X86 是不同架構,而且操作上的反應速度除了和時脈有關,不同的執行條件也會有差異。
我們使用 Python OpenCV 測試。只要輸入 sudo apt-get install python-opencv
就可以安裝有 Python binding 的 OpenCV。
UVC(USB Video Class)就是 USB device class 視訊裝置在不需要安裝任何的驅動程式下隨插即用,包括網路攝影機(Webcam)、數位攝影機(Digital Camcorders)、類比影像轉換器(Transcoders)、電視卡(TV Receiver Card)等。而在 Linux 上如果有一個支援 UVC 的 Webcam 插到 USB,就會向 Kernel 註冊為 Webcam 設備,裝置節點為 /dev/videoX
。
V4L2(Video4Linux 2nd)是一套 Linux 針對視訊設備(例如 Webcam)所定義好的 Userspace API,因此硬體廠商只要能實做 API 的功能,就能讓使用者透過統一的介面控制硬體。如此一來上層的使用者就即使不知道硬體的廠牌與底層的實做方法,只要知道呼叫相同的函式就能得到相同的結果,如下圖。
在 Raspberry Pi 上使用 Webcam 偵測人臉的程式(camera_face_detect.py)如下。需先下載 haarcascade_frontalface_default.xml 後和 camera_face_detect.py 一起執行,例如 python camera_face_detect.py haarcascade_frontalface_default.xml
#!/usr/bin/python #+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ #|R|a|s|p|b|e|r|r|y|P|i|.|c|o|m|.|t|w| #+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ # # camera_face_detect.py # Face detect from camera # # Date : 06/22/2014 # Usage : python camera_face_detect.py haarcascade_frontalface_default.xml import cv2 import sys import time cascPath = sys.argv[1] faceCascade = cv2.CascadeClassifier(cascPath) cap = cv2.VideoCapture(0) cap.set(cv2.cv.CV_CAP_PROP_FRAME_WIDTH, 640) cap.set(cv2.cv.CV_CAP_PROP_FRAME_HEIGHT, 480) while True: # Capture frame-by-frame before = time.time() ret, frame = cap.read() gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) faces = faceCascade.detectMultiScale( gray, scaleFactor=1.1, minNeighbors=5, minSize=(30, 30), flags=cv2.cv.CV_HAAR_SCALE_IMAGE ) after = time.time() print "Found {0} faces!, fps= {1}".format(len(faces), round(1/(after-before), 1)) # Draw a rectangle around the faces for (x, y, w, h) in faces: cv2.rectangle(frame, (x, y), (x+w, y+h), (0, 255, 0), 2) # Display the resulting frame cv2.imshow("preview", frame) if cv2.waitKey(1) & 0xFF == ord("q"): break # When everything is done, release the capture cap.release() cv2.destroyAllWindows()
在沒有硬體加速的情況下,視訊從 Webcam 取得後就完全由 CPU 處理。程式中的 cv2.VideoCapture(0)
表示從 /dev/video0
取得 VideoCapture
物件,之後就可以透過 .set
或是 .read
等標準的 V4L2 API 存取 Webcam。
而人臉偵測在 OpenCV 中最常使用的方法為 Haar Feature-based Cascade Classifier,原理與使用可參考 Raspberry Pi Camera + Python 的介紹。
這次用的是 Microsoft LifeCam VX-800(圖右),動態攝影解析度為 30 萬像素(640×480 pixels)。產品規格書下載。
每個從 Webcam 取回的 frame 都會用 faceCascade.detectMultiScale
做人臉偵測的判斷,如果有找到則會用 cv2.rectangle
將人臉標示出來,並印出找到幾個人臉與 FPS(Frame per Second)。
圖片來源:Face Detection using Haar Cascades
架設的環境如下,左邊綠色的 pi-topCEED負責播影片,而 UP Board 接上 LifeCam VX-800 就執行人臉偵測,為了能即時顯示找到的人臉,就接上給奇創造的 On-Lap 1002 攜帶式螢幕。
測試的結果,在 640×480 的解析度下,使用 UP Board 做人臉辨識大概為 3-4 FPS。當然如果不將結果畫出來或是沒有啟動 X-Window 的情況下一定會有更好的結果。
相同的測試條件在 Pi 3 大概只剩下 1 FPS。
由 UP Board 跑 OpenCV 的影片和在 Pi 3 跑 OpenCV 的影片,可看出在這個情境下 UP Board 的處理速度大概是 Pi 3 的四倍左右。
[測試] AS3992 - UHF RFID Single Chip Reader
2016-10-30 09:50:42《文件與教學》
文件總整理,可以從這論壇查看使用教學。
https://www.soliddepot.com/forum/viewforum.php?f=22
AS399X firmware(.hex)下載。
https://www.soliddepot.com/forum/viewtopic.php?f=22&t=40343&sid=e0f3335ae0e157fb2e77c799a567d57d
下載完整資料(出處),包括 datashhet、schematics、firmware、document 等等。
https://www.dropbox.com/s/u9cv2ytscplytmg/AS3992%20reader%20module%20files%20English.zip?dl=0
《硬體外觀》
AS3992 開發板 + 3.6V/2A 電源 + 3dBi 天線 + 五張 915MHz Tag
USB Debug Adapter + JTAG 排線 + JTAG 轉 C2 轉板
《AS3992 韌體更新》
由於韌體預設是燒錄 USB 版本,可以燒成 UART 版本方便測試。連接方式如下。
AS3992 的 C2CK 和 C2D 還有 GND 要和 JTAG 轉板腳位相接。
韌體更新要透過 Silicon Lab 提供的 FLASH 燒錄工具(C8051F)上傳。或是下載完整資料裡的壓縮檔。選擇 C2 programmer > Flash Programming V3.90.exe
如果一切連接順利,就可以看到 USB Debug Adapter 是可以選取的。
點選 “Connect”,順利的話就可以連接到 AS3992,原來 “Connect” 會變成 “Disconnect”。
下載 AS399X firmware.zip(.hex)
其中,as399xdemo_uart_3992.hex
表示 115200bps baud rate
。
另外,as399xdemo3992uart_9600.hex
表示 9600bps baud rate
。
我們選擇 115200bps
燒錄(用 9600bps
的也可以)。
燒錄完畢後,重插拔電源將會使用新韌體開機(如果下載到一半斷線也沒關係,但電源不能斷)
《AS3992 連線》
我們測試的環境為 Raspberry Pi 3,使用 2016-05-23 的映像檔。
Raspberry Pi 和 AS3992 使用 USB 轉 TTL 序列傳輸線(PL2303HXD 或是 PL2303HX 都可以)相接。
通訊的方式是用 CuteCom,如果還沒安裝請先用 sudo apt-get install cutecom
安裝。
在 Pi 上連線的介面是 /dev/ttyUSBX
,例如 /dev/ttyUSB0
如下圖。
一切沒問題,就可以使用 cutecom
做連線測試了。步驟如下:
1. 在 Device
選擇 /dev/ttyUSB0
2. 在 Baud rate
選擇 115200
3. 在 Data bits
選擇 8
4. 在 Stop bits
選擇 1
5. 在 Parity
選擇 None
6. 這時候點選 Open device
7. 最下方選擇 Hex input
8. char delay
選擇 1 ms
根據文件說明,送 10 03 00
是查詢韌體版本,送 10 03 01
是查詢硬體版本。

因此我們在底下的 Input 輸入100300
就可以看到 AS3992 回傳的韌體版本。
如果是輸入100301
就可以看到 AS3992 回傳的硬體版本。
更多命令就需要參考完整的手冊才知道怎麼使用了。最重要的是完整資料裡的 datasheet 和 command。
datasheet: AS3992 reader module files English > Application notes > AS3992_Datasheet_v1.0.pdf
command: AS3992 reader module files English > Application notes > AN399x Leo Roger System Description_1_4.pdf
《AS3992 讀卡》
有人將 AS3992 UHF RFID reader 寫了 Python 的模組,可以參考使用。
接線就和剛剛的方式一樣,Raspberry Pi 透過 PL2303HX 或 PL2303HXD 和 AS3992 相接。
################ ########## # Raspberry Pi # --USB to TTL-- # AS3992 # ################ ##########
開啟 Pi 的終端機,先把程式拉(pull)下來。
$ cd ~ $ git clone https://github.com/GuyLewin/pyAS3992 $ cd pyAS3992/
因為原本的範例程式(example.py)只會讀取一次,我們稍做修改就可以持續讀取。
$ vim main.py
import as3992_api import time def main(): ann = as3992_api.AntennaDevice() print "Firmware info: %s\nHardware info: %s" % ann.get_system_info() print "Activating antenna" ann.set_antenna_state(True) print "Tags:" while True: try: for epc, rssi in ann.iter_epc_rssi(): print epc.encode("HEX"), rssi except: pass time.sleep(1) if __name__ == "__main__": main()
執行 main.py
,我們拿五張 tag 做測試,會讀到 epc
和 rssi
。實測接收距離約在 10-15cm 左右。
$ sudo python main.py
[新聞] Raspbian 新版本(2016-09-23)釋出與新的桌面環境 PIXEL
2016-10-10 18:15:49Raspbian 出新版本了,在 2016-09-23 的版本,最大的不同就是新的桌面環境 PIXEL。
PIXEL 是 Pi Improved Xwindows Environment, Lightweight 的縮寫。
主要的修改有:
1. icon 更新,使用更直覺的意義表示。
2. 字體仍然使用 Roboto 字型。
3. 關掉登入過程畫面(Splash Screen),因此看不到核心或是服務所吐出的訊息。
4. 無線裝置電源切換,除了一鍵關閉藍牙或是 WiFi,還可以中斷各別的連線。
Raspbian LXDE 歷史演進。
2016-09-23 版本,使用 PIXEL。
2014-12-24 版本,修改 UI 組態。
LXDE 是 PCMan、Jserv、Fred 等人在 2008 年所發起的專案,並由劉穎駿(Paul Liu)與李健秋(Andrew Lee)所維護。不過在 2013 年 7 月 21 日,LXDE 專案團隊與 Razor-qt 團隊宣佈他們將會合併這兩個專案(LXQt),因此現在 LXDE 專案會是基於 Qt 所開發。
PIXEL 是使用 GTK+ 開發,未來也沒有要合併回 LXDE, 因此將會和 LXDE 專案斷開。
pi@raspberrypi:~ $ ldd /usr/bin/lxsession|grep gtk libgtk-x11-2.0.so.0 => /usr/lib/arm-linux-gnueabihf/libgtk-x11-2.0.so.0 (0x76738000)
關於 PIXEL 的使用,在 RasPi.TV 這篇很多修改的技巧。
例如 PIXEL 預設是關掉登入過程畫面,如果要重新開啟相關訊息有兩個方法:
1.從 raspi-config
進入後改為 CLI。
2.或是修改 /boot/cmdline.txt
。將 quiet splash
移除。
如果要將開機的圖檔換掉,直接換 /usr/share/plymouth/themes/pix/splash.png
檔案就可以了。
台灣樹莓派的 splash.png
如果要修改 icon,可以到 /usr/share/icons/PiX/
有全部的圖示。
除了 PIXEL,這次新版本還加入幾個應用程式,例如:
第一個是很多人需要的 Chromium Browser,現在為 Raspbian 預設的瀏覽器,並且已經支援 HTML5,因此可以直接開啟 Youtube 影片。另外這次也引入多種 Droid Sans 字型,因此可以在瀏覽器直接看繁體中文、簡體中文、日語、泰語等。預設的搜尋引擎為 DuckDuckGo。
播放 Youtube 影片
第二個是預設安裝 RealVNC 用戶端,因此可以在 Pi 上再使用 VNC 連線到其他 Pi,一次控制多台裝置。
第三個是 SenseHAT emulator。SenseHAT 是 Raspberry Pi 基金會最近一直推廣的擴充板,SenseHAT 上面除了 8×8 RGB LED 矩陣,還有五種感測器,是一個適合在沒有螢幕情況下學習寫程式的好東西。我們有販售。
低於該版本想更新到 PIXEL 與其他應用程式可以:
sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install -y rpi-chromium-mods sudo apt-get install -y python-sense-emu python3-sense-emu python-sense-emu-doc
最後,這次的 release notes
2016-09-23: * New PIXEL desktop environment - new icon set, window design, desktop images, splash screen and greeter * Chromium web browser included * Infinality font rendering patches included * RealVNC server and viewer included * SenseHAT emulator included * Rfkill entries added to Wifi and Bluetooth panel plugins * Updates to various standard applications, including Scratch and NodeRED * Various bug fixes, tweaks and translation updates * Updated firmware and kernel (https://github.com/raspberrypi/firmware/commit/ad8608c08b122b2c228dba0ff5070d6e9519faf5)
新聞來源:
* INTRODUCING PIXEL
* PIXEL: THE BRAND NEW DESKTOP FOR THE RASPBERRY PI
* Pixel Tips and Tweaks – how to Tweak Aspects of the new Raspbian Skin
[廣告] 2016 UP Board Virtual Hackathon
2016-10-07 10:09:39UP Board 是研揚科技所開發的一片大小與 Raspberry Pi 相同的開發板,使用的是 Intel Atom 處理器,可以運行 Windows、Linux 或 Android 系統。
UP Board 曾經在 2015 年上 kickstarter 並已經順利出貨,目前已經量產,可以在 up-shop 購買。
我們也取得一片,之後會在寵物小車與 OpenCV 應用測試 UP Board 效能。
最近研揚科技舉辦了 2016 UP Board Virtual Hackathon 的競賽活動,可以在 UP 官網報名,相關資訊如下 。
參賽條件:只要你手上握有 UP Board 即符合條件
參賽產品:只要你的原創產品/專題實作當中是採用 UP Board 即可
參賽方式:將產品/專題細節上傳至 UP 官網,官網上只會秀出您的產品/專題主旨及參賽者大名,尊重各位參賽者的權利及隱私,屆時只會對外公告獲勝者的產品/專題細節
獲 獎:待全數參賽產品/專題皆上傳完畢,研揚將從中選出最精采的 5 名優勝者,將獲 €1200(合台幣 43,200 元)的高額獎金哦!!
(1) 時程:
* 報名時間: 2016/09/21 – 2016/10/31
* 實際競賽時間: 2016/11/01 – 2016/12/31
* 最後展示: 2017/01/10
* 獲獎公佈: 2017/01/20
(2) 地點:
* 比賽:線上參與
* 最終 5 名優勝者: 將安排產品/專題實作寄至 AAEON 歐洲
(3) 評比:
* 難度(25%): 複雜程度
* 實用性 (25%): 商用價值
* 創意 (30%): 獨特性
* 可擴展性 (20%): 可複製可量產程度
(4) 豐厚獎金:
* 優勝者可獲 €1200 現金
[活動] MakerConf 2016 @ 2016/09/03
2016-07-11 12:08:18我們和幾位社群朋友還有開放文化基金會一起合辦的 MakerConf 終於出爐了
http://makerconf.tw/
報名頁面
http://makerconf.kktix.cc/events/201609-workshop
舉辦日期
– 2016 年 9 月 3 日(週六)
舉辦地點
– 中央研究院學術活動中心/ 115台北市南港區研究院路二段128號
工作坊主題
– ESP8266與Node.js物聯網開發實作:網昱多媒體 趙英傑
– Raspberry Pi 寵物小車:台灣樹莓派 sosorry
– 藍芽四軸飛行器DIY:ArkLab 多旋翼工坊
– RealTek Ameba IoT實作工作坊:柯大
報名費用
– 依不同工作坊不同價格
[測試] SX1272 LoRa Module 和 Waspmote Gateway SX1272 LoRa module
2016-07-02 19:44:40本文是以 cooking hacks 出的 SX1272 LoRa module + LoRa shield(圖左) 和 Waspmote Gateway SX1272 LoRa module(圖右) 做測試。
《前言》
要使用 LoRa 通訊,最簡單的方式就是將 LoRa module 設定相同的 channel,這樣在相同 channel 的節點就可以互相收送資料,這是 P2P 的拓撲。
如果在 P2P 模式下增加 LoRa Gateway,一方面可以讓拓撲轉變星狀,能更有效的收集資訊,另一方面也可以整合多種裝置與通訊協定,延伸資訊傳遞的方式。
圖片來源:Extreme Range Links: LoRa 868 / 900MHz SX1272 LoRa module for Arduino Waspmote and Raspberry Pi
《設定 LoRa Gateway》
我們可使用任意的終端機軟體(例如 CuteCom)和 LoRa Gateway 溝通。要注意連線的參數:
- Baudrate: 38400
- 8 Data bits
- No parity
- 1 Stop bit
如果裝置開啟成功,我們就可以開始和 LoRa Gateway 進行互動式的溝通,傳輸的訊息都是 16 進位(hexadecimal)的格式。
每一個訊息稱為 frame,有固定的格式,至少五個部份為:
- SOH (Start of Header – ASCII 0×01),起始通訊符號。
- DATA(Command or return message),實際送出或接收到的資料。
- CR+LF (Carry return + line feed -ASCII 0x0D and 0x0A),換行符號。
- CRC(CRC16-Modbus),錯誤檢查。
- EOT (End of Transmission – ASCII 0×04),結束通訊符號。
所有命令都需要轉成 16 進位發送,可以透過線上的工具做轉換。
而 CRC 是將 DATA 進行 CRC-16(Modbus) 運算後的值,可以透過線上的工具計算結果。
實際舉例,我們想取得目前 LoRa Gateway 的設定值,要傳送的 frame 值會是這樣:01 52 45 41 44 0D 0A 32 41 33 31 04
其中,01
就是 SOH
。52 45 41 44
就是 READ
從 ASCII 轉成 HEX 的值。0D 0A
是 CR+LF
。32 41 33 31
是用 52 45 41 44
進行 CRC 的運算結果,一樣也是要轉成 HEX。04
就是 EOT
。
在輸入時注意要選擇 Hex input,而 Char delay 要選擇 0 ms。
回傳的結果為:
\0x01INFO#FREC:CH_12_868;ADDR:1;BW:BW_125;CR:CR_5;SF:SF_12;SNR:0;RSSI:-105;RSSI_PACKET:119;VER:0.13 6979\0x04
因為我們在 CuteCom 沒有勾選 Hex output,因此是用 ASCII 顯示結果,回傳訊息一樣是 [SOH]DATA[CR+LF]CRC[EOT]
的形式。
- 開頭是
0x01
就是SOH
。 - DATA 部份為
INFO#FREC:CH_12_868;ADDR:1;BW:BW_125;CR:CR_5;SF:SF_12;SNR:0;RSSI:-105;RSSI_PACKET:119;VER:0.13
。
- 其中
INFO
,表示目前的設定,用#
分隔後面的資料。而資料格式為 name:value,資料間用;
分隔。 -
0D 0A
是CR+LF
。 -
6979
就是將 DATA 進行 CRC 的 ASCII 運算結果,要再轉成 HEX。 - 結尾
0x04
就是EOT
。
參數說明如下:
- FREC (frequency and channel): CH_X_Y where X is the channel and Y the frequency band. Bands allowed are 900 and 868 (MHz). Channels allowed are 10 to 17 for 868 MHz band and 00 to 12 for 900 MHz band.
- ADDR (address): Number between 1 and 255.
- BW (Bandwidth): BW_X where X can be 125, 250 or 500 KHz
- CR (coding rate): CR_X where X is a number between 5 and 8.
如果我們想將 channel 改為 12、address 改為 3、bandwidth 改成 500KHz、coding rate 改成 5,這樣的 frame 應該會長這樣(DATA 和 CRC 先用 ASCII 顯示):
- SOH = 0x01
- DATA = SET#FREC:CH_12_868;ADDR:3;BW:BW_500;CR:CR_5;SF:SF_12
- CR+LF = 0x0D 0x0A
- CRC = 79CA
- EOT = 0x04
轉成 HEX 結果:
01 53 45 54 23 46 52 45 43 3a 43 48 5f 31 32 5f 38 36 38 3b 41 44 44 52 3a 33 3b 42 57 3a 42 57 5f 35 30 30 3b 43 52 3a 43 52 5f 35 3b 53 46 3a 53 46 5f 31 32 0d 0a 37 39 43 41 04
可以看到回傳結果就是我們剛剛的設定值,只是 SET
改成 INFO
。
會設定 LoRa Gateway 以後,可以試試看和 LoRa module 通訊,例如將光敏電阻的值從 LoRa module 送到 LoRa Gateway。
Gateway:
筆記型電腦 + Waspmote Gateway SX1272 LoRa module。在該電腦上安裝 CuteCom
Node:
Raspberry Pi 2 + SX1272 LoRa Shield + LoRa module。在 Pi 上安裝 ArduPi library 和 SX1272 Libraries。
感測器為光敏電阻與 10K 電阻串連,並分別接到 Raspberry Pi LoRa Shield 的 5V、GND 和 A1。
此一範例程式是修改自 How to Send Sensor Data Using LoRa Extreme Range Connectivity Kit。
/* * LoRa 868 / 915MHz SX1272 Module * * Copyright (C) Libelium Comunicaciones Distribuidas S.L. * http://www.libelium.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see http://www.gnu.org/licenses/. * * Version: 1.0 * Design: David Gascón * Implementation: Victor Boria & Luis Miguel Marti */ // Include the SX1272 and SPI library: #include#include "arduPiLoRa.h" int e; char message1 [60]; int ldr; void setup() { // Print a start message printf("SX1272 module and Arduino: receive packets without ACK\n"); // Power ON the module sx1272.ON(); printf("Setting power ON: state "); printf("%d\n",e); // Set transmission mode and print the result e = sx1272.setMode(4); printf("Setting Mode: state "); printf("%d\n",e); // Select frequency channel e = sx1272.setChannel(CH_12_868); printf("Setting Channel: state "); printf("%d\n",e); // Select output power (Max, High or Low) e = sx1272.setPower('H'); printf("Setting Power: state "); printf("%d\n",e); // Set the node address and print the result e = sx1272.setNodeAddress(2); printf("Setting node address: state "); printf("%d\n",e); // Print a success message printf("SX1272 successfully configured\n"); } void loop(void) { ldr = analogRead(1); sprintf(message1, "ldr value: %i \r\n", ldr); e = sx1272.sendPacketTimeout(3, message1); printf(message1, "ldr value: %i \r\n", ldr); printf("Packet sent, state "); printf("%d\n",e); delay(5000); } int main (){ setup(); while(1){ loop(); } return (0); }
此一程式可以用 cooking/examples/LoRa/cook.sh 進行編譯後執行。
$ cd /home/pi/cooking/examples/LoRa $ ./cook.sh get_light_sensor.cpp $ sudo ./get_light_sensor.cpp_exe
一開始光的強度不高時值分別為 820 和 820 和 818。但當我們拿光去照光敏電阻時,值會降低到 580 和 608。
這些值不但會顯示在螢幕,也會透過 LoRa module 傳送到 LoRa Gateway。
《結論》
根據這次的測試結果,未來如果有多個 LoRa module,將很容易的建構出一個星狀拓撲的 LAN(LoRa Area Network)。這樣低功耗長距離的傳輸協定,可能會大規模的應用在物聯網(IoT)的情境中。
參考資料:
* Extreme Range Links: LoRa 868 / 900MHz SX1272 LoRa module for Arduino Waspmote and Raspberry Pi
* LoRa Gateway tutorial
* How to Send Sensor Data Using LoRa Extreme Range Connectivity Kit
[新聞] Android 即將支援 Raspberry Pi 3
2016-06-11 23:53:15

圖片來源:Raspberry Pi 3 Repository Has Been Added to Android Open Source Project
過去一直有 Android 移植到 Raspberry Pi 的新聞,但在硬體加速部份一直沒有突破,因此還只是社群間的 hack 版本。
不過這次從 Android 開源項目(AOSP)的 repository 已經把 Raspberry Pi 3 加進 device tree 裡,可以猜測也許在下一個 release 就能正式安裝在 Pi 上。
除了 Windows 10 IoT,未來將有更多作業系統能在 Pi 上執行。
我們有實際測試了 Android 5 在 Pi 2 上的映像檔,還有很多問題需要克服,因為連最基本的操作都有問題,而硬體加速也有待實做(解析度使用 1280×720)。
相關新聞:
* Google to bring official Android support to the Raspberry Pi 3
* Why Android and even Windows might make it onto the Raspberry Pi 3
* Android TV 6.0 Ported to Raspberry Pi 3 with 2D/3D GPU Acceleration, but no Hardware Video Decoding (Yet)
* android 5.0 on raspberry pi 2
[新聞] 新!8-MEGAPIXEL CAMERA(v2.1)
2016-05-29 18:05:51
圖片來源:NEW 8-MEGAPIXEL CAMERA BOARD ON SALE AT $25
Raspberry Pi 基金會在 2013 年推出 5MP Camera v1.3 和 5MP MoIR Camera v1.3,許多應用,例如 WiFi 觸控螢幕相機、家庭保全監視、3D 掃描等等。之後也有許多改裝套件產生,例如鏡頭改裝、外殼改裝等。
而原本的 Camera 所使用的 OmniVision OV5647,也因為 OmniVision 在 2015 年被中國三家創投所收購,包括華創投資、中信資本和金石投資,因此面臨斷貨問題。
這次新版本的相機用的 CMOS 感光元件是 SONY 的 IMX219,採用的背照式感測架構(Back-illuminated sensor architecture)能有更大的進光量,因此光電轉換效率更高,也擁有低雜訊的優點。
而 Raspberry Pi 基金會的 Naush Patuck 也為了新版本的相機重新調整各項參數,希望能達到更真實的自動白平衡(AWB)結果,讓不同色溫下的顏色看起來都相同。
例如在低色溫下,好的 AWB 讓右邊的顏色接近人眼看到的顏色。


圖片來源:NEW 8-MEGAPIXEL CAMERA BOARD ON SALE AT $25
RasPi.TV
也實際用新舊版的相機拍攝了許多照片做比較。但在相同條件下,新版的 Camera 似乎有點黑暗和曝光不足,不過這可能是天空的景色太多所造成的。


圖片來源:New and old Raspberry Pi Camera comparison shots (1.3, 2.1 & NOIR)
更多資訊:
1. 兩代規格快速比較
Raspberry Pi Camera v1.3 | Raspberry Pi Camera v2.1 | |
---|---|---|
Image Sensor: | OmniVision OV5647 | Sony IMX219 |
Resolution: | 2592 × 1944 pixels (5 megapixel) | 3280 × 2464 (8 megapixel) |
Sensor Image Area: | 3.76 × 2.74 mm | 3.69 × 2.81 mm |
Pixel Size: | 1.4 µm × 1.4 µm | 1.12 µm × 1.12 µm |
Video: | 1920 × 1080 (1080p)30p | 1920 × 1080 (1080p)30p |
2. 如何使用新版的 Camera?
可以使用 raspistill
指令檢查。
pi@raspberrypi:~ $ raspistill -v
如果出現 Width 3280, Height 2464...
,那表示硬體(Camera v2.1)和軟體(raspistill)都沒問題。
如果還是出現 Width 2592, Height 1944...
,那就需要更新 kernel
和 raspistill
。
更新 raspistill
方式如下:
sudo apt-get update sudo apt-get install cmake git clone https://github.com/raspberrypi/userland.git cd userland ./buildme
更新 kernel
方式如下:
sudo rpi-update
相關新聞:
* NEW 8-MEGAPIXEL CAMERA BOARD ON SALE AT $25
* New 8 Megapixel Raspberry Pi camera 2.1 launches
* MagPi45 – The NEW Raspberry Pi Camera Module is here!
* CAMERA MODULE V2
* NoIR V2 – Video Streaming Baby Monitor
我們已經開賣。
[新聞] Raspberry Pi 3 Model B
2016-02-27 15:25:32根據 CNXSoft 報導,Raspberry Pi 3 Model B 已經出現在 FCC 的網站裡了,表示離開賣也不遠了。更詳細的文件可參考這裡。
這次的改變主要是增加了 WiFi 802.11 b/g/n (2.4GHz),Bluetooth 4.0,Bluetooth Low Energy (LE),天線位在 microSD 卡插槽旁邊。在 GPIO 腳位旁的兩個孔位可能是用於重置(reset)使用。
圖片來源:Raspberry Pi 3 Model B Board Adds WiFi and Bluetooth Connectivity
而 SoC 部份,記憶體維持 1G,處理器直上 64 位元 1.2GHz 的 ARM 核心(Cortex-A53)。
下圖可看到原來 J5 腳位是給 JTAG 使用,這次已經焊上 connector,還不確定用途。
圖片來源:Raspberry Pi 3 Model B Board Adds WiFi and Bluetooth Connectivity
最後,也祝 Raspberry Pi 四週年生日快樂! Matt Timmons-Brown(The Raspberry Pi Guy)剪了一片 Raspberry Pi 歷年的活動與專案,值得一看。
相關新聞:
* Raspberry Pi 3 Model B Board Adds WiFi and Bluetooth Connectivity
* Raspberry Pi 3 – Wireless LAN, Bluetooth, 64-bit, 1.2GHz — From the last page spread of the Essential Sonic Pi issue of MagPi released today
* FOUR YEARS OF PI



[新聞] Raspberry Pi Zero 釋出
2015-12-02 14:39:53

圖片來源:RASPBERRY PI ZERO: THE $5 COMPUTER
Raspberry Pi Zero 出來了,價格喊出震撼性的 5 美元。
《特色》
* Broadcom BCM2835 ARMv6 system-on-a-chip, running at up to 1GHz
* 512MB on-board RAM
* Unpopulated 40pin GPIO for added flexibility
* MicroSD port for OS and storage
* Micro USB power input
* 1x Micro USB Data port and Mini HDMI Port


圖片來源:Introducing the Raspberry Pi Zero
《改變的部份》
1.減少的元件。乙太網路插槽、類比音訊輸出埠(耳機孔)、AV 端子(RCA)輸出埠、CSI 埠(相機)、DSI 埠(螢幕)等。
2.外型與尺寸。長寬高為 65 x 30 x 5mm,大約是 Model A+ 體積的 55%。


圖片來源:Raspberry Pi Zero FREE on the cover of this month’s MagPi magazine.
3.處理器與速度。雖然採用相同的 BCM2835 應用處理器,但是核心頻率提升到 1 GHz,比一代的 Pi 速度快 40%。
4.Micro SD 卡插槽。原本使用 “push-push” 的插拔方式,現在改為 “push-pull” 的使用方法。
5.視訊輸出。原本使用標準 HDMI 連接埠,現在改為 Mini-HDMI 連接埠。如果需要複合影像輸出,需自行焊接 TV 腳位如下圖 logo 旁的孔位。


圖片來源:A Tour of the Pi Zero
6.無音訊輸出。原本使用 3.5mm jack 的類比音訊輸出埠,現在已經拿掉。
《兩代快速比較》
Model B+ | Raspberry Pi Zero | |
---|---|---|
SoC: | Broadcom BCM2835 | Broadcom BCM2835 |
CPU: | 700 MHz ARM1176JZF-S single-core | 1 GHz ARM1176JZF-S single-core |
GPU: | Videocore IV | Videocore IV |
RAM: | 512 MB SDRAM | 512 MB SDRAM |
Storage: | microSD | microSD |
USB 2.0: | 4x USB Ports | 1x USB Ports |
Power Ratings: | 600 mA(3.0 W) | 160 mA(0.8 W) |
GPIO: | 40 pin | 40 pin(unpopulated) |
Ethernet: | 1x 10/100mb Ethernet RJ45 Jack | None |
Dimensions: | 85 x 56 x 17mm | 65 x 30 x 5mm |
Weight: | 42g | 9g |
《你應該知道的事》
1.要使用新版本(2015-11-21)的 Raspbian image 才能使用。release notes 如下:
2015-11-21: * Included IBM Node-RED IoT application * Included graphical package manager * Included accelerated pixman library * Updated Epiphany browser to improve video compatibility * Updated Scratch with performance improvements and bug fixes * Updated Raspberry Pi configuration to allow boot to pause while network is established * Various minor bug fixes
2.因為減少元件數量(例如乙太網路與複合影像埠,也沒有 CSI 和 DSI 輸入),所以可以讓體積縮小與價格降低。
3.雖然主板價格降低,但因為視訊輸出採用 Mini-HDMI 連接埠,USB 採用 micro-USB 接頭,所以如果搭配週邊(例如 Mini-HDMI 轉 HDMI 轉接頭,OTG 傳輸線與 USB Hub)購買後,體積也不會小價格也不會低了。
4.沒有乙太網路插槽,因此要使用網路需要花費一些功夫。
5.如果需要使用 GPIO 需自行焊接如下圖(可選擇2×20 公頭或是 2×20 母插座),這將會增加設備成本與使用困難度。
圖片來源:Introducing the Raspberry Pi Zero
6. 第 40 期的紙本 MagPi 附了一台 Raspberry Pi Zero。


相關新聞:
* RASPBERRY PI ZERO: THE $5 COMPUTER
* Raspberry Pi Zero FREE on the cover of this month’s MagPi magazine.
* Raspberry Pi Zero, Pi 2, B+, A+, Compute Module Dev Kit Comparison Chart
我們即將開賣。
[新聞] Raspberry Pi客製化服務
2015-10-28 08:00:24
圖片來源:Raspberry Pi Customization Service
Raspberry Pi 在官方 twitter 宣佈,未來可透過 element14 進行客製化的量產服務,隨後也開了聯合記者會。
Raspberry Pi 在今年二月已銷售五百萬片,預估到今年底可達到七百萬片。許多有趣的點子雖然已經透過 Pi 做了概念驗證(proof of concept),但最終都苦於無法取得 Broadcom 晶片做量產,即使 Raspberry Pi 基金會在 2014 年推出 Compute Module 產品,希望能應用在需要量產的商品上,但成效不彰。
今天,element14 開始提供小量的客製化設計與製造服務,最小訂製量在 3,000 到 5,000 件。客製化的服務包括:
1. 重新配置的電路板佈局。
2. 增加更多的功能到 PCB 上。
3. 增加/刪除各式接頭。
4. 增加/刪除各式介面。
5. 更改記憶體配置,例如增加 Onboard eMMC。
Eben Upton 預計這項客製化的服務啟動後,今年可銷售三百萬片,其中一百片會運用在工業應用,例如自動化控制等。過去的作法是除了購買 Pi 以外,還要加上一個客製化的擴充版才能完成這些特殊應用。未來將能透過重新設計製造的方式,取得更穩定與低價的產品。
特別聲明:
1. 這是 element14 和 Raspberry Pi 的全家獨家協議。
2. 這協議允許客戶創造各種 Raspberry Pi 的產品組合。
3. 未來將會透過 AVID 和 Embest 這兩間公司獨家提供設計和製造服務。
4. 這項服務是全球性的,已經正式開始。
客製化服務:http://www.element14.com/custompi
新聞來源:
* Now @element14 can mass produce a Raspberry Pi customised to meet specific needs: http://www.element14.com/CustomPi
* Raspberry Pi Customization Service
* Element14 to Offer Raspberry Pi Customization for Bulk Orders
* Raspberry Pi Customization Service



[新聞] Raspbian 出新版本了(2015-09-24),從 Wheezy 到 Jessie
2015-10-01 06:30:09

圖片來源:JESSIE IS HERE
Raspbian 出新版本了,最新的 image 為 2015-09-24。這次是重大的更新,是基於 Debian 穩定版本的發布,從 Wheezy 到 Jessie,核心版本(kernel version)也上到 4.1。
幾個改變的地方:
1. 預設開機進入桌面環境,原本為純文字模式。
2. Raspbian 預設安裝的 GUI 程式使用 GTK+3 開發,原本為 GTK+2。
3. 預設安裝 LibreOffice 辦公室軟體和 Claws Mail 電子郵件軟體。
4. 預設安裝 BlueJ 的 Java 開發環境和 Greenfoot 的 Java 程式設計教學軟體。
5. 新增 raspi-config 的視窗設定工具。
6. 新增小工具,可安全移除 USB 儲存裝置(如隨身碟)。
7. 可以用一般使用者權限存取 GPIO,原本需要使用 sudo 提昇權限。
8. 預設安裝 scrot,可以使用 Print screen 快捷鍵抓取螢幕畫面。
建議從乾淨的 image 安裝,但如果要從原本的系統升級可參考論壇文章。
改版的 release notes 如下:
2015-09-25: * Based on Debian Jessie * Upgraded applications - Epiphany browser, Scratch and Sonic Pi * Included applications - LibreOffice, Claws Mail, Greenfoot, BlueJ * Included utilities - Alacarte menu editor, Lxkeymap, scrot, tree, pip * New GUI-based Raspberry Pi Configuration application * GPIO control now possible without need for sudo * Web link to Magpi magazine included * New taskbar plugin to eject mounted USB drives * Default boot is now to GUI not desktop * Look and feel now based on GTK+3 default theme * Print screen key launches scrot to produce screenshot * Common keyboards autodetected by GUI and drivers loaded accordingly * Numerous small tweaks and bugfixes
新聞來源:
* JESSIE IS HERE
* How to upgrade a Wheezy image to Jessie
[新聞] Raspberry Pi 銷售數據
2015-09-23 11:32:59截至 2015/02/17 全球累計已經賣超過 5 百萬台了。
日期 | 數量 | 出處 |
---|---|---|
2015/02/17 | 已銷售 500 萬台 | raspberrypi.org |
2014/10/11 | 已銷售 380 萬台 | |
2014/02/28 | 已銷售 250 萬台 | raspberrypi.org |
2012/09/19 | 估計每年可銷售 1 百萬台 | adafruit |

圖片來源:Graph & timeline of Pi Sales
或者從 Rastrack 這個計畫也可大概看出各地區銷售的比例。
圖片來源:Rastrack
資料來源:
* FIVE MILLION SOLD!
* As of today, it looks like 3.8 million – that’s an *awful lot of computers*.
* A BIRTHDAY PRESENT FROM BROADCOM
* The Raspberry Pi foundation expects over 1 million units to be shipped within a year
* Graph & timeline of Pi Sales
* Rastrack
[新聞] Official Raspberry Pi 7" 觸控螢幕
2015-09-09 01:09:44

圖片來源:THE EAGERLY AWAITED RASPBERRY PI DISPLAY
官方版本的 7″ 觸控螢幕出來了,最大的特色就是使用 DSI 作為輸入介面。這樣就可以讓 Pi 同時使用 HDMI 和 DSI 同時輸出畫面達到雙螢幕的效果。
《技術參數》
* 液晶面板:7″,800 x 480 @60fps,24-bit colour
* 觸控面板:FT5406 十指電容觸控
* 輸入介面:DSI
* 整體尺寸:194mm x 110mm x 20mm
* 整體重量:277g
* 功耗:2.23 Watt
《特色》
* 電容觸控
* 使用 DSI 接頭
* 可以從螢幕驅動板供電給 Pi
* Model A/A+/B/B+/Pi 2/Pi 3 都適用,但 Model A/B 因為孔位不同無法固定
常見問與答:
要如何啟用官方的 DSI 觸控螢幕作為預設顯示?
只要更新韌體到最新版本後重開機,Pi 就會自動偵測是否接上觸控螢幕並啟用。如果同時接上 HDMI 螢幕和 DSI 螢幕,預設將會優先使用 DSI 觸控螢幕。
$ sudo apt-get update $ sudo apt-get upgrade $ sudo reboot
如果想要優先使用 HDMI 做為預設輸出介面,只要修改 /boot/config.txt
,加上:
display_default_lcd=0
如何做雙螢幕顯示?
以 Omxplayer 為例,最新版已經支援雙螢幕顯示。例如要在 DSI 螢幕顯示,只要輸入:
$ omxplayer video.mkv
如果想要在 HDMI 螢幕顯示,只要輸入:
$ omxplayer --display=5 video.mkv
display=4
表示從 DSI 螢幕顯示(預設),display=5
表示從 HDMI 螢幕顯示。
如何撰寫觸控螢幕程式?
可以使用 Kivy,安裝的方式可參考官方說明文件。Matt Richardson 寫了一個很好的範例並展示。
相關新聞:
* THE EAGERLY AWAITED RASPBERRY PI DISPLAY
* New Official Raspberry Pi DSI screen launches
我們已經開賣。
[MagPi] 七月份的 MagPi 出來了(Issue 35)
2015-07-11 04:39:58

圖片來源:MagPi35
七月份的 MagPi 出來了。
這期的幾個重點摘錄:
1. PiNet 介紹
圖片來源:http://pinet.org.uk/
PiNet 提供一個以 Raspberry Pi 為教室的可中央控管的系統,包括以下幾個特色。
– Network user accounts
– Network booting
– Shared folders & backups
– Simple to set up
– Completely Free
– Used across the world
2. 一個比 Pygame 更容易上手的 game framework。詳情可以參考 http://bit.ly/PGZero
3. Naturebytes Wildlife Cam Kit 是正在 kickstarter 募資的專案。
圖片來源:Naturebytes Wildlife Cam Kit – Digital Making for Wildlife
這個專案讓每個人都可以打造一個觀賞野生動物的相機套件。完整的套件內容將包括有 Raspberry Pi A+、Pi Camera、外殼、電源、RTC、鋰電池、鋰電池充電器、SD 卡等。目前這外殼還沒有 STL 檔可以下載,但未來可能可以在 Thingiverse 找到。
4. 這期專訪了 Pi in the Sky Project 的發起者之一 Dave。這個 project 設計了一個高穩定度的 GPS 擴充板,特點包括有長距離無線通訊模組(LoRa)和視訊擷取功能。更完整的介紹可參考這裡。
5. 在 Cambridge Raspberry Jam 的有趣專案。
1) 遊戲機
Brian 以 Retropie 和 recalbox 的程式碼做出的遊戲機。
2) Digital Zoetrope


圖片來源:I used 12 of your OLED displays in my Digital Zoetrope. Showing it off
Brian 以 12 台 OLED 的顯示器做出幻影燈箱的效果,詳情請看 Digital Zoetrope – Part 1。
3) IoT 棋盤


圖片來源:IoT chessboard software integration
16 歲的 Ben James 花了兩個月做了 IoT 的棋盤,除了軟體自製,超過 2,000 個焊點線路圖也是自己設計並手工焊接。
4) Flappy Brain


圖片來源:CamJam June 2015
Albert Hickey 以 Arduino 讀取 EGG 訊號,並透過 Raspberry Pi 繪製遊戲,讓使用者可以藉由腦波控制遊戲中的主角,有關 Raspberry Pi 的部份都有公開。
6. 特色專案
1) Lifebox


圖片來源:LifeBox! with Raspberry Pi
用 32×32 LED 矩陣(藍+黃)不斷改變畫面,像是人生一樣的複製競爭?程式碼可見這裡,更多的說明可以參考專案頁面。
2) PiPlateBot


圖片來源:Mikronauts.com
以小烏龜車底所做的小車,控制板是採用 Robert Doerr 所設計的 RoboPi。
3) Coffee-Table-Pi
圖片來源:Coffee Table Pi
以 24″ LCD 和木頭機構所做出的遊戲機,詳細自造過程可見 instructables。
7. Inside VideoCore


圖片來源:Inside Videocore
由 Tim Anderson 介紹 VideoCore 的歷史,並透露 VideoCore IV 即將發表,不過看起來還是不會支援 OpenCL。
8. Internet Radio
圖片來源:Simon Monk – YouTube
Simon Monk 又帶來動手做專案,使用 MPD 做音樂串流,並且用一個 128×64 像素的 OLED 螢幕顯示現在的狀態,提供完整原始碼。
9. Command Line Pi
Richard Smedley 介紹了一些基本指令,包括 New user、Changing identity、Alias 等,比較特別的是全域的鍵盤設定。
10. 客製化應用程式外觀
LXDE 是以 GTK+ 所開發的,每個人都可以選擇與客製化自己喜愛的佈景主題。
11. 用 UltraBorg 控制伺服馬達

圖片來源:UltraBorg – Precision servo control with ultrasonic module support
可同時控制四組伺服馬達的擴充板,特別的是可以搭配超音波測距感測器馬上做有趣的應用。
12. Pi Sprinter
藉由 piezoelectric sensor 讀取膝蓋彎曲狀態來判斷跑步速度,可結合 BBC Micro Olympics 做有趣的體感應用。
[MagPi] 六月份的 MagPi 出來了(Issue 34)
2015-06-02 10:05:53

六月份的 MagPi 出來了。
這期最精彩的應該就是介紹 Windows 10 IoT 是什麼? 如何安裝 Windows 10 IoT 在 Raspberry Pi 上。其他有趣的內容還包括:
– 使用 Pi + L293D 控制傳統鬧鐘。
– 使用 Openbox 視窗管理員客製化外觀。
– 如何在 Raspberry Pi 用 CUPS 設定印表機。
– 用 Pygame 寫遊戲。
– 產品新知,包括 4tronix Agobo、Kano、MaArm 還有 Ubuntu Mate 15.04。
[新聞] Raspberry Pi Cake
2015-04-15 20:16:22為了慶祝 Finnian 十五歲生日,fxapi 網站作者做了一個蛋糕送給他。
完整的蛋糕


圖片來源:A Raspberry Pi model B cake
點蠟燭


圖片來源:A Raspberry Pi model B cake
LAN/USB


圖片來源:A Raspberry Pi model B cake
DSI Connector


圖片來源:A Raspberry Pi model B cake
GPIO Pins


圖片來源:A Raspberry Pi model B cake
LEDs


圖片來源:A Raspberry Pi model B cake
免費宣傳


圖片來源:A Raspberry Pi model B cake
CPU 和 HDMI


圖片來源:A Raspberry Pi model B cake
Audio and Video


圖片來源:A Raspberry Pi model B cake
切開蛋糕了


圖片來源:A Raspberry Pi model B cake
在 2013 年 Raspberry Pi 滿週年時,element14 在 Embedded World Conference 送了 Pete Lomas(Raspberry Pi Foundation 基金會創辦人之一)和 Andrew Robinson(PiFace 作者)一個 Raspberry Pi 的蛋糕,真是太有趣了。

圖片來源:The world’s BIGGEST Raspberry Pi board!


圖片來源:The world’s BIGGEST Raspberry Pi board!
Pete Lomas 和 Andrew Robinson 合照


圖片來源:The world’s BIGGEST Raspberry Pi board!
隔了兩週,element14 在澳洲的 OzBerryPi 聚會又做了一個類似的蛋糕。


圖片來源:Raspberry Pi event night a success
不知道會不會每年都繼續做蛋糕慶祝下去?
新聞來源:
* A Raspberry Pi model B cake
* The world’s BIGGEST Raspberry Pi board!
* Raspberry Pi event night a success
[新聞] Raspberry Pi Model C
2015-04-01 16:15:39

圖片來源:Raspberry Pi Model C
《規格》
1. 8-core processor (BCM214171)
2. 2GB of RAM
3. 8 USB ports (USB3)
4. 4k/AK camera port
5. ATMEGA328P added with all the ports broken out
6. composite video/audio-out and audio-in port/microphone
£30.00
相關新聞:
* Raspberry Pi Model C
* Just announced: the Raspberry Model C
Happy April Fools’ Day!!
[新聞] Raspberry Pi 2 - Model B 釋出
2015-02-03 01:41:23
圖片來源:RASPBERRY PI 2 ON SALE NOW AT $35
Raspberry Pi 2 出來了,與 Raspberry Pi 1 最大的改變是換了 SoC,由 BCM2835 改成 BCM2836,也因此舊版本的 firmware 和 kernel 將無法適用,必須更新到最新版本。
圖片來源:Introducing the Raspberry Pi 2 – Model B
《新的 SoC BCM2836》
1. 900MHz quad-core ARM Cortex-A7 CPU,大約有 6 倍的效能提昇。
2. 1GB LPDDR2 SDRAM。
3. 捨棄 PoP(package-on-package),而是將處理器和記憶體分別焊在板子的正反兩面。
4. 因為採用 quad-core ARMv7 的處理器,所以會有較高的功耗。
《對 OS 的影響》
但因為採用了 ARMv7 的處理器,因此可執行更多的 ARM GNU/Linux 版本,例如過去採用 ARMv6 指令集而無法執行 Ubuntu,現在也可以在 Raspberry Pi 2 上跑 Snappy Ubuntu Core。甚至可支援 Microsoft Windows 10,並且是免費提供給 Makers。
《沒有改變的部份》
1. 和 Model B+ 一樣的外型與尺寸。
2. PCB 板固定螺絲開孔處相同。
3. USB、Ethernet、A/V、HDMI、micro SD 和 microUSB 位置相同,尺寸也相同。
4. Camera、Display 和 40-pin GPIO 位置也相同。
《兩代快速比較》
Model B+ | Raspberry Pi 2 | |
---|---|---|
Processor Chipset: | Broadcom BCM2835 ARMv6 | Broadcom BCM2836 ARMv7 Quad Core Processor |
GPU: | Videocore IV | Videocore IV |
Processor Speed: | Single Core @700 MHz | QUAD Core @900 MHz |
RAM: | 512 MB SDRAM @ 400 MHz | 1GB SDRAM @ 450 MHz |
Storage: | microSD | microSD |
USB 2.0: | 4x USB Ports | 4x USB Ports |
Power Draw / Voltage: | 1.8A @ 5V | 1.8A @ 5V |
GPIO: | 40 pin | 40 pin |
Ethernet Port: | Yes | Yes |
Dimensions: | 85 x 56 x 17mm | 85 x 56 x 17mm |
Weight: | 42g | 42g |
新版本(2015-01-31)的 Raspbian 也一併釋出。release notes 如下:
2015-01-31: * Support for Pi2 * Newer firmware * New Sonic Pi release * Updated Scratch * New Wolfram Mathematica release * Updated Epiphany
常見問與答:
Raspberry Pi 1 Model B 和 Model B+ 會終止嗎?
目前不會。並且還有許多企業用戶為了穩定,是採用 Model B 和 Model B+ 的版本,我們會盡量維持他們的需求。
Raspberry Pi 2 Model A 什麼時候會出?
大概是 2015 年底。
那 Compute Module 呢?
未來將會釋出 BCM2836 版本的 Compute Module。
相關新聞:
* RASPBERRY PI 2 ON SALE NOW AT $35
* Introducing the Raspberry Pi 2 – Model B
* Raspberry Pi 2 – the New Quad-core A7 Pi2
我們已經開賣。
– [產品] Raspberry Pi 2 Model B (現貨)
– [產品] Raspberry Pi 2 Model B + microSD卡 + 5V/2A電源組
– [產品] Raspberry Pi 2 Model B + 外殼 + 5V/2A電源組



[新聞] Raspbian出新版本了(2014-12-24)
2014-12-30 14:55:43
Raspbian 出新版本了,最新的 image 為 2014-12-24。檔案大小為 960MB,最大的改變就是 LXDE 換了新的 UI 組態,其他的小修改比如說加入了 python3-pygame 等等。
Simon Long 寫了一篇文章說明 Raspbian 使用者介面改變的原因。包括了:
1. 選單從底部改到頂端,是因為人的閱讀習慣是由左而右、由上而下。
2. 桌面預設沒有任何的圖示捷徑,是因為每個人都有習慣的應用程式,希望每個人都能客製化自己的桌面,而不是擺了一堆預設又用不到的東西。
3. 選單中取消了”Other”類別,是因為 Other 類別包含了太多東西,並且讓同一個應用程式有多個進入點,這不符合互斥窮盡(MECE, mutually exclusive, collectively exhaustive)的 UI 設計原則。
想使用新的 UI,我們可以下幾個指令就可以簡單更新套件。但如果只更新套件,桌面還是會有原本預設的圖示。
pi@raspberrypi:~$ sudo apt-get update pi@raspberrypi:~$ sudo apt-get dist-upgrade pi@raspberrypi:~$ sudo apt-get install raspberrypi-ui-mods
改版的 release notes 如下:
2014-12-24: * Fix regression with omission of python-pygame 2014-12-22: * New firmware with variosu fixes and improvements * New UI configuration for lxde * Various package updates * python3-pygame preinstalled * 'nuscratch', scratch running on the Cog StackVM * Misc other changes
新聞來源:MERRY CHRISTMAS! GOT A NEW PI? READ ON!
LXDE 是 PCMan, Jserv, Fred 等(以上只列出台灣人)在 2008 年所發起的專案,有別於以往的主流桌面環境 GNOME 和 KDE,LXDE 主要目的在於提供輕量級 X11 的桌面環境,也成為低價省電的小筆電一個很好的解決方案。目前是 Raspbian 預設的桌面環境。
一個專案能讓全世界的人都看到並且使用,是工程師的驕傲。希望在 Raspberry Pi 這樣的硬體出現後,能讓我們做出更多有影響力的東西。
[新聞] Raspberry Pi Model A+ 釋出
2014-11-13 06:47:25

圖片來源:RASPBERRY PI MODEL A+ ON SALE NOW AT $20
和 Model A 的規格一樣,但是做的更小而且更省電。此外,一些和 Model B+ 相同的改變,包括有:
– 更多的 GPIO 腳位(40 pins),並相容於 HAT 標準。
– 使用 microSD 取代原來的 SD 卡。
– 更好的音效輸出。


圖片來源:RASPBERRY PI MODEL A+ ON SALE NOW AT $20
技術規格如下:
• 700MHz Broadcom BCM2835 CPU
• 256MB RAM
• 40pin extended GPIO
• 1 x USB 2.0 port
• 4 pole Stereo output and Composite video port
• Full size HDMI socket
• CSI camera port (Raspberry Pi camera module)
• DSI display port (Raspberry Pi touch screen display)
• Micro SD port
• Micro USB power connector
• 4 mounting holes
• Size : 65mm x 56mm
• Weight : 23g
我們已經開賣
[新聞] SPREADING THE JAM - Raspberry Pi Book Club #1
2014-11-01 00:46:44感謝葉難的提醒,Raspberry Pi 官方的新服務,可以讓各地舉辦活動的社群組織登錄自己的活動。我們的讀書會上報了,歡迎有興趣的朋友一起來邊做邊聊天。
本次讀書會日期;2014/11/10 19:30 ~ 2014/11/10 21:30
預計 11/10、11/24、12/8、12/22 雙週一晚上 7:30 – 9:30
讀書會報名連結:http://raspberrypi-tw-bdfa45.kktix.cc/events/bookclub01
新聞來源:SPREADING THE JAM
[新聞] Raspbian出新版本了(2014-09-09)
2014-09-20 02:23:55Raspbian 出新版本了,最新的 image 為 2014-09-09。檔案大小為 934MB ,主要修改了 firmware 的部份,並預設安裝 Minecraft Pi 和 Epiphany 瀏覽器(原本 Midora 瀏覽器已經不再內建)。升級的軟體有 Sonic Pi、Java(從 7 升級到 8)、Mathematica 等。
從桌面快照可看出預設安裝軟體的方向為 1)有教育性質和 2)更高效能的軟體。
改版的 release notes 如下:
2014-09-09: * New firmware with various fixes and improvements * Minecraft Pi pre-installed * Sonic Pi upgraded to 2.0 * Include Epiphany browser work from Collabora * Switch to Java 8 from Java 7 * Updated Mathematica * Misc minor configuration changes
一個有關瀏覽器安全評比的有趣報導可以參考 What Is The Most Secure & Private Web Browser For 2018?。
[新聞] Eben 和 Liz 的亞洲行
2014-09-03 00:27:48

圖片來源:CHINA PRESS AND COMMUNITY TOUR
Eben 這次的訪台分享會,我們很高興能參加展出,並受到關注。
[新聞] Raspberry Pi Model B+ 釋出
2014-07-14 16:59:36下一版的 Raspberry Pi 出來了,新的硬體功能如下:
1. 增加了 GPIO ,由 26 個增加到 40 個。
2. 增加了 USB ,由 2 個 USB 2.0 增加到 4 個 USB 2.0。
3. 使用 microSD 取代原來的 SD 卡。
4. 更低的電源功耗。原來為 750mA ,新版為 600 mA。
5. 更佳的音效輸出。
6. 將聲音輸出和影像輸出的界面移到同一邊。
技術規格如下:
• 700MHz Broadcom BCM2835 CPU with 512MB RAM
• 40pin extended GPIO
• 4 x USB 2 ports
• 4 pole Stereo output and Composite video port
• Full size HDMI
• CSI camera port for connecting the Raspberry Pi camera
• DSI display port for connecting the Raspberry Pi touch screen display
• Micro SD port for loading your operating system and storing data
• Micro USB power source
不過傳聞會內建的藍牙和無線網路還是沒包進來,可惜。
我們即將已經開賣,訂購頁面。
[新聞] Raspbian出新版本了(2014-06-20)
2014-07-02 01:13:31Raspbian 出新版本了,最新的 image 為 2014-06-20。檔案大小為 788MB ,主要修正了一些 firmware 和 kernel 的錯誤,並預設安裝了 pyserial 和 picamera 等軟體。改版的 release notes 如下:
2014-06-20: * New firmware with various fixes, and kernel bugfix 2014-06-02: * Many, many firmware updates with major USB improvements * pyserial installed by default * picamera installed by default
另外,Raspberry Pi 的文件愈來愈多了,詳情可參考 github 上的 documentation 。
[新聞] 攜手創建台灣音響平台
2014-05-22 11:19:47台灣樹莓派與台灣電光火石合作,共同創建台灣音響平台。
台灣樹莓派將於 5/25 號在華山藝文中心參加Maker Faire : Taipei 2014活動展覽,從現在起我們舉辦特別方案活動到 5/25 號,可以至台灣樹莓派或是電光火石 FB 粉絲專業下定,當天展出現場會提供 Raspberry Pi 組合 Fubar HD 展示以及其他應用,歡迎有興趣的各位到現場去參觀喔!
活動方案:
Raspberry Pi + Supplier USB + SDCard 8G 特價3780元/套(購買Supplier USB套餐方案加贈 BlackKey 乙支。)
[新聞] 我們也有Facebook了
2014-05-11 00:38:37我們也有 Facebook 了,未來將會做更即時的互動,分享更多資訊
搜尋 “台灣樹莓派” 或是 “Raspberry Pi Taiwan” 都可以找到我們
[新聞] 自己動手做手機 - PiPhone Project
2014-04-29 10:51:36

圖片來源:David Hunt Photography
Emutex 的工程師 David Hunt 用 Raspberry Pi,PiTFT 和 Sim900 GSM/GPRS 組合成一支手機,不過程式碼還在整理,未來也會放在他的 github 。就讓我們持續關注吧。
估計總花費約 $163 (美金):
* Raspberry Pi Model B – $40
* PiTFT Touchscreen 320×240 – $35
* 2500mAh LiPo battery – $15
* SIM900 GSM/GPRS module – $48
* DC-DC boost converter 3.3V – 5V 1A – $10
* Cables, connectors, switch, etc. – $10
以下為操作的影片:
[新聞] raspberrypi.org網站改版
2014-04-06 02:17:57raspberrypi.org官方網站在04/02改版。新版網站的主軸在Teach, Learn, Make這三個面向。也新增了很多文件,能讓更多人可以快速上手,所有資料都是採CC BY-SA的授權方式,希望能有更多人使用Raspberry Pi。
每一次的改版都有不同的意義,讓我們回顧一下過去的幾個版型吧。
圖片來源:screenshots.com
圖片來源:screenshots.com
圖片來源:screenshots.com
[新聞] Wolfson Audio Card:Raspberry Pi專用音效卡
2014-03-28 10:53:42圖片來源:antyweb.pl
過去Raspberry Pi要做音訊處理或輸入時,大部分是使用USB裝置做處理。現在element14推出了Pi的專用音效卡,可支援24bit /192KHz的高解析音樂(Hi-Res Audio)。這張音效卡是使用Wolfson WM5102音效晶片,WM5102是一個高效能低功耗的音效晶片,過去常用在手機或平板等行動裝置上。
可能的應用有VoIP、遊戲、數位音訊處理或輸出、網路音訊串流應用(網路收音機、XBMC、DLNA)等。
我們現在已經開始販售,在【 擴充板 】類別。
輸出入介面
- 3.5mm jack stereo line input
- 3.5mm jack stereo line output
- S/PDIF digital stereo audio input and output
- 2x on-board high quality MEMS microphone
- Dedicated headphone socket for boom microphone head set combinations
新聞來源:Wolfson Audio Card
[新聞] 在Raspberry Pi上跑FreeBSD
2013-01-27 15:44:28 Tagged in: Read more...[新聞] CAS發表教育版教學手冊
2013-01-06 10:58:28

圖片來源: raspberrypi.org
如果你對寫程式有恐懼、或是硬體很陌生、還是對於打指令很排斥,Raspberry Pi是一個很好的開始,有很多的資源讓你從零開始。
英國的CAS(Computing at School)組織釋出教育版教學手冊,授權是CC 3.0。手冊裡宣稱適合八歲以上的兒童閱讀,內容包括有Scratch圖形化程式設計軟體、Python程式教學、人機介面(HMI)和Linux指令教學等。你可以從官方部落格下載,或是從這邊的連接直接下載。
[新聞] MagPi在Kickstarter的小額募款
2012-12-30 00:03:55

圖片來源: kickstarter.com
Kickstarter是國外熱門的小額募款網站,許多好點子在Kickstarter先期贊助者的支持下最後實現了。前幾期的The MagPi Magazine現在也要從數位檔案轉成紙本的發行了,32頁的內容包括有Python的撰寫、Scratch和C++透過GPIO存取硬體的應用等,大家趕快用行動支持吧。
[新聞] Pi Store上線
2012-12-29 00:03:14Pi Store讓用戶們都可以在商店中上傳或下載包括binaries資源Python程式碼、圖片、音訊、影片等各式內容,並且提供了一套收費與小費的機制,讓開發者能有適當地報酬。可以預期Pi Store的未來將會蓬勃發展。
[新聞]《時代》評 2012 年十大科技產品,樹莓派排名第四
2012-12-28 00:02:02美國 《時代》雜誌 網站日前評選出 2012 年十大科技產品,樹莓派排名第四。
第一到第十名分別為:
1. Apple iPhone 5
2. 任天堂Wii U
3. Sony RX100
4. Raspberry Pi Model B
5. Lytro相機
6. Apple MacBook Pro With Retina Display
7. 微軟Surface RT
8. Samsung Galaxy Note II
9. Nest(智慧溫控裝置)
10. Simple. TV(電視盒)


