One of the great things about the Arduino environment is that it covers a wide variety of hardware with a common interface. Importantly, this isn’t just about language, but also about abstracting away ...
We used the Bus Pirate universal serial interface tool to work with the DAC, but the same basic principals apply to any custom implementation. The connections between the Bus pirate and the LTC2631A ...
These converters are low-power, monolithic, 12-bit, analog-to-digital converters (ADCs) that operates from a +2.7 to 5.5V supply. The converter is based upon a successive approximation register ...
The Inter-Integrated Circuit Bus (I2C) is a synchronous serial data communication bus in which the master initiates the communication and the slaves are controlled by addressing. In the I2C bus, nodes ...