マイクロコントローラーや安価なシングルボード・コンピューターを使ったすばらしいDIYプロジェクトが多数報告されています。しかし、Arduino、Raspberry Pi、BeagleBone...どのボードを選べばいいのか悩みますよね?今回は3つの人気ボード、Arduino Uno、Raspberry Pi ...
Arduino enthusiasts looking for a project to keep them busy this weekend maybe interested in a new project featured on the official Arduino blog for a handy cable tester. Equipped with a touchscreen ...
The project illustrates an old Arduino USB board being hacked by finding the right pins and stringing a capacitor between the serial connector and the reset line. One side of the capacitor connects to ...
This is a PlatformIO based Arduino project that turns a supported microcontroller into a UART to USB HID Keyboard Bridge. When connected to a PC, the device identifies itself as a USB HID keyboard.
This week the official Arduino website has announced the availability of their new Arduino USB Host Shield and ArduinoISP boards from the Arduino Store. The Arduino USB Host Shield pictured above has ...
これからArduinoを使ったプロジェクトを始めようと思っていても、その道のりは険しいのではと思っている人は多いでしょう。DIY の初心者であればなおさらで、こんなの勉強できない!と思っているかもしれません。 わたし自身、マイクロコントローラーや ...
Arduino Leonardo を USB HID デバイスとして複数台接続した際、Windows や X-Plane 上で個別に識別できるように、製品名(Product) と シリアル番号(Serial Number) を変更します。 uint8_t HID_::getShortName(char *name) { Arduino コアやライブラリをアップデートすると、boards.txt や ...
これは Arduino でいう「ボード設定 + ウィルセット + ライブラリ設定」全部を一箇所に集めたファイル です。 逆に言えば、 platformio.ini を理解した瞬間、 すべてのプロジェクト管理が “一撃で正しく動く” ようになる。 この記事では、私が実装中の ...