Skip to content
Ryota Kinukawa edited this page Jul 28, 2023 · 4 revisions

About Edgebox RPI 200

https://jp.seeedstudio.com/EdgeBox-RPI4-A-4G32G-WiFi-p-4971.html

User Manual

日本で使用する場合は、技適認証を受けた製品を購入する必要があります。例えば、以下のサイトで購入可能です。

  • スイッチサイエンス
  • マルツ
  • 秋月電子通商

How to use

sample project is here, https://github.com/pojiro/edgebox_rpi_200_test

Add deps

# for DI, DO
{:circuits_gpio, "~> 1.0"},

# for RS232, RS485
{:circuits_uart, "~> 1.3"},

# for RTC
{:circuits_i2c, "~> 1.0"},
{:nerves_time_rtc_nxp, "~> 0.2.0"},

# for cellular module
{:vintage_net_qmi, "~> 0.3.2"},

# for system
{
  :edgebox_rpi_200,
  git: "https://github.com/pojiro/custom_rpi4_for_edgebox_rpi_200.git",
  tag: "v1.23.0+edgebox",
  runtime: false,
  targets: :edgebox_rpi_200
},

Add config to target.exs

# for RTC
config :nerves_time, rtc: NervesTime.RTC.NXP.PCF8563

build firmware

export MIX_TARGET=edgebox_rpi_200
mix firmware

burn firmware

use usbboot with Compute Module 4 IO Board

then,

mix burn

use cellular module

VintageNetQMI.quick_configure("an_apn")

動作確認済みのセルラーモジュール

  • EC-21J、※私はソラコムストアで購入しました