This repository contains Arduino code and documentation for interfacing with an I2C (Inter-Integrated Circuit) LCD (Liquid Crystal Display). The code is designed to facilitate easy integration of I2C ...
This Arduino sketch demonstrates how to use an I2C-enabled LCD display with an Arduino board. The LiquidCrystal_I2C library is used to control the LCD, and the sketch also includes a function to ...
ラズパイやArduinoでセンサーなどを使うときにI2C通信がよく使われています。この場合、ラズパイやArduinoがマスターで、センサーがスレーブになって、マスターからスレーブのデータを書き込んだり、データを読み出したりします。 センサーなどの代わりに ...
ラズパイからArduinoにファイルを送りたい場合があるかと思います。例えば、音楽ファイルとか画像ファイルとか。 あらかじめSDカードに書き込んでオフラインで渡すというので用が足りる場合は良いのですが、動作中にデータを変えたい場合もあるかと思い ...