Arduino Leonardo を USB HID デバイスとして複数台接続した際、Windows や X-Plane 上で個別に識別できるように、製品名(Product) と シリアル番号(Serial Number) を変更します。 uint8_t HID_::getShortName(char *name) { Arduino コアやライブラリをアップデートすると、boards.txt や ...
This is the Arduino driver code for the HackEEG Arduino Due shield for the TI ADS1299 EEG system-on-a-chip. The TI ADS1299 is a 24-bit 8-channel ADC meant specifically for EEG, with 24x programmable ...
ロガー開発キットの動作確認用サンプルファームウェア(binファイル)を内部のArduino uno r4 に書き込む方法について解説します。 解説はWindowsのみになります。 他のOSの場合は… Arduino IDEをインストールした中にdfu-utilがあればそれを使って書き込めるかも ...
Adding USB functionality to your Arduino projects used to be a pain, but thankfully, the V-USB project came along and gave your ATMEGA328 the ability to control the USB lines directly and mimic simple ...
The newly released Arduino Leonardo has a few very interesting features, most notably the ability to act as a USB keyboard and mouse thanks to the new ATmega 32U4 microcontroller. This feature isn’t ...