Software I2C

Inter IC Communication or I2C is a two wire serial communication bus used to connect a variety of external peripheral with a microcontroller. Most common are EEPROMs, RTC, Port Expanders etc. Most leading MCUs comes with at least one dedicated I2C host adaptor built in.

1 Wire

The OneWire protocol which in fact needs two wires (data and ground) is fantastic for many reasons: you can have a very long cable (250 feets), you can have multiple devices on this cable and with a simple code you can poll those devices to get temperature, voltage, switch position, wind speed, etc.

AVR LCD Library

What can we say about a standard text LCD? Nothing else then for 90% of your project you usually begin with this LCD. With those friendly functions you will be able to begin your projects without loosing time writing code for the LCD.

AVR Nokia LCD Library

There is many interesting things about Nokia 3310 LCD: low price, easy to interface via SPI port, can support graphic and text and low current usage.

Links

  • Wireless Communication Company
  • Sharepoint

Tags

  • lcd (7)
  • sensor (7)
  • communication (6)
  • wireless (5)
  • hd44780 (4)
  • library (4)
  • motor (4)
  • pwm (4)
  • rf (4)
  • i2c (3)
  • spi (3)
  • temperature (3)
  • 1-wire (2)
  • arduino (2)
  • atmega1280 (2)
  • atmega168 (2)
  • attiny2313 (2)
  • ds1307 (2)
  • ir (2)
  • master (2)
  • programming (2)
  • servo (2)
  • slave (2)
  • stepper (2)
  • switch (2)
  • timer (2)
  • transistor (2)

© 2010. AVR tutorial.