Skip to main content

Posts

Showing posts from January, 2020

Write Strings to LCD With Two Buttons

In this project, we are going to write strings to an LCD display with two buttons. The first button will change the position of the cursor and the second button will change the character. In this way, you can write the strings that you want. For this project, we are going to use the PIC16F628A microcontroller and XC8 compiler. To understand how can we write to LCD display click the link below and read the tutorial. LCD Interfacing with PIC Using XC8

LCD Interfacing with PIC Using XC8

In this tutorial, we are going to teach how to use an LCD display with an 8-bit PIC microcontroller. We will give you a powerful LCD library and explain how to use it in your microcontroller in this tutorial. We will do examples on the PIC16F628A microcontroller but you can do small changes to use it in your projects. Let’s get started to make LCD Interfacing.

LCD Library for 8-bit PIC Microcontrollers

16×2 LCD Display In this post, we are going to share our LCD Library. This library is a powerful library for 8-bit PIC microcontrollers written in the XC8 language. You can use it in an 8-bit microcontroller with small changes. Click the button end of the post to reach the library files.

How to Make Blink LED with PIC16F628A

How to Make Blink LED With PIC16F628A In this project tutorial, we are going to make blink-led projects with a pic microcontroller. After you read this tutorial you can build a PIC microcontroller project with XC8 on MPLAB IDE. We are going to make 3 different blinking projects. These projects are basic. Just learn how to make a basic project with a PIC microcontroller. You can see below which projects we are going to make; Blinking LED with 1s delay, LED with button, Blinking LED with a button.

DC Motor Speed Control With PIC16F628A

DC Motor Speed Control Simulation In this project, we will control the speed and direction of a DC motor using the PIC16F628A microcontroller. We will write the software in MPLAB IDE with the XC8 language that will send a PWM signal to L293D to control the motor. Finally, we will simulate it through the Proteus software. PWM (Pulse Width Modulation) You can get more information about the PWM signal from the link above. Now let’s examine the L293D motor driver.

Motor Speed Control With Arduino Nano

Motor speed control is very important in robots and where the motor used. In this project, we will control the speed of DC motors with Arduino Nano. In this way, you will learn how to drive the motor and adjust the speed in projects where you use DC motors. Motor Speed Control With Arduino Nano Circuit

Mouse Follower Project With Javascript

Javascript Mouse Follower In this project, we will change the position of an object according to the mouse cursor with Javascript. We can say mouse follower for this project. We will create 3 files for this project. These are; HTML File: The file for which the front of the page is designed. CSS File: The file where the page style is designed. JS File: The file containing the Javascript code.

DC-DC Converters

DC-DC converters are power electronics circuits that convert one dc voltage to another dc voltage level. There is usually a regulated voltage at the output of these circuits. In this tutorial, we will introduce dc-dc converters and give information about their types.