Wow, Raspberry Pi's Eben and Liz visited Taipei. RS Components held a convention in FutureWard . And I'm honored to give a talk about why Raspberry Pi is popular(successful). The following are the 20 slides I used and the brief descriptions.
Why Raspberry Pi is popular? This is a difficult question. I am not a trend expert or an experienced analyst. Neither do I have backdoor straight to the Raspberry Pi Foundation. Well, however, I'm interested in this question and try to provide some explanations. Caution: just some biased thoughts.
2014/08/16
Why Raspberry Pi is popular? -merely personal comments-
標籤: Raspberry Pi
2014/08/10
Raspberry Pi情報彙整(33)
我將網路上看到的、感興趣的、跟Raspberry Pi相關的資訊收集如下。如果您發現任何新奇驚人的新聞或專案,還請留言告知。
PiCE+, a metal outdoor case for the Raspberry Pi B+ & Camera by Elson Designs — Kickstarter,防水、耐重壓的外殼。募資中,結束日期是8月27日。
其他:
- 100 years since World War I: build a Morse code virtual radio | Raspberry Pi,rpi基金會官方教學資源,紀念第一次世界大戰,教你打造摩斯電碼收發器。
- Mine Bitcoins with Raspberry Pi | Linux User & Developer,來挖Bitcoin礦吧。
- Submit your application to the Raspberry Pi Education Fund | Raspberry Pi,向rpi基金會申請教育基金吧。
- Exclusive interview: Pete Lomas, co-founder of Raspberry Pi on Mission, Openness, Communities | Open Electronics,訪談Pete Lomas,可從中探知許多事情。
- YRS Festival of Code 2014 – around the UK and at Pi Towers | Raspberry Pi,這麼小就接觸電腦程式,我小時候都在幹嘛啊。
- Highlights from the Element 14 Raspberry Pi Webinar | Raspberry Pi Pod,沒聽到Element 14舉辦的webinar嗎,看看這篇重點整理就行了。
- Wooden Raspberry Pi Handheld,打造掌上型rpi。
- Mathematica 10 – now available for your Pi! | Raspberry Pi,rpi可免費使用的Mathematica升級到版本10囉。
- KittenGroomer/CIRClean – data security for journalists and activists | Raspberry Pi,如何從不安全的資料來源拿出你想要的東西,而又不會洩漏身分、之後慘遭被人用槍指著。
- How to focus the Raspberry Pi camera lens without breaking it | Raspberry Pi Today,手動調整相機模組的焦距。
- How to optimize Raspberry Pi code using its GPU « Pete Warden's blog,多多利用GPU可以加速影像處理運算。
標籤: Raspberry Pi
2014/08/09
Raspberry Pi:如何抓圖
開機並進入X視窗桌面系統後,怎麼抓取畫面成圖檔呢?如何抓整個桌面、抓某一個視窗、抓某特定區域呢。
首先介紹一套不錯的抓圖軟體,其套件名為shutter,安裝指令如下:
$ sudo apt-get install shutter
如出現錯誤訊息,可先以底下指令試著更新套件:
$ sudo apt-get update
$ sudo apt-get upgrade
安裝成功後,便在程式選單「Accessories」裡;第一次執行需花費較長的時間。
$ sudo apt-get install scrot
然後介紹此抓圖指令的各個常用參數,請進入X視窗系統,並開啟LXTerminal終端機。
抓整個桌面:
$ scrot
延遲10秒後,抓整個桌面:
$ scrot -d 10
延遲10秒,並在終端機裡倒數,抓整個桌面:
$ scrot -c -d 10
指定路徑檔名、指定圖檔格式:
$ scrot /home/pi/xyz.jpg
讓你以滑鼠圈選出想要抓取的區域:
$ scrot -s
抓目前作用中的視窗(也就是終端機的視窗):
$ scrot -u
延遲10秒後,抓目前作用中的視窗(你就有時間選擇想要抓取的對象) :
$ scrot -d 10 -u
以上便是常用的參數。
scrot預設會自動設定檔名,若想自行指定,便可使用$f、$n、$p等參數;詳情與其他參數,請下參數-h來查詢。
參考資料:
標籤: Raspberry Pi
Subscribe to:
Posts (Atom)



































