MSX0でザウルス用のキーボードCE-KB1を使用する記事を書いたが、そこに至る前の話。 当然ながら、最初に検討したのはUSBキーボードだった。Arduino UNOは所持しているので、USBホストシールドを入手しようと電子部品系の通販サイトを見て回ったが、USB TYPE-A ...
MIDI (Musical Instrument Digital Interface) is a communications protocol for music, most commonly used for communication between electronic instruments, controllers and music software. Midi data is ...
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 ...
通信ケーブル: FTDI USBシリアル変換ケーブルと、 マイコン:ATmega328を使用した際、Arduino IDE 2.3.2→ATmega328へのデータ書き込み失敗が多発しました。 その解決方法が分かったので、こちらにまとめます。もし同じような状況でお困りの方は参考にしてみてください。 動作環境 使用Arduino ...
simple app which shows USB communication between Mobile And Arduino built on android studio using kotlin here is the code for arduino: void setup() { Serial.begin(9600); // Start serial communication ...
2インチ液晶搭載のArduino端末「M5Stack」にUSBポートを追加できるモジュール。販売元はスイッチサイエンスで、店頭価格は税抜き1,200円。 M5Stackにスタックして利用できるもので、USB Aポートを1つと拡張GPIOピン×10を追加できる。搭載コントローラーはMAX3421Eで ...
Arduino Leonardo互換のUSBドングル「FLINT ATmega32U4-Grove Board」がShigezoneに入荷。 店頭価格は3,980円で、初回出荷分には限定でUSB延長ケーブルも付属する。 ATmega32U4搭載のArduino Leonardo互換ボード これは、ATmega32U4を搭載したArduino ...
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 ...
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 ...