• TechEuphoria

  • /quests

I2C/TWI with AVR Data Transfer

by Conrad Gomes on September 7, 2013

We now take a look at the TWI/I2C API responsible for data transfer. The header file https://github.com/zeuzoix/sardine/blob/master/twi.h[twi.h] has the prototype. We'll take a look at the arguments and their description now

Read more...

electronics , productization , i2c

I2C/TWI with AVR Register Initialization

by Conrad Gomes on August 31, 2013

We learned about the different registers available in the Atmel AVR microcontroller to program the TWI interface. In this section we'll go through the twi_init API and the initialization of the TWI interface.

Read more...

electronics , protocols , i2c , twi , bus

I2C/TWI with AVR Register Descriptions

by Conrad Gomes on August 29, 2013

So you want to program the TWI/I2C interface of the AVR. Well you'll need to read up about the registers used to control this interface.

Read more...

electronics , protocols , i2c , twi , bus

I2C/TWI with AVR Introduction

by Conrad Gomes on August 25, 2013

In this post we'll take a look at implementing an I2C/TWI library which can be used with Atmel's AVR micro-controller.

Read more...

electronics , protocols , i2c , twi , bus

Real Time Clock with DS1307 - Register Map Description

by Conrad Gomes on May 18, 2013

In the first part we went through a brief introduction of the DS1307 chip. We know the DS1307 can be programmed via the I2C bus i.e SDA and SCL. Through I2C we should be able to address the registers of this chip and write and read data based on our application description.

Read more...

electronics , productization , i2c

  • 1 of 2

© conrad.s.j.gomes@gmail.com 2016
Built on Foundation. Baked by Awestruct. Composed with Asciidoc

  • Home