Showing posts with label LED. Show all posts
Showing posts with label LED. Show all posts

Tuesday, July 25, 2017

PIC16F84A LED Running Project - Part 1

Hi Friends,

This time I present you a very simple project built using PIC16F84A Microcontroller. This is a simple LED running system and I hope this project will be helpful to beginners to understand basic concepts.

Here is the schematic of the project (Please click on the image to enlarge)


You need only few components to build this circuit. I hope all the parts are clear in the schematic (if not, please comment)

Here is the source code :


Please note that the code is written in Micro C 

If you faced any problems, please comment. The second part of this project (which runs 40 LEDs without shift registers) will be posted soon.



Friday, October 7, 2016

Raspberry PI LED Blink Tutorial

Hello Friends, Today I am going to create a Raspberry Pi LED Blinking Project. I am using Raspberry Pi 3 Model B for this tutorial.

In this tutorial, I will step by step show you how to write a simple Python code to blink an LED which connect to your Raspberry Pi via GPIO pins.

Here is the video of completed project.



Now it is the time to up your Pi and ready to get started.