2012-11-13から1日間の記事一覧

V-USBのチュートリアル

http://codeandlife.com/topics/v-usb-electronics/

iOSでSerial communication

Objective-C++というか、iOSではC++が埋め込めることを知った。 ファイル名を.mから.mmにするとC++を混在させることができるとのこと。http://devdot.wikispaces.com/Iphone+Serial+Port+Tutorial を参考にして Cで書かれたシリアル通信のコードを入れてみ…

Seeed SD card shieldを使う

千石で売ってたSDシールドを試す。 http://www.seeedstudio.com/wiki/SD_Card_ShieldライブラリはデフォルトのSDライブラリじゃなくて、SdFatっていうライブラリ。 http://code.google.com/p/beta-lib/downloads/detail?name=SdFatBeta20120327.zip&can=2&q=

iOS6.0.1のtethered Jailbreak

iPod touch 4g iOS6.0.1のtethered jailbreakを試す。 最後で行き詰まった。 ココを見て解決。 http://absinthejailbreak.com/forum/how-to-fix-missing-keys-plist-error-while-jailbreaking-ios-6-0-1/ 設定を行った環境は、 Windows7 redsn0w 0.9.15b3 iP…

Mac OSXでlsusbコマンドを使う

lsusbコマンド自体はないのでエイリアスをはっておく。 http://takuyamamo.blog.fc2.com/blog-entry-11.html.zshrcに以下を追加。 alias lsusb="system_profiler SPUSBDataType"

STBeeの開発環境をMac OSXに構築する

http://stastaka.wordpress.com/category/stm32/ を参考にしました。http://static.leaflabs.com/pub/codesourcery/gcc-arm-none-eabi-latest-osx32.tar.gz をダウンロードして/usr/local/armに入れる。 /usr/local/arm/binにパスを通しておく。 $ brew inst…