This repo contains material for embedded sytems hardware and software development short courses for 2022 SES Projects meetings
- Introduction To Embedded Systems and the PORT system ✅
- Serial Communication ✅
- Digital I/O ✅
- Analog-to-Digital Conversion I
- Hardware Interrupts
- Intro to Timer/Counter Hardware
- Pulse width modulation
- Driving servo motors
- Analog-to-digital conversion II
- Advanced PWM tricks
- Switches
- Advanced Motors
- SPI
- I2C
- Flash Program Memory
- EEPROM
- Miscellanous Topics - Power savings, Wathdog Timers, Crystals and alternate clocks, Bootloaders, Analog comparator
- Resources -> contains controller pinouts, datasheets, development board pinouts, links to software downloads.
2.lesson1 -> Material for week 1 meeting and exercises for the same. (All subsequent lessons are labelled as above)
- core-library - contains useful files you may need such as USART Macros, Pin definitions etc.