PIC Microcontroller Interaction
With this course you will work on GPIO, Interrupt, you will use timer and counter, you will configure PWM, ADC, DAC.
What you’ll learn
- Using PIC’s GPIO pins.
- Dealing with Interruptions
- What exactly are timers?
- When it comes to timers, what is the difference between Timer0, Timer1, and Timer2?
- When the timer overflows, how do you interrupt the PIC?
- What is the best way to deal with a timer register?
- How to use Timers instead of Delay Functions to implement Delay
- Analog to digital converters (ADCs)
- PWM pulses should be generated.
- Why should you avoid using the Delay Function in your PIC Microcontroller-based project?
- LCD Interfacing
- Serial Communications: UART, SPI, and I2C.