avr_insights
avr_insights copied to clipboard
Source code for avr_insights videos series
AVR Insights Example Projects
This repository contains all the example projects listed in the description of our AVR Insights series on YouTube.
AVR Insights Episodes
Videos with code examples are marked in the checkbox.
- [x] Ep 1 - AVR Memories
- [x] Ep 2 - Read-While-Write Memories
- [x] Ep 3 - How to use Ports: Enabling Pins and Setting Pins High
- [x] Ep 4 - Sleep Modes
- [ ] Ep 5 - Fuses
- [x] Ep 6 - USART
- [x] Ep 7 - Watchdog Timer
- [x] Ep 8 - How To Lower AVR Microcontroller Power using Power Reduction Registers
- [x] Ep 9 - AVR MCU Memory Buffer Register: Double Buffered Registers
- [ ] Ep 10 - Optimization of C Code on AVR MCUs
- [x] Ep 11 - ADC Operating Modes
- [x] Ep 12 - How Does SPI interface work on AVR Microcontrollers
- [ ] Ep 13 - Capacitive Touch Sensing on AVR Devices (PTC)
- [x] Ep 14 - How to Program QTouch® Moisture Demonstrator - Only in Atmel | START
- [x] Ep 15 - ADC Differential Mode
- [x] Ep 16 - ADC Noise Reduction Mode
- [x] Ep 17 - ADC Voltage Reference
- [ ] Ep 18 - What is a Analog Comparator?
- [ ] Ep 19 - Brown Out Detector
- [x] Ep 20 - External Interrupt
- [x] Ep 21 - AVR Microcontroller Interrupts
- [x] Ep 22 - Real Time Counter
- [ ] Ep 23 - Security and Lock Bits
- [ ] Ep 24 - Self-Programming and Bootloaders
- [x] Ep 25 - Timer Input Capture
- [x] Ep 26 - What is Two Wire Serial Interface (TWI)?