EN / USD
634 Items
 Home
Blog
GPS Library for Proteus
gps module in proteus, gps library for proteus, gps simulation in proteus, gps proteus simulation, proteus gps library, gps proteus simulation, proteus simulation for gps, gps design in proteus
Hello friends, hope you all are fine and having fun with your lives. In today's tutorial, I am gonna share another awesome library designed by our team for Proteus, which is GPS Library for Proteus. It's my second library for Proteus, the first one was Arduino Library for Proteus which I have already shared. I am really enjoying designing these modules in Proteus because its a new and quite challenging thing. I haven't found even a single website who has designed these modules in Proteus already. So, now for the first time, you can have the GPS Library for Proteus using which you can easily simulate your GPS module in Proteus and can design your code for Arduino, PIC Microcontroller or 8051 Microcontroller. Other bloggers are welcome to share this ...
Blog
Arduino Pro Mini Library for Proteus
Arduino pro mini proteus ismulation, arduino pro mini library proteus, arduino pro mini in proteus, arduino pro mini simulation in proteus
Update: We have created a new version of this library, which you can check here: Arduino Pro Mini Library for Proteus V2.0. Hello friends, hope you all are fine and having fun with your lives. In today's post, I am gonna share Arduino Pro Mini Library for Proteus. Recently, I have shared Arduino Nano Library for Proteus, and before that I have also posted Arduino UNO Library for Proteus as well as Arduino Mega 2560 Library for Proteus, and now I am gonna share Arduino Pro Mini Library for Proteus. Arduino Pro Mini is another Arduino board which also uses the same Atmega328 Microcontroller and has almost the same number of pins as Arduino UNO and Arduino Nano. Arduino Pro Mini is even more smaller than Arduino Nano board. It doesn't have the pro ...
Blog
Seven Segment Display with 8051 Microcontroller
interface Seven Segment Display with 8051 Microcontroller, Seven Segment Display with 8051, interfacing of Seven Segment Display with 8051 Microcontroller, interface Seven Segment Display with 8051, 8051 seven segment display, 7 segment display 8051
Hello friends, I hope you all are fine and having fun with your lives. In today's post, we are gonna have a look at How to interface Seven Segment display with 8051 Microcontroller. Seven Segment Display is normally used in those projects where counting or clock functionalities are required. If you wanna read the basic details of Seven Segment Display then must read Interfacing of Seven Segment Display with Arduino, I have explained 7 Segment Display in detail in that tutorial. And have also interfaced it with Arduino board. So, I am not gonna go into the details of 7 Segment in today's tutorial and I would recommend you to must read this tutorial. As 8051 Microcontroller is concerned, we all know that Its a Microcontroller in which we program our ...
Blog
Electronic Quiz Project with 8051 Microcontroller
quiz project using 8051 microcontroller, quiz project with 8051 microcontroller, quiz project with 8051, final year quiz system with 8051
Hello friends, hope you all are fine. In today's project, we are gonna design Electronic Quiz Project with 8051 Microcontroller. I have done this project recently in which we need to design a quiz project game using 8051 Microcontroller. It was quite a big project and we have to work quite hard to make it done. In this project we have used many components on which I have already post tutorials so that you guys first get introduction to those components. So, first of all you should read Interfacing of LCD with 8051 Microcontroller, after that you must check Interfacing of Keypad with 8051 Microcontroller and finally get your hands on Serial communication with 8051 Microcontroller. These tutorial are must to read because these are all gonna use in t ...
Blog
Arduino Mega 2560 Library for Proteus
Arduino Mega 2560 library proteus, arduino mega2560 library proteus,mega in proteus, arduino mega 2560 simulation in proteus, arduino mega2560 simulation proteus
Update: We have created a new version of this library, which you can check here: Arduino Mega 2560 Library for Proteus V2.0. Hello friends, hope you all are fine. In today's post, I am going to share Arduino Mega 2560 Library for Proteus. In the previous post, I have shared the Arduino UNO Library for Proteus and I have mentioned that I am gonna share more Arduino Libraries soon. Actually these days I am quite excited about this Proteus component designing and I am designing the Arduino boards as a starter. So, till now I have designed two Arduino boards in Proteus. First one was Arduino UNO which I have provided for download in previous post and today, I am going to share Arduino Mega 2560 Library for Proteus. In the coming posts, I am gonna sh ...
Blog
Design a Simple Calculator with 8051 Microcontroller
design calculator with 8051 microcontroller,calculator with 8051, calculator design 8051,8051 calculator
Hello friends, today's post is about designing a simple calculator with 8051 Microcontroller. In our previous post, we have seen How to Interface keypad with 8051 Microcontroller in Proteus ISIS. Moreover, we have also worked on Interfacing of LCD with 8051 Microcontroller in Proteus ISIS. If you haven't read these two posts then my suggestion is to read them first before going into the details of this post, as we are going to use both keypad and LCD in order to design the simple calculator with 8051 Microcontroller. Actually we have already understood the working of both keypad and LCD so I thought to share this small project as it will give you the practical application of both keypad and LCD. And if you are new to 8051 Microcontroller then its ...
Blog
Interfacing of Keypad with 8051 Microcontroller in Proteus
keypad with 8051,keypad lcd 8051, display keypad on lcd with 8051,keypad lcd 8051, keypad values on lcd 8051 microcontroller, keypad on lcd 8051
Hello friends, in today's post we are gonna have a look at Interfacing of Keypad with 8051 Microcontroller in Proteus ISIS. In the previous project, we have seen the Interfacing of LCD with 8051 Microcontroller and I have told there that LCD is a great debugging tool as we can print our data on it and can display different values and that's what is gonna done in today's post. Today, I will get the values from keypad and then question is how to know that we are getting the correct values. So in order to do so, we will display these values over LCD. So, that's how we are gonna use LCD as a debugging tool. As the debugging is concerned, there's another great tool for debugging which is called Serial port, we can also display these values over to Seri ...
Blog
Interfacing of LCD with 8051 Microcontroller in Proteus ISIS
lcd with 8051,8051 lcd display,circuit diagram for lcd with 8051,connect 8051 with lcd
Hello friends, hope you all are fine and having fun with your lives. Today's post is about Interfacing of LCD with 8051 Microcontroller. In my previous post, we have seen How to do Serial Communication with 8051 Microcontroller, which was quite a basic tutorial and doesn't need much hardware attached to it. Now today we are gonna have a look at Interfacing of LCD with 8051 Microcontroller. LCD is always the basic step towards learning embedded as it serves as a great debugging tool for engineering projects. LCD is also used almost in every Engineering Project for displaying different values. For example, if you have used the ATM machine, which you must have, then you have seen an LCD there displaying the options to select. Obviously that's quite a ...
Blog
Serial Communication with 8051 Microcontroller in Proteus
UART communication in 8051 microcontroller,serial data in 8051 microcontroller, sending data with serial 8051, receive data in serial 8051, 8051 serial communication
Hello friends, hope you are having fun. In today's post, we will have a look at Serial Communication with 8051 Microcontroller in Proteus ISIS. In the previous post, we have seen a detailed post on LED Blinking Project using 8051 Microcontroller in Proteus ISIS, which was quite a simple tutorial. And I hope if you are new to 8051 Microcontroller then from that post you must have got some idea about C Programming of 8051 Microcontroller. Now, today we are gonna go a little further and will have a look at Serial Communication with 8051 Microcontroller and we will also design the simulation of this project in Proteus ISIS software. 8051 Microcontroller also supports Serial port similar to Arduino and PIC Microcontroller. And the communication protoco ...
Blog
LED Blinking Project Using 8051 Microcontroller
LED Blinking Project Using 8051 Microcontroller Proteus, LED blinking project 8051 keil,get start with 8051,8051 projects, 8051 student projects
Hello friends, hope you all are fine and having fun with your lives. In today's tutorial, we will see LED Blinking Project Using 8051 Microcontroller. I haven't yet posted any project or tutorial on 8051 Microcontroller. I have posted quite a lot of tutorials on Arduino and PIC Microcontroller, so today I thought of posting tutorials on 8051 Microcontroller. Its my first tutorial on it and I am gonna post quite a lot of tutorials on 8051 Microcontroller in coming week. So, as its our first tutorial on 8051 Microcontroller that's why its quite a simple one and as we did in Arduino we will first of all have a look at LED Blinking Project Using 8051 Microcontroller. In this project, we will design a basic circuit for 8051 Microcontroller which invol ...