Skip to main content

Posts

Showing posts from May, 2017

7 Segment Display With PIC16F687

7 Segment Display Proteus Schematic In this article, we will tell you how to operate a 7-segment display (7SD in short) with a microcontroller. There are two (perhaps more) options to do this. The first is to connect the 7SD directly to the output ports of the microcontroller as shown in the picture above. This may cause a port shortage in large projects. As a second way to avoid this; We can run it by connecting a decoder to the 7SD. We will show both for you.

Factorial

In this article, we will describe the factorial and write a sample program written in c. To find the factorial of a number, we multiply the integer from that number by 1. So the factorial of a number; Factorial

Line Follower Robot With Arduino Nano - 1

Line Follower Robot With Arduino Nano In this series of tutorials, we will try to explain how to make a simple robot that follows a simple line with Arduino Nano. First of all, let’s talk about the parts: