uart

How to establish UART communication between ATmega8 and Arduino Uno?

Here we are going to establish a communication between an ATmega8 microcontroller and Arduino Uno. The communication established here is UART (Universal Asynchronous Receiver Transmitter) type. It’s serial communication. By this serial communication data can be shared between two controllers, which is a required in various embedded system applications. In embedded systems we must have basic knowledge about …

How to establish UART communication between ATmega8 and Arduino Uno? Continue Reading

UART in GPS navigation system

UART in GPS navigation system

With the rapid development of GPS (Global Positioning System) techniques, GPS gets wider application in many fields. GPS has features such as high precision, global coverage, convenience, high quality, and low cost. Recently, the use of GPS extends speedily from military to civilian applications such as automobile navigation systems which combine the GPS system, e-map, …

UART in GPS navigation system Continue Reading

Scroll to Top