An Arduino library for I²C multiplexer/switch with sample code. This library provides simple API to switch I²C bus. Include device name header file (PCA9846.h) to use those class libraries. This repo ...
Taking up a very interesting and new course at Uni, Applied Informatics, I managed to delve deeper into the inner workings of a lot of devices that make up the modern world. I got a surface ...
ラズパイからArduinoにファイルを送りたい場合があるかと思います。例えば、音楽ファイルとか画像ファイルとか。 あらかじめSDカードに書き込んでオフラインで渡すというので用が足りる場合は良いのですが、動作中にデータを変えたい場合もあるかと思い ...
The I2C (Inter-Integrated Circuit) bus is a synchronous serial communication protocol that allows multiple electronic components (sensors, displays, memories, etc.) to be connected within the same ...
Total mastery over the pinout and functionality of the PCA9306 for conversion of logic levels from 5V to 3.3V. A step-by-step interfacing diagram for the PCA9306 to Arduino UNO. Working example with ...
The sensor continuously sends out infrared light and measures how much of that light is reflected. When a reflective object is within its set detection range, it returns a low signal. The Arduino ...