ラズパイやArduinoでセンサーなどを使うときにI2C通信がよく使われています。この場合、ラズパイやArduinoがマスターで、センサーがスレーブになって、マスターからスレーブのデータを書き込んだり、データを読み出したりします。 センサーなどの代わりに ...
This is the Sensirion SFM3304 library for Arduino allowing you to communicate with a SFM3304 sensor over I²C. Click here to learn more about the Sensirion SFM3304 sensor. The default I²C address of ...
Assume that you are moving towards a complex microcontroller project bundled with blinkers, beepers, and a display panel. To link a standard 16×2 LCD directly with the microcontroller, for instance ...
This library is written to use the NXP PCF85263 RTC. The functionality implemented is just basic date time retrieval. The device can run in a stop-watch mode. The range goes up to 999 999 hours, which ...
[Johngineer] found himself in need of an I2C sniffer, but didn’t have one available. Necessity is the mother of invention, so he put together this I2C sniffer sketch for Arduino. The arduino will ...
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...