先日 Arduino と Raspberry Pi を USB シリアル通信で連携しながら、温度湿度を取得するセンサーを作ってみました。今回はそこから得た知見を書いていきます。 開発環境 今回の開発で使用する環境は以下のようになります。 今回開発に使用したPCは「MacBook Pro 2016 ...
A SerialMonitor for USB-cdc that automaticly closes/re-open the selected serial-port on CPU reset or USB disconnect This Python application runs a Serial Monitor with automatic open-close of the ...
Notifications You must be signed in to change notification settings This Arduino sketch employs the SoftwareSerial library provided by Arduino to emulate the functionality of a USB to serial converter ...
浅田先生がPCからシリアル通信を使ってmicro:bitの出力を制御するアプリを作られました。 このことに刺激されてProcessingとArduinoの組み合わせで作ってみました。 「チャイム」ボタンを押すと、リレーに100ミリ秒間出力しラモスがしゃべります。 「扇風機 ...
[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 ...
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 ...
One part that I find myself using somewhat regularly in microcontroller-based experiments is the “USB power bank” that provides USB-standard 5-V DC output and offers some basic protection features.