通信ケーブル: FTDI USBシリアル変換ケーブルと、 マイコン:ATmega328を使用した際、Arduino IDE 2.3.2→ATmega328へのデータ書き込み失敗が多発しました。 その解決方法が分かったので、こちらにまとめます。もし同じような状況でお困りの方は参考にしてみて ...
[Hans Peter] wanted to move away from using full Arduino boards in his projects. One of the components he rarely used after the development stage is the USB hardware. Once the firmware is flashed to ...
Arduino Leonardo を USB HID デバイスとして複数台接続した際、Windows や X-Plane 上で個別に識別できるように、製品名(Product) と シリアル番号(Serial Number) を変更します。 uint8_t HID_::getShortName(char *name) { Arduino コアやライブラリをアップデートすると、boards.txt や ...
[Andrew] wonders why the SerialUSB() function on the Cortex M3-based Arduino Due is so much faster than Serial() on the Uno or Nano, and shares his observations in this short video. He sets up an ...
Adafruit has unveiled a new addition to their range in the form of the Adafruit Metro Mini 328 that has been designed dot provide a USB-to-Serial connection. The Adafruit Metro Mini 328 takes the form ...
I am looking for exporting files from esp32-s3 to usb pendrive over otg. I understand ESP-IDF supports USB host mode , but is there a way to use it using Arduino IDE? I am looking for exporting files ...