Being the world leader of .NET on circuits, we have the experience to help you bring your product to life Learn More

Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone. We offer a software tool, a community website and services in the spirit of Processing and Arduino, fostering a creative ecosystem that allows users to document their prototypes, share them with others, teach electronics in a classroom, and layout and manufacture professional PCBs. D
以前試したサーボを動かす方法は、20msの間に、heightとlowをつくる方法だった。 今回は、可変抵抗をセンサーにして、前回の方法も含め3つの方法で試してみる。 1 │ analogWriteコマンドを使う void setup(){ pinMode(3,OUTPUT); } void loop(){ int val=analogRead(0)/4; // (0~1023)/4 analogWrite(3,val); // (0~255) delay(20); } この方法は、 Arduino基盤にpwmと書いてあるポートにだけ可能。 分解能は、256 ※サーボのメーカーによっては、動かないときがある。 2 │ Servoオブジェクトを使う ここからオブジェクトをダウンロードして、Arduinoのフォルダのなかのlib/targets/librariesに入れてArduinoを
The AVGA project - open source AVR based color video game development platform for single chip game console. This platform enables you to code a color, high resolution, smooth video game, like Super Mario Bros or Commander Keen on a mega AVR. All video processing is done by software in background using interrupts, with no external active components. You only need to connect the AVR to a RGB monito
ようこそ、無作為研究所へ! 無作為研究所は、コンピュータソフトウェア・ハードウェア・電子工作などの分野で、 思いつくまま、イロイロな研究を行っているところです。 大した情報はありませんが、ごゆっくりご覧ください。 画像処理関連 回転・縮小・欠落OKのパターンマッチング(2007-05-09) いまさら正規化相関サーチ(2011-09-18 書きかけ) 簡単なオートフォーカス(2008-01-16) 詳細サーチ サブピクセル推定(2011-09-18) 画像処理関連のトピックを全て見る アルゴリズム 簡単な木構造でのキー検索(2007-05-01 書きかけ) ハッシュ木、アスキー木検索(2010-11-13) atoi()関数の高速化(2011-10-01) ハードウェア フォトトランジスタを使ってみる(2007-05-20) ネット時代のパーツ選択(2007-06-01) 良いトランジスタ
全日程終了いたしました!! 9月2日(火)から4日(木)までの3日間の講習会を無事終了することが出来まし た。毎日40名以上の方に受講していただきありがとうございました。アンケート の回収結果からは問題点も明らかになりましたが、全体評価としては、今後も定 期的に開催して欲しい、役に立った、理解できたなど、好評をいただきました。 FPGAやボード開発に関わる講習会開催の希望などありましたら今後も引き続きご 意見をお寄せ下さい。よろしくお願いいたします。 アンケート結果などは準備が出来次第公表する予定です。 主催者、講師一同 対象者:学生および研究者 日時: 9月2日(火)から4日(木) 場所: KEK 3号館1階会議室(9/2)、4号館セミナーホール(9/3-4) 参加費:無料 内容: 9/2 コース1. 入門編:FPGA設計の基礎としてデジタル回路入
<A HREF="index_jp.html">�$B%U%l!<%`$J$7L\<!�(B</A>
Byte Buffering (circular) Bit Buffering (linear) Printf and other formatted print functions VT100 Terminal Output Command Line Interface FAT16/32 File System (support is read-only for now) STX/ETX Packet Protocol Fixed-Point Math Library (basic operations only) Timers (with PWM, interrupt management) UART (interrupt driven) A/D Converter I2C Master/Slave (interrupt and non-intr) SPI In
Overview USBtiny is a software implementation of the USB low-speed protocol for the Atmel ATtiny microcontrollers. Of course, it will also work on the ATmega series. The software is written for an AVR clocked at 12 MHz. At this frequency, each bit on the USB bus takes 8 clock cycles, and with a lot of trickery, it is possible to decode and encode the USB waveforms by software. The USB driver needs
Open Circuits Open Circuits is a wiki for sharing open source electronics knowledge, schematics, board layouts, ports and parts libraries. Please help us to build this resource by submitting your descriptions, projects, instructions, techniques, board layouts, PCB footprints, and other documentation for electronics. This includes Open Circuits website is where you should discuss issues about the o
講師 : 安 芳次 オンライングループ , 素粒子原子核研究所, 高エネルギー加速器研究機構 1-1 Oho, Tsukuba, Ibaraki 305-0801 Japan Yoshiji.YASU@kek.jp Under construction! Last Modified: March 22, 2002 目的| 開発手順| 期間 | メンバー | ミーティングメモ | 仕様作成のテンプレート | LinuxデバイスドライバFAQ | Linuxデバイスドライバの書き方 | 有用なWEBサイト | 目的 この専門研修の目的はVME/CAMAC/PCIなど高エネルギー物理学実験等に用いられる バスを利用したLinux用デバイスドライバの開発です。 Linuxにおけるデバイスドライバの基本構造を理解し、各自の 目的に沿ったデバイスドライバを開発して頂きます。 開発手順 開発の手順はおよ
Philip J. Koopman, Jr. The ENTIRE BOOK is available to read on-line or to download for off-line reading! Published in 1989, this was the first book to explore the new breed of stack computers led by the introduction of the Novix NC4016 chip. The author commences with an overview of how stacks are used in computing, and a taxonomy of hardware stack support which includes a survey of approximately 7
Verilog-HDL 入門 私は,LSI に関する研究をしているため,回路をテキストで記述する(ネットリストを書く)ことがあります。これが,結構面倒くさい!! ある時ふと「Verilog」で回路を設計してみようと思い,記述してみると Verilog で記述する方が“ん10倍”楽でした(← 専門の人からすると,当然だと思いますが…)。 今回,Verilog に関する自分用のメモとしてこのページに残すことにしました。ただし,私は Verilog-HDL の専門家ではないので,誤った記述が多々存在するかもしれません。その場合には,ぜひご一報ください。 (注:プログラムも表も,キャプションを全て“図”としています) メインメニュー Verilog-HDL とは Verilog シミュレータと波形表示ソフトのインストール いりなり Verilog を書いて,シミュレーションしてみる Verilog
● ご挨拶 昨年6月のアナウンス以来、停止していたオーバーシー・パブリッシングの活動ですが、このたび新たにPDFオンライン連載を開始することになりました。GNU開発ツールの出版より6年半を経て、ようやくComputer Architecture Seriesの続刊が登場致します(最新情報は Twitter @oversea_pubにて)。 また、これに合わせてWataru's memoは、オーバーシー・パブリッシングのホームページ上に移動します。 私事になりますが、昨年7月に大学を辞し、翌8月愛媛県松山市において、糖尿病専門クリニックである「にしだわたる糖尿病内科」を開院致しました。半年が経過し、ようやく診療業務も落ち着いてきたので、念願であった出版にも力を入れることが可能になった次第です。 技術と医学、一見かけ離れたテーマに見えますが、それぞれが置かれている状況は同じです。専門化・複雑化
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く