Skip to content

Instantly share code, notes, and snippets.

@flyhigher139
Forked from hbrls/Robot.md
Last active August 29, 2015 14:08
Show Gist options
  • Save flyhigher139/23c973981ad89c89ea4d to your computer and use it in GitHub Desktop.
Save flyhigher139/23c973981ad89c89ea4d to your computer and use it in GitHub Desktop.

Shopping List

本贴不是广告!这里有更多!

  1. SD Card,至少4G
  2. MicroUSB 接口充电器,5v,1~1.2A更有保障,据说GS2的充电器挺好的
  3. 高速HDMI高清数字线V1.3
  4. Case
  5. 自供电的USB Hub集线器

SD Card兼容性测试

外设兼容性测试

WIT AI: Natural Language for the Internet of Things

RPi

  1. Official FAQ
  2. Python dynamic DNSPod DNS Script
  3. Raspberry Pi做BT下载机+高清播放器
  4. 如何使用Raspberry Pi控制步进电机旋转高清摄像头并拍照
  5. 使用tsar记录和监控树莓派CPU温度
  6. Coder from Google
  7. 通过 Raspberry Pi 学习计算机知识
  8. Rovio
  9. Learn Raspberry Pi

Raspbian Command

// { user: 'pi', pass: 'raspberry' }
pi@raspberry:~$ sudo raspi-config
pi@raspberry:~$ startx
pi@raspberry:~$ sudo shutdown -h now
// 自动更新firmware
pi@raspberry:~$ sudo apt-get install ca-certificates git-core
pi@raspberry:~$ sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update
pi@raspberry:~$ sudo chmod +x /usr/bin/rpi-update
pi@raspberry:~$ sudo rpi-update
// share desktop to pc
pi@raspberrypi ~ $ sudo apt-get install tightvncserver
pi@raspberrypi ~ $ tightvncserver

Other Choice

  1. SwiftBoard
  2. CubieBoard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment