Using delays in AVR studio
Write a variation on the above program to produce any delay required fro your project.
Wednesday, May 31, 2017
Sunday, May 14, 2017
Op codes in assembler
Each op code has an explanation via the help screen
You can also go to the Atmel AVR assembler site and look at instruction like SER.
Monday, May 8, 2017
The SPI bus
Sunday, May 7, 2017
AVR assembler delays
Using delays in AVR studio
Write a variation on the above program to produce any delay required for your project.
Write a variation on the above program to produce any delay required for your project.
Monday, May 1, 2017
The I2C bus
Most popular of the serial buses. Uses one wire for clock and one wire for bidirectional data. Based on Phillips' iic network. Lots of chips use the i2c protocol.
Good short introduction here. Not Arduino based.
Using i2c to connect arduino to eeprom chip that holds 256k bits, here.
Interesting use of i2c OLED display.
SPI or i2c. Which one is ""better"?
This video is about the IIC bus and gives a brief overview.
and this one is more of an ad but has some essential information.
This You Tube video is a bit more comprehensive than the above two.
A good example is here.
Good short introduction here. Not Arduino based.
Using i2c to connect arduino to eeprom chip that holds 256k bits, here.
Interesting use of i2c OLED display.
SPI or i2c. Which one is ""better"?
This video is about the IIC bus and gives a brief overview.
and this one is more of an ad but has some essential information.
This You Tube video is a bit more comprehensive than the above two.
A good example is here.
Subscribe to:
Posts (Atom)