[attiny85/Buzzer]

Franzininho DIY - AVR LibC: Instrumento musical com Buzzer



Exemplos AVR Libc – Franzininho DIY do site Embarcados

Link para o artigo e código: Instrumento musical com Buzzer

Download (pzw)

View Online


[attiny85/Contador_v3]

Franzininho DIY - Contador de pulsos externos



Exemplos AVR Libc – Franzininho DIY do site Embarcados

Link para o artigo e código: Contador de pulsos externos

Download (pzw)

View Online


[attiny85/EntradaDigital]

Franzininho DIY - AVR LibC: Entrada Digital



Exemplos AVR Libc – Franzininho DIY do site Embarcados

Link para o artigo e código: Entrada Digital

Download (pzw)

View Online


[attiny85/HelloWorld]

Franzininho DIY - AVR LibC: Hello, World! Linguagem C



Exemplos AVR Libc – Franzininho DIY do site Embarcados

Link para o artigo e código: Hello, World! Linguagem C

Download (pzw)

View Online


[attiny85/SaidaDigital]

Franzininho DIY - AVR LibC: Saídas Digitais



Exemplos AVR Libc – Franzininho DIY do site Embarcados

Link para o artigo e código: Saídas Digitais

Download (pzw)

View Online


[attiny85/Termometro]

Franzininho DIY: Termômetro



Franzininho: Termômetro exemplo do siteDQSoft


Neste projeto vamos usar o Franzininho para apresentar a temperatura atual em um display LCD.

Link para o artigo e código: Termômetro

Download (pzw)

View Online


[attiny85/timer0_ovf]

Franzininho DIY - AVR LibC: Timer0



Exemplos AVR Libc – Franzininho DIY Documentação Franzininho

Link para o texto e código: Franzininho DIY - AVR LibC: Timer0

Download (pzw)

View Online


[attiny85/Tiny85_Temp_LCD_RTC]

Example Tiny85 Temp LCD RTC of TinyWireM library



ATtiny85 as an I2C Master   Ex3        BroHogan                         1/22/11
I2C master reading DS1621 temperature sensor & DS1307 RTC. Display to I2C GPIO LED.
SETUP:
ATtiny Pin 1 = (RESET) N/U                      ATtiny Pin 2 = (D3) N/U
ATtiny Pin 3 = (D4) to LED1                     ATtiny Pin 4 = GND
ATtiny Pin 5 = SDA on all devices               ATtiny Pin 6 = (D1) to LED2
ATtiny Pin 7 = SCK on all devices               ATtiny Pin 8 = VCC (2.7-5.5V)
NOTE! - It's very important to use pullups on the SDA & SCL lines!
DS1621 wired per data sheet. This ex assumes A0-A2 are set LOW for an addeess of 0x48
DS1307 wired per data sheet. This ex assumes A0-A2 are set LOW for an addeess of 0x68
PCA8574A GPIO was used wired per instructions in "info" folder in the LiquidCrystal_I2C lib.
This ex assumes A0-A2 are set HIGH for an addeess of 0x3F
LiquidCrystal_I2C lib was modified for ATtiny - on Playground with TinyWireM lib.
TinyWireM USAGE & CREDITS: - see TinyWireM.h


Link to source code: Tiny85_Temp_LCD_RTC.pde

Download (pzw)

View Online