This is for communicating to an Arduino via serial port. I can use this via RaspberryPi or my laptop. I wanted to store this code so everyone can find this easily (And so I can find this easily).
For the challenge, I wanted to send data from my computer's real serial port (RS232 9-pin connector). For that, I created an adaptor circuit because the voltages on a computer serial port are ...
先日 Arduino と Raspberry Pi を USB シリアル通信で連携しながら、温度湿度を取得するセンサーを作ってみました。今回はそこから得た知見を書いていきます。 開発環境 今回の開発で使用する環境は以下のようになります。 今回開発に使用したPCは「MacBook Pro 2016 ...
人気のシングルボードコンピュータ(SBC)であるRasberry Piと同様に有名なSBCであるArduinoを紹介します。 Arduinoは2005年イタリアの大学教授Massimo Banzi氏らによって開発された、コンピュータ初心者向けの「電子工作用マイコンボード」です。 下記特徴により ...
When [Bill Porter] works on a project, he says that he typically writes his own NMEA standard communications protocols to fit the job at hand. While it makes things easy to troubleshoot, he admits ...