In the connected world, we need to connect our devices to the Internet. Let's take a simple example. You need to monitor your home temperature from anywhere in the world. We did a simple temperature monitor project earlier using LM35 and Arduino. Now we need to connect this to the Internet. We can use your Home WiFi network for this. Or else make the connection using Ethernet cable.
This blog is about Microcontroller electronic projects including PIC, Arduino and Raspberry Pi. I am writing this blog to share the details of experiments I do in my leisure time. Comments are always welcome. Have a nice day.
Sunday, September 24, 2017
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)
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.
Wednesday, June 14, 2017
PIC16F877A LM35 Temperature Monitor
Hello Everyone, After giving you some Arduino based projects, This time it is a PIC16F877A Based project.
This is a simple temperature monitor based famous analogue LM35 Temperature monitor. This circuit used the AD converter of the microchip and use three seven segments displays to show the temperature.
Here the schematic :
Unfortunately the source code is in Assembly format and it is an image I have to publish here. You can use MPLAB IDE to write this code and build it.
Here is the Source Code :
This is a simple temperature monitor based famous analogue LM35 Temperature monitor. This circuit used the AD converter of the microchip and use three seven segments displays to show the temperature.
Here the schematic :
Unfortunately the source code is in Assembly format and it is an image I have to publish here. You can use MPLAB IDE to write this code and build it.
Here is the Source Code :
This project I extracted from "Vidusara" Science magazine which published in Sri Lanka. It is the most famous science magazine in Sri Lanka.
This project was designed by Mr. Gamini Jayasinghe and Mr. Kolitha Dharmapriya (University of Moratuwa)
Friday, May 19, 2017
Servo Motor Controlling with Arduino
Hello friends, after some time here another post about motor controlling and this time I am going to control a Servo Motor with Arduino Uno.
Servo motor is an essential device for all Robotic lovers. For an example, to control a Robotic arm, You need a servos.
Using Arduino, you can easily control servo motors. Arduino has a special library called "Servo"
Here are some images I took while I do the experiment.
For source codes and echematics, please follow the Arduino official tutorial page.
Here is the link : Arduino Servo
Servo motor is an essential device for all Robotic lovers. For an example, to control a Robotic arm, You need a servos.
Using Arduino, you can easily control servo motors. Arduino has a special library called "Servo"
Here are some images I took while I do the experiment.
For source codes and echematics, please follow the Arduino official tutorial page.
Here is the link : Arduino Servo
Saturday, April 15, 2017
Arduino Nokia 5110 Graphics Display
After long time I could find a time to add a new post. Recently I purchased a Nokia 5110 Graphics display module and I could do some interesting stuff with it.
Connecting the display to the Arduino is very easy. No need any other devices except some hookup wires.
Here is my setup.
Please go to this link to the complete tutorial with Source Codes. Have a nice day.
Connecting the display to the Arduino is very easy. No need any other devices except some hookup wires.
Here is my setup.
Subscribe to:
Posts (Atom)