Difference between revisions of "UART Programming with Atmega128"
Raghavendra (Talk | contribs) (Created page with "category:Atmega128 Breakout In this tutorial we will see a serial communication with Atmega128. It has basically 2 UART's inbuilt. First we will learn UART0 in detail. Lat...") |
Raghavendra (Talk | contribs) |
||
Line 1: | Line 1: | ||
[[category:Atmega128 Breakout]] | [[category:Atmega128 Breakout]] | ||
In this tutorial we will see a serial communication with Atmega128. It has basically 2 UART's inbuilt. First we will learn UART0 in detail. Later UART1 become easy to understand. | In this tutorial we will see a serial communication with Atmega128. It has basically 2 UART's inbuilt. First we will learn UART0 in detail. Later UART1 become easy to understand. | ||
+ | |||
+ | =Video Tutorial= | ||
+ | For those of you, who would like to watch instead of read we have made a video with all the gyan. | ||
+ | <br> | ||
+ | {{#ev:youtubehd|-lNAmSNV2-Q|640}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | = Downloads= | ||
+ | Download the complete project folder from the below link: | ||
+ | https://github.com/ExploreEmbedded/ATMega-128-Break-Out-BoardDVB-12007/archive/master.zip<br> | ||
+ | |||
+ | |||
+ | |||
+ | Have a opinion, suggestion , question or feedback about the article let it out here! | ||
+ | {{DISQUS}} |
Revision as of 13:14, 19 April 2016
In this tutorial we will see a serial communication with Atmega128. It has basically 2 UART's inbuilt. First we will learn UART0 in detail. Later UART1 become easy to understand.
Video Tutorial
For those of you, who would like to watch instead of read we have made a video with all the gyan.
Downloads
Download the complete project folder from the below link:
https://github.com/ExploreEmbedded/ATMega-128-Break-Out-BoardDVB-12007/archive/master.zip
Have a opinion, suggestion , question or feedback about the article let it out here!