-
AVR
AVR related articles
-
pAVRlib
P's library for AVR
-
usart.asm
basic USART routines
-
usart-puts.asm
send a string via USART
-
usart-puthex.asm
print a hexadecimal value via USART
-
devices/
Some device drivers for AVR
-
max31855.asm
A device driver of MAX31855 Cold-Junction Compensated Thermocouple-to-Digital Converter
-
am2302-ccs811.asm
Subroutines to convert the values of AM2302 for CCS811 sensor
-
am2302.asm
A driver for AM2302 (aka DHT22) relative humidity (RH) and temperature sensor
-
ccs811.asm
A driver for CCS811 Air quality sensor
-
max31855.asm
-
frac2bcd.asm
converts a fractional number to BCD
-
bin2bcd16.asm
converts a 2 byte-integer to BCD (based on Atmel's Application Note 204).
-
twi-controller.asm
TWI (two-wire serial interface, ≈ I²C) as a controller (master) specific routines
-
bin2ascii.asm
converts a binary value to ascii
-
wait.asm
wait routines
-
usart.asm
-
pAVRlib
-
Softwares
Some small softwares which I wrote.
-
GIMP: luminous.scm
GIMP Script-Fu to create luminous effects
-
Curses based 15-Puzzle
simple 15 puzzle
-
Library for Thermocouple based on NIST ITS-90 Database
Functions for conversion between electromotive force and temperature
-
GIMP: luminous.scm
-
Electronics
My small electronics projects
-
AD9833 Controller using AVR
AD9833 Controller using AVR
-
PSG (AY-3-8910) Controller using AVR
Playing the sound of nostalgia
-
MAX31855 Controller using AVR
Thermometer using MAX31855 and AVR
-
Correcting Temperature Data of MAX31855
How to correct the temperature data of MAX31855
-
AD9833 Controller using AVR