Skip to content

Connect the ADC's of an ATTINY13 with a FPGA (design example)

License

Notifications You must be signed in to change notification settings

tirfil/ADC-FPGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADC-FPGA

Connect the ADC's of ATTINY13 with a FPGA (design example)

Connection between AVR and FPGA uses a unidirectional custom protocol (based on I2C) :

start condition #ADC (2bit) ADC value (10bit) stop condition

AVR sends constantly a sequence for the three ADC (adc1 adc2 adc3 adc1 ...).

Design example:

Three potentiometers enable to adjust three leds intensity using pwm feature (leds are on the FPGA board)

schema

photo

About

Connect the ADC's of an ATTINY13 with a FPGA (design example)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages