build&upload Arduino sketch on cmdline with scons! No java needed! Use Arduino IDE's conf. so, all board which supported by Arduino supported by arscons. Works on Ubuntu Linux, Mac OS X and Windows. Need pyserial to triggering reset just befo... 続きを読む
I bought japanino, yet another Arduino compatible board shipped with 大人の科学 Vol.27, yesterday and created generative music using it. AruduinoIt's made with very simple codes below:: int t = 0; int buzzer = 14; int start = 7; int end = 13;... 続きを読む
NeonSquirt.com and TurboDodge.info Your home for MegaSquirt information on both Neons and the older Turbo Dodge vehicles This is the problematic dishwasher I have. It's a Maytag (so much for never needed a repairman...). The control panel... 続きを読む
Welcome to the Python-on-a-Chip Project! This project's goal is to develop the PyMite virtual machine, device drivers, high-level libraries and other tools to run a significant subset of the Python language on microcontrollers without an OS. ... 続きを読む
It’s been a few months almost a year(!) since John Van Enk showed us how to twinkle (blink) an LED on his Arduino microcontroller using Atom/Haskell. Since that time, Atom (a Haskell embedded domain-specific language for generating constant... 続きを読む
Arduino, Twitter一つ前のエントリで紹介したArduinoの魅力の一つに、「シールド」と呼ばれる拡張ボードを載せることで簡単に様々なハードウェアを利用できることがあります。純正のEthernetシールドやXBee(無線通信)シールドなどが販売されているほか、ユーザ... 続きを読む
Once activated, we'll place the following badge in your repository's detail box: 続きを読む
I made a small update to the Arduino DHCP library to calculate the “seconds elapsed” field in the DHCP packet based on when the Arduino starts sending DHCP packets. This may fix some issues with using a Mac as a DHCP server. Special thank... 続きを読む
8/30/2008 Arduino タッチパネル(4線式) 今回は、4線式のタッチパネルをArduino基盤に接続し操作実験してみたいと思います。 タッチパネルには、4線式や5線式という比較的簡単な構造になっているものがあります。今回使うタッチパネルは、指先やペン先で... 続きを読む
スイッチサイエンスにて販売されている,このタッチスクリーンのパーツが面白い。いわゆる抵抗式のタッチスクリーンの一種で,タッチ位置のX座標とY座標を電圧値として読み取ることができる。 Arduino に接続して使うには建築発明工作ゼミさんによる解説がと... 続きを読む
◆Arduinoイーサーネットシールドに付属のSDカードスロット 2007年秋、ついに登場したArduinoイーサーネットシールドを買いました。イーサーネットは問題なく使えるのですが、基板にはサポートされていないSDカードスロットが付いているんです。 大胆にもこんな... 続きを読む
せっかくArduinoを手に入れたので、年末何を作ろうかと考えた。 いくつかネタはあるのだけど、前回EthernetShieldのSDカードについて触れたこともあり、まずはSDカードとのアクセスに挑戦。 EthernetShieldの回路図を見てみると(下図)、SDカード部分は完全に... 続きを読む
MMC/SD card reader example application This project is a small test application which implements read and write support for MMC, SD and SDHC cards. It includes low-level MMC, SD and SDHC read/write routines partition table support a simple FA... 続きを読む
Demonstration of programming the Arduino microcontroller to blinki an LED using the Ruby programming language via RAD, the Ruby Arduino Development platform: http://rad.rubyforge.org 続きを読む
オープンソースハードウェアとは何だろう? もう一度確認しておこう。それは、開発者が、ソース、回路図、ファームウェア、ソフトウェア、素材の明細、パーツリスト、ハードウェア製造に必要な設計図や"ボード"のファイルなど、一切合切を公開しようと決めたプ... 続きを読む
11/01/2008 Arduino Ethernet Shield 今回は、Arduino Ethernet Shield(スイッチサイエンスにて販売)を使って、Arduinoをサーバとして機能させ、Webブラウザ(IE、Safari、FireFoxなど)から閲覧可能なページの表示実験を行いたいと思います。 そのために、A... 続きを読む
ついに出ました。Arduino純正のイーサネットシールドです。 先日リリースされた、Arduino IDE 0012版に含まれているEthernetライブラリで使います。プログラムはものすごく簡単。こんなに簡単にネットワークプログラムが書けちゃっていいのかって心配になるくら... 続きを読む
Arduinoの統合開発環境(IDE)バージョン12に付属するドキュメントにはEthernet Shieldの説明があったのですが、肝心のボードについての詳細が発表されず、やきもきした人もいたようです。ようやく18日に情報が出始め、私も試す機会がありました。 結論から言い... 続きを読む
Arduino Diecimilaは、それ自体が独立した小さなコンピュータで、スイッチやセンサやランプやモーターといった《物理的な》入出力デバイスを操ることができます。プログラムの開発には、通常のパソコンを用います。無料でダウンロードできる統合環境を使うと、... 続きを読む
とある締め切りがあるので現実逃避しております。いままで人の作ったプログラムばかり動かしてきたので、自分でも何かやってみます。Arduino で音をだしてみます。探すと、http://arduino.cc/en/Tutorial/Melody にサンプルがありました。9 番と GND に写真にあ... 続きを読む
私は昔からマイコン工作に興味があったのですが、周りに知っている人もおらず、マイコン用のプログラムを書いたりPROM を焼いたり、そういう基本的な事が全く分からず指をくわえておりました。最初 Arduino の事を聞いた時、オープンソースだとかフィジカルコン... 続きを読む