Creating Images using numpy

Creating Images using numpy Task 1 : Create Image using numpy Task 2 : Crop two images and swap their cropped parts I have taken two images of cats. I would try to swap faces of both the cats.  Step 1 : Importing cv2 and numpy libraries Step 2: Loading image 1 Also determine the …

Creating Images using numpy Read More »

Creating ML model on docker

Pull the Docker container image of CentOS image from DockerHub and create a new container: Step 1: Launching the redhat OS  Step 2: Checking the status of docker using the command Make sure that docker is installed. Step-3: Pulling centos ( latest version ) on docker container. Command for it is Step-4: Launching an OS …

Creating ML model on docker Read More »

Arduino with Speaker

INTERFACING SPEAKER WITH ARDUINO This article is about to explain how to play music with a speaker or a 5v buzzer. Here in this we use a Arduino uno board to play coffin dance music with a 4Ω speaker. Use the source code in the article (do not alter it may cause different output)  upload …

Arduino with Speaker Read More »

Operating modes of 8255

Operating Modes of 8255 Refer Architecture of 8255 PPI, before proceeding to this article. As discussed there are 3 modes of data transfer in 8255 PPI. In this article, operating modes of 8255 PPI is explained. Operating Mode 0 [ Simple Mode ] It is a normal mode of data transfer.  All 3 ports are available …

Operating modes of 8255 Read More »

Architecture of 8255

8255 PPI 8255 PPI stands for Programmable Peripheral Interface, which means it is a programmable device used to interface I/O devices with the processor. In reality, we are not supposed to connect I/O devices directly with the data bus of the processor ,instead there should be some device to which I/O ports should be there …

Architecture of 8255 Read More »

Embedded Systems

Road Map to Master EMBEDDED SYSTEMS Wanted to be an embedded systems Engineer ? But confused from where to start. Basically there are two types of engineers in all specializations, tester and developer. In the initial stage, everyone has to start their career as a tester. To start your career in embedded systems, here is a …

Embedded Systems Read More »

i2c

I2C I2C stands for Inter Integrated Circuit. It is one of the most widely used communication protocols used in embedded systems. I2C is most commonly used in a circuit itself hence named inter integrated circuit.  What is I2CIt was invented by philips.It is a two line synchronous communication protocol. Transmitter and receiver sharing a common …

i2c Read More »

Edsim51

Introduction to Edsim51 Edsim51 is a widely used simulation software for programming of 8051. This article describes the environment of edsim51 software and a simple program of 8051. When the edsim51 is opened it looks like The above picture has several parts1. Registers and Internal RAM2. Program section3. Port connections4. Sensors and Actuators ( 7 …

Edsim51 Read More »

NEXTPCB PCB Review

What is PCB ?? Generally, every complex electronic circuit is designed on the breadboard. But the circuit can be optimized to a Printed Circuit Board, which consumes less space and provide the organised orientation of the various components in the circuit. The designing and printing of PCBs are very much important. There are many companies …

NEXTPCB PCB Review Read More »