-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ryota Kinukawa edited this page Jul 28, 2023
·
4 revisions
https://jp.seeedstudio.com/EdgeBox-RPI4-A-4G32G-WiFi-p-4971.html
日本で使用する場合は、技適認証を受けた製品を購入する必要があります。例えば、以下のサイトで購入可能です。
- スイッチサイエンス
- マルツ
- 秋月電子通商
sample project is here, https://github.com/pojiro/edgebox_rpi_200_test
# 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
},
# for RTC
config :nerves_time, rtc: NervesTime.RTC.NXP.PCF8563
export MIX_TARGET=edgebox_rpi_200
mix firmware
use usbboot with Compute Module 4 IO Board
then,
mix burn
VintageNetQMI.quick_configure("an_apn")
- EC-21J、※私はソラコムストアで購入しました