Skip to content

Instantly share code, notes, and snippets.

@hbrls
Last active October 12, 2021 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hbrls/5812680 to your computer and use it in GitHub Desktop.
Save hbrls/5812680 to your computer and use it in GitHub Desktop.
the list is far beyond just a board

Shopping List

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

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. Coder from Google
  6. Rovio
  7. Learn Raspberry Pi

Raspbian Command

$ 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

Alternatives

  1. SwiftBoard
  2. CubieBoard
  3. Tessel 2
  4. Myo
  5. Ring

Robot

  1. https://petcube.com/
  2. http://www.dextarobotics.com/
  3. http://www.ikair.com/#buy
  4. http://www.ilifesmart.com/shop.action
  5. https://www.indiegogo.com/projects/campoint-smarter-than-smart-home-security
  6. https://www.dropcam.com/
  7. http://nodebots.io/
  8. https://cylonjs.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment