回路に組み込んだ電子パーツをプログラミングすることで簡単に制御できるマイコン「Arduino(アルドゥイーノ)」を使えば、携帯電話やドローンや果ては人工衛星まで自作することが可能です。そんな電子工作にぴったりなArduinoをAndroid端末に接続して、Android ...
This article is a bit different from my usual column in two ways. First, it's starting with a hardware and software combo—something I've not done before. Second, the projects are linked to each other ...
2011年の年末に、Arduinoの正式な開発環境となるArduino 1.0がリリースされた。Arduinoに関してはココやココ、さらにココにも書いたが、手軽に使えるマイコンボードですな。 開発環境がβ版じゃなくなったということで、心情的にも「じゃあArduinoってのを使って ...
ArduinoとMATLABを連携させるには、MATLABのArduinoハードウェアサポートパッケージを使用して、USB経由で通信を確立し、データを読み書きする手順を踏みます。以下に具体的な方法をステップごとに説明します。 1. 必要な準備 ハードウェア: Arduinoボード(例:Uno ...
Despite its popularity among hobbyists and electronics enthusiasts, the Arduino has become infamous among professional embedded systems developers. I must admit that for the longest time I also viewed ...
Miniaturization has made smart watches possible, even for the DIY maker to tinker with. For those just getting to grips with basic digital electronics, it can be daunting, however. For those just ...
こんにちは。好きなポケモンはピカチュウです。 前回の記事では、Arduino Leonardoとは何か、そしてポケモン自動化のために必要なものを紹介しました。 今回は、実際にポケモンZAを自動化するまでの手順を説明します。 「Arduino IDE」は、Arduino Leonardoの ...
人気のオープンソースハードウェア「Arduino」を作るArduinoチームが、低価格3Dプリンターの製造・販売に乗り出すことが明らかになりました。 Arduino Blog » Blog Archive » Arduino MATERIA 101: simplifying access to the world of 3D printing Arduinoチームはイタリアのスタートアップ ...
Makers and motherboard-modders rejoice! One of the most popular open-source computing hardware companies recently debuted new hardware offerings for gadget geeks, including a beefier project board ...
Usually, I use the Serial Monitor of the Arduino IDE to communicate with the Arduino hardware. But now, I want to build an application on my computer that allows me to click some buttons to control ...