Langevin type vibrator, ランジェバン型振動子、超音波洗浄機
Langevin type vibrator, ランジェバン型振動子、超音波洗浄機
OpenCV AI kit
GPS・QZSSロボットカーコンテスト
main branch instead of master branch in Github
- GitHub - github/renaming: Guidance for changing the default branch name for GitHub repositories
- Replacing master with main in Github - DEV
- How to Rename Your Master Branch to Main in Git
- GitHub abandons 'master' term to avoid slavery row - BBC News
- IT用語も「奴隷」廃止の動き 「slave」は「フォロワー」や「レプリカ」に - ITmedia NEWS
Linux, serial communication, baurate
- miniterm
- Linuxでシリアル通信しようとしたら引っかかった - 明日から本気出す( ´・ω・`)
- in plaform.ini
monitor_speed = 115200
- PlatformIOの設定でシリアルモニタのbpsを変更して表示する - Qiita
- visual studio code - How to change default baud rate of serial monitor in VSCode with PlatformIO? - Stack Overflow
- (その2)M5StackをVSCODEとPlatformIOで開発する場合にはまったこと(LDF) - Qiita
- M5StackをVSCODEとPlatformIOで開発する場合にはまったこと(メモ) - Qiita
- Changing the baud rate for the serial monitor · Issue #14 · platformio/platformio-vscode-ide · GitHub
- Teensy-LC開発ツール: xshige's beta notes
GitbubのリポジトリのREADME.mdに画像表示、
Arduino, Hello world, Blink
- Arduino シリアル通信 "Hello World!"文字列送信 - iscene ページ!
- Blinkから始まるArduino入門 その2 pinMode() - クックブック
- Blinkから始まるArduino入門 その2 pinMode() - クックブック
USB Permission error for Arduino On Ubuntu 20.04 and VSCode, PlatformIO
*** [upload] could not open port /dev/ttyUSB0: [Errno 13] Permission denied: '/dev/ttyUSB0'
- permmsion error, user don't have permmision
- Before
chiya@ujimatsu:~$ groups chiya adm cdrom sudo dip plugdev lpadmin lxd sambashare
sudo usermod -a -G tty $USER sudo adduser $USER dialout sudo usermod -a -G dialout $USER
- After reboot (can logout/login without reboot???)
chiya@ujimatsu:~$ groups chiya adm tty dialout cdrom sudo dip plugdev lpadmin lxd sambashare
- USB permissions error - PlatformIO Community
- Cannot open /dev/ttyUSB0: Permission denied · Issue #26 · esp8266/source-code-examples · GitHub
- グループにユーザーを追加する方法 - Linux 入門
- warning: Can not parse XML library list; XML support was disabled at compile time error
- ModuleNotFoundError: No module named 'distutils.***'
- chown is temporary, inject/insert will lost permission
sudo chown $USER /dev/ttyUSB0
/dev/ttyACM0のときもある。
Krypton, SSHの鍵をスマホで認証できて便利
- Krypton for Developers
- Krypton Authenticator – Get this Extension for 🦊 Firefox (en-US)
- 秘密鍵をスマホに保管して管理するKryptonを試してみた - Qiita
- Frequently Asked | Krypton
- これをGitKrakenのSSH認証に使いたかったのだがわからない
On Ubuntu 20.04, VSCode + PlatformIO, need $sudo apt-get install python3-distutils
pinta, Linuxのペイント
git, github, SSH接続
- 接続確認
ssh -T git@github.com
git config --global user.name "takurx" git config --global user.email "taku3wzr@gmail.com"
- ~/.gitconfig が