Autonomous Robot Car - Arduino RoboMaster part 12

Today I made my first autonomous robot car which is a modification of the my first Arduino RC Car . Until now, I used bluetooth for control navigation of the diy Arduino robomaster. Now, I wanted to add autonomous driving feature to the robot car because I thought it would be great exper…

ee-diary-

Novel

Read more

View all

Comparing PIC16F877A vs ATmega328P PWM capabilities

The PIC16F877A can generate PWM (Pulse Width Modulation) signals using its CCP (Capture/Compare/PWM) module. The CCP module in this microcontroller is versatile, and it provides features to generate both PWM signals as well as perform capture and…

ee-diary

How to use UART with PIC16F877A

In embedded systems, communication between microcontrollers and external devices is crucial. One of the most common protocols used for this is UART (Universal Asynchronous Receiver/Transmitter) . It allows the PIC16F877A microcontroller to communica…

ee-diary

PIC16f877A LED Blink Code

PIC16F877A is comparable to Arduino microcontroller ATmega328P explained in the tutorial PIC Microcontroller similar to ATmega328P(Arduino) .Here's a simple LED blinking code for the PIC16F877A microcontroller using the MPLAB X IDE and XC8 com…

ee-diary

PIC Microcontroller similar to ATmega328P(Arduino)

The PIC16F877A microcontroller is one of the most popular PIC microcontrollers that has capabilities similar to the ATmega328P . Both are commonly used in hobbyist and embedded systems projects. Here's a comparison of some key features: PIC16F8…

ee-diary

Bridge Power Amplifier with LM380

The bridge power amplifier is a common configuration used to increase the output power of audio signals. One popular integrated circuit (IC) used for this purpose is the LM380 , a low-distortion power amplifier with a fixed gain of 34 dB. This art…

ee-diary

LM380 audio amplifier circuit

An audio amplifier is an essential component in electronics, enhancing weak audio signals to drive loudspeakers. One popular IC for small audio projects is the LM380 , known for its simplicity, compact design, and excellent performance. In this blo…

ee-diary
Load More
That is All

Videos

Android

Resource