• In this example we’ll be using the Microchip 24LC256 EEPROM, this chip when connected to an Arduino can increase the available memory space by 32kbytes. Here is a pinout of the IC The address pins, A0, A1, and A2, which …

  • Code

    Ardumoto shield example

    by shedboy71

    The Ardumoto  is a motor shield for Arduino that will control two DC motors. Based on the L298 Dual Full Bridge Driver The Ardumoto can drive up to 2 amps per channel. The board takes its power from the same Vin …

  • The is a 16-bit, general purpose parallel I/O port expander for I2C bus applications. The 16-bit I/O port functionally consists of two 8-bit ports (PORTA and PORTB). The MCP23017 can be configured to operate in 8-bit or 16-bit modes. Lets …

  • Code

    Arduino and MCP3008

    by shedboy71

    The Microchip MCP3008 ADC is a 10-bit Analog to Digital (A/D) converter with on-board sample and hold circuitry. Communication with the device is accomplished using a simple serial interface compatible with the SPI protocol. The MCP3008 operates over a broad …

  • A few of the code examples and projects on this site use modules containing the Tm1638 driver chip, I was interested in this one which is the TM1637 which appears to be a more basic version which can only control …

  • The MLX90614 is a non-contact infrared thermometer with a measurement range from -70 to +380 degree Celsius. Just connect the four leads to your Arduino and you will have a accurate thermometer with a resolution of 0.01 and a accuracy …

  • Code

    Writing to an SD card

    by shedboy71

    The ability to read and write to SD cards is a fairly common scenario that you may encounter, there are a couple of ways you can do this by adding an SD card breakout and connecting it to your Arduino …

  • This was an interesting little 3 in 1 sensor module which has the following sensors fitted The HTU21D is a low-cost, easy to use, highly accurate, digital humidity and temperature sensor. The BMP180 is the new digital barometric pressure sensor …

  • The HC-SR505 Mini PIR Motion Sensor is based on infrared technology and it can automatic control by itself with high sensitivity and high reliability. Because of the minimum size and low-power operation mode, it widely used in various of automatic …

  • This is a simple data logging shield which will enable you to add SDCard storage support and RTC capability to your Arduino project. Here is a picture of the shield that I purchased Features Here is a summary of the …

  • The TEA5767HN is a single-chip electronically tuned FM stereo radio for low-voltage applications with fully integrated Intermediate Frequency (IF) selectivity and demodulation. The radio is completely adjustment-free and only requires a minimum of small and low cost external components. The …

  • The PCF8574 is an 8 bits I/O port expander that uses the I2C protocol. Using this IC, you can use only the SDA and SCL pins of your Arduino board to control up to 8 digital I/O ports. This 8-bit …