Programming and Simulation of AVR with HC-05: PART II

The final build of my work with HC-05 involves using AVR ATmega32 microcontroller which is a powerful micro controller. The Controller is programmed in AVR GCC. For HC-05 (or any other serial communication system), the USART needs to be set on the ATmega32 through programming. Here is a snippet of...

A Simple Edge Detection Algorithm

In tasks of image processing, finding edges in an image occasionally serves as the basis for the evaluations. However, imaging functions usually take up a lot of memory and computation power due to the complexity of  the equations which limit their usage on low memory devices like microcontrollers...