0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

wi-san 評価ボード 開発環境セットアップ手順 1 / 3

Last updated at Posted at 2023-03-24

はじめに

このドキュメントはwi-sanを初めて使うに当たり、検証ボードのセットアップを行った時の備忘録として残します。

用意した物

  1. PC(Windows10)
  2. Raspberry Pi4 または Raspberry Pi3
  3. M5Stack BASIC  (今は使いません)
  4. M5Stick      (今は使いません)
  5. Wi-SUN USBドングル BP35C2-J11-T01
    以下のwebから購入
    https://www.chip1stop.com/sp/products/rohm_wi-sun-module
  6. LAN環境 
    YAMAHA RTX1200
  7. WiFi環境
    1F Bufferlo Wifiルーター (AUTOモード)
    2F Bufferlo Wifiルーター(ブリッジモード)

ネットワーク情報

LAN

YAMAHA RTX1200

設定内容を抜粋
ip lan1 address 192.168.6.1/24
pppoe use lan2
dhcp scope 1 192.168.6.20-192.168.6.100/24
dns server 202.238.95.24 202.238.95.26 

WiFiルーター(1Fリビング) 192.168.6.201(固定IP設定=手動)
lan-server3(File・PrintServer) 192.168.6.3 (固定IP設定=手動)
lan-server5(SVNサーバー)    192.168.6.5(固定IP設定=手動)
WiFi(2F自室) BRIDGEモードIPの割り当てなし?)

WAN

WANはドコモ光
WAN(so-net)<---docomo光1Gbps<----(lan2)


Raspberr Piの準備

Raspberr Piは、IoT機器でBP35C2-J11-T01をドライブする時に使用します。

RaspberryにOSをインストールする

Qiita

Raspberry Pi ImagerでOSイメージをSDカードに書き込みます。
私の環境では、RaspberryPi OS(64bit)をインストールしました。
RaspberryPi3とRaspberryPi4とも同じ状態にしました。

RaspberryPiのIPアドレスを設定する。

[ ] TODO スクリーンショットを張る予定

機材 IPアドレス(有線) IPアドレス(wifi) アカウント
RaspberryPi4 192.168.6.10/24 192.168.6.11/24 makishima
RaspberryPi3 192.168.6.12/24 192.168.6.13/24 makishima-pi3

RaspberryPiは固定IPを設定してあります。(DHCPのスコープ外)
次のVNCで接続する歳、アクセスの利便性を考えて固定にしました。

VNC Server をインストールする

下記のページを参考にVNCを設定します。
https://www.indoorcorgielec.com/resources/raspberry-pi/raspberry-pi-vnc/

Windowsに VNC viewer をインストールする。

WindowsにVNC Viewerをインストールし、RaspberryPiのIPを指定すると以下の様な画面になります。

Qiita

IPを入力して、VNCを設定するとWindowsからアクセスできます。

ディスプレイなしで起動できるようにする

「設定」「Raspberry Piの設定」「ディスプレイ」を選択し解像度を[1920x1080]に設定します。

Qiita

Qiita

「設定」「Raspberry Piの設定」「システム」を選択し自動ログインを[ON]に設定します。

Qiita

VNC用にスクリーンショットの調整をする。

WindowsのVNC ViewerでPrtScnを押すと以下のようにRaspberryPi側にスクリーンショットが保存されてしまいます。

Qiita

使い勝手が悪いのでWindows上でスクリーンショットをとれるように設定を変更します。
VNC Viewerの設定を開き「Pass special keys directly to VNC Server」のチェックボックスを外します。

Qiita

以上でRaspberriPi側の基本設定は完了です。
次回は、RaspberriPiでの開発環境の説明をしていきます。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?