In this part we will see the concept of Serial communication. The communiction etween two devices can be in two ways; Consider transferring 4 bit […]
Category: embedded system programming
Embedded system Programming with Arduino Part 3
In this part we will see how we can set a digital GPIO pin as an INPUT pin and read the status of that pin, […]
Embedded system Programming with Arduino Part 2
In this part we can do one more example on digital GPIO as output. Lets make an LED chaser with eight leds. As the firsts […]
Embedded system Programming with Arduino Part 1
An embedded System consists of an electronics hardware board (platform) and a software running on a specialized IC (Microcontroller or microprocessor). The specifically designed electronics […]