An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer. Includes both interrupt and FIFO operation. - davidjade/BMP388_DEV ...
This library gives easy control over the 16 pins of a (I2C) MCP23017 chip. This IC is strongly related to the MCP23S17 SPI port expander - https://github.com ...
A new fully featured Arduino development board has been created called the Prestissimo Uno+ which is now available to back via Kickstarter with earlybird pledges available from just $20, AUS$28 or ...
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 ...
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 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, ...
The Arduino platform offers a variety of affordable toys used by DIY enthusiasts for simple electronics projects. It is known for being easy to learn and is built on a variant of the C++ programming ...