【Arduino YUN】WiFi setup
・Power On ・search WiFi SSID Linio-xxxxxx ・access from Browser http://linino.local/ ・password : doghunter (default) ・set your wifi router SSID.
・Power On ・search WiFi SSID Linio-xxxxxx ・access from Browser http://linino.local/ ・password : doghunter (default) ・set your wifi router SSID.
openframeworkslibニinclude追加 ・ctype.hがない C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt
make new structure. blueprint > 構造体 drag & drop csv file . select structure type. scroll box https://wiki.unrealengine.com/UMG,_Create_Scrollable_List_of_Clickable_Buttons_From_Dynamic_Array
7seg board mega. v.1.0 修正箇所 ・ボードの大きさを7SEGよりちょっと小さめに ・7segは、ボード直付けでなくメスソケット半田付けにする(取り外し可で、ボードネジ止め可能) ・I2C 4pinオスソケット ・電源2ピンオスソケット ・トランジスタのサイズ確認 ・7segのサイズ確認。ピンずれ
DesignSpark PCBクイックスタート https://designspark.zendesk.com/hc/ja/articles/212966269-DesignSpark-PCB-%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF%E3%82%B9%E3%82%BF%E3%83%BC%E3%83%88%E3%82%AC%E3%82%A4%E3%83%891-%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C%E7%B7%A8- how to create my own component. https://designspark.zendesk.com/hc/en-us/articles/115003968769-How-do-I-create-my-own-components- Fusion PCB https://fusionpcb.jp/
from Crypto.Cipher import AES import binascii #print(binascii.hexlify(uuid.uuid4().bytes)) secret_key = ‘abcdefghijklmnop’ message = ‘1234567890abcdef’ crypto = AES.new(secret_key) cipher_data = crypto.encrypt(message) print(binascii.hexlify(bytearray(cipher_data)))
sudo kill -QUIT 123
/var/www/(project)/.git/configを変更 [remote “origin”] url = https://username:password@bitbucket.org/u26/xxxxxxxx.git
project/app/ templatetagsフォルダ作成 — my_tag.py my_tag.py from django.template import Library, Node, Variable, VariableDoesNotExist, TemplateSyntaxError register = Library() @register.tag def
ループバックを有効にする方法とネットワーク分離のトラブルシューティングを行う方法 (Windows ランタイム アプリ) https://msdn.microsoft.com/ja-jp/library/windows/apps/hh780593 UWPアプリケーションでは、UDPでループバックできない。 ファイルでやる。
main.ino [c] #include "I2C.h" I2C i2c; byte buf[8]; float temp; void setup() { //I2C i2c.setup(); Serial.begin(115200); while (!Serial) ; }
https://blog.soracom.jp/blog/2017/03/13/bootcamp-lorawan/
<form method=”post” enctype=”multipart/form-data” role=”form” data-toggle=”validator”> {% csrf_token %} <p><input type=”file” name=”app_file”></p> <div class=”row”> <label for=”version” class=”col-sm-1 control-label text-right”>Version</label> –> <div
import os from PIL import Image from PIL.ExifTags import TAGS,GPSTAGS from os import path class Point: def __init__(self, lat, lon,
https://corvouas.com.au/products/corvo-micro/
・マテリアルを作成 円マスク画像を用意する。
・Set Anchor ・Alignment x:0.5 y:0.5
・Add Widget ・Play Animation
・Blueprintを作成、コンポーネントを追加する。 ・親コンポーネントに、支点と動きの制約を設定する。 Physics > Simulate Physics MassInKg 100kg Linear Damping 縦横方向の減衰 Angular Damping 軸方向の減衰力(大きい=動きずらい) ・コンストレイン ポジションロック 線形方向の動作ロック 回転をロック 軸方向の動作ロック
【準備】 HDRIファイルをこちらとかで用意する。Thanks https://aokcub.net/cg/incskies/ Radiance: .hdr形式のものを使用する。 【実行】 ・HDRIファイルをd&dで、インポートする。 ・Directional Light追加 ・SkyLight追加 skylight > Light > Source type > SLS