kakepro’s blog

プログラムとかPC周りのことを書いていきます

Arduino

ArduinoIDEへのgrblのインクルード

はじめに Windows10(64bit)+ArduinoIDE 1.8.19にgrbl v1.1を導入 ArduinoIDEはインストール済みとする grblのダウンロード GitHubからソースコード(.zip)をダウンロード github.com適当なフォルダに解凍しておく ArduinoIDEへのインクルード ArduinoIDE…

Windows10へのbCNCのインストール

はじめに Pythonがインストールされていることを前提とします。 Python 3.8以降じゃないとうまくいかない、かもしれない。 bCNCのインストール コマンドプロンプトから以下の手順で行う・pipのアップグレード python -m pip install --upgrade pip・bCNCのイ…

UbuntuへのArduinoIDEのインストール

【前提】 WSL2 + Ubuntu18.04 Arduino 1.8.19 64bit版 #WSL2 $ wget https://downloads.arduino.cc/arduino-1.8.19-linux64.tar.xz $ mkdir -p ~/.local $ mv arduino-1.8.19 ~/.local $ bash arduino-linux-setup.sh $USER #Power Shell wsl --shutdown #WS…