• 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

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

Real Time Clock with DS1307 - Introduction

by Conrad Gomes on May 18, 2013

You're developing a product and you need it to track time even when the power is switched off, what do you use? A real-time clock.

Read more...

electronics , productization , i2c

Atmega Development Boards and Arduino

by Conrad Gomes on May 14, 2013

I've been going through various sources trying to figure out what the Electronic DIY community uses to develop LED cubes, RC controlled cars, etc.

Read more...

electronics , productization

  • 1 of 1

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

  • Home