2021-01-31から1日間の記事一覧

PlatformIOで作ったArduinoのLチカのプログラムをGitHub ActionsでCI (Continuous Integration, 継続的インテグレーション) する

やりました GitHub - takurx/test-blink-pio-2: test for blink and serial by platformio and on Arduino Uno, on Ubuntu 20.04, /dev/ttyUSB0 GitHub Actions workflows Ref. pio ci — PlatformIO 5.1.0 documentation name: PlatformIO CI on: [push] job…

Raspberry Pi Hatのdual_chan_pkt_fwdを再起動して、The Things NetworkのGatewayとDeviceを再起動した

ギークハウスつくば The Things Gateway (LoRa) 再起動完了。やりました。 pic.twitter.com/4W0JEOeKyM— ギーつくの友利奈緒⋈JJ1TBC (@takuzirra) January 26, 2021 Install dual_chan_pkt_fwd on Raspberry Pi Reference 第1回 The Things Network (TTN) …

UbuntuでArduino IDEでTeensyを認識するためにTeensyduinoをインストールする

TeensyduinoInstall.linux64をダウンロードしてくる Teensyduino: Download and Install Teensy support into the Arduino IDE chiya@ujimatsu:~$ chmod 755 ./TeensyduinoInstall.linux64 chiya@ujimatsu:~$ ./TeensyduinoInstall.linux64 GUIの途中、Ardui…

UbuntuでbalenaEtcherでSDカードにRaspbianのimageを書く

Just flashed an image with Etcher by @balena_io - the easiest way to write SD cards! #flashedbyetcher— ギーつくの友利奈緒⋈JJ1TBC (@takuzirra) January 26, 2021 balenaEtcher-1.5.113-x64.AppImageをダウンロードしてくる。 chiya@ujimatsu:~$ ./ba…