2016-12-01から1ヶ月間の記事一覧

UbuntuでIPが振られているのに外部につながらない

ifconfigでIPが見れるのに外部ネットワークに出られない時 www.1ft-seabass.jp/memo/2015/05/15/raspberry-pi-dhclient-refresh-wlan/ http://munibus.hatenablog.com/entry/2013/03/15/064807 DHCPクライアント?を再起動する $ sudo dhclient wlan0

秋月CEM-3基板の切削パラメータ

紙フェノールFR-1より少し速度を落としてみた

Pythonでボイスチェンジャー

ここを参考に http://aidiary.hatenablog.com/entry/20150225/1424863972 brew install portaudio brew install homebrew/x11/sptkeasy_vc.py #coding: utf-8 import pyaudio import struct import subprocess import pdb # SPTKを使った簡単なボイスチェン…

デルタプリンタのキャリブレーション

http://rockhopper.xyz/2016/01/03/repetier-calibration/ http://rockhopper.xyz/2015/12/26/the-horizontal-gondola/(1)原点で極大高さを取る場合と (2)水平移動しない場合 の2つについて解決方法が書いてある

URDFのチュートリアル

http://qiita.com/RyodoTanaka/items/174e82f06b10f9885265

UbuntuにElmerGUIをインストール

$ sudo apt-add-repository ppa:elmer-csc-ubuntu/elmer-csc-ppa $ sudo apt-get update $ sudo apt-get install elmerfem-cscRun $ ElmerGUI

Salomeのモード解析でParavisでの表示方法

わかりにくい ここの情報を参考にした www.code-aster.org/forum2/viewtopic.php?id=19454 First, load your results xxx.rmed file into paravis. Then select the line in the pipe and clic on the "mode" button. It's creating 3 more lines in the pip…