LoginSignup
8
11

More than 5 years have passed since last update.

Raspberry Piの開発メモまとめ

Last updated at Posted at 2017-08-15

初期設定

  1. ssh設定
  2. vnc設定
  3. python開発環境

ネットワーク開発

  1. DHCPサーバー構築
  2. DNSサーバー構築
  3. NTPサーバー構築
  4. NTPクライアント設定
  5. socket通信アプリ

サーバー開発

  1. 簡易デーモン作成
  2. 定期実行サービス開発
  3. 自動起動サービス開発

その他アプリケーション(電子工作、AI、画像処理)

  1. 電子工作
  2. 音声発話(執筆中)
  3. 画像処理:リアルタイムエッジ検出

そのたTips

ホスト名の設定

$ sudo nano /etc/hostname #ここに設定したいhost名を書く
$ sudo nano /etc/hosts #raspberryをhost名に変える

画面がスリープしないようにする:lightdm.confを編集

$ sudo nano /etc/lightdm/lightdm.conf
lightdm.conf
# don't sleep the screen
xserver-command=X -s 0 -dpms
8
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
11