digital

Interfacing LM35 temperature sensor

Interfacing LM35 temperature sensor with PIC18F4550 microcontroller

Interfacing PIC18F4550 with LM35 This small topic shows the circuit diagram and CCS C code of the interfacing of LM35 temperature sensor with PIC18F4550 microcontroller. The LM35 temperature sensor is three pin device (VCC, OUT and GND) with an output voltage linearly related to Centigrade temperature. Since the LM35 output varies with dependent to the …

Interfacing LM35 temperature sensor with PIC18F4550 microcontroller Read More »

temperature sensor (6)

A Digital temperature meter using an LM35 temperature sensor using PIC16F688

Introduction A digital thermometer is a good choice of project for beginners who just stepped in to the world of microcontrollers because it provides an opportunity to learn using sensors to measure the real world signals that are analog in nature. This article describes a similar project based on a PIC16F688 microcontroller and an LM35 …

A Digital temperature meter using an LM35 temperature sensor using PIC16F688 Read More »

Digital Thermometer.

Digital Thermometer Using PIC16F688 microcontroller

Digital thermometers are cool devices as they show temperatures in human readable formats. This digital thermometer project is based on a PIC16F688 microcontroller and a DS1820 temperature sensor, and it displays temperature on a character LCD screen in both Celsius and Fahrenheit scales. I selected PIC16F688 for this project because it is cheap (I bought …

Digital Thermometer Using PIC16F688 microcontroller Read More »

PWM Code

PIC12F675 PWM Code and Proteus Simulation

This post provides the PWM code for PIC12F675 microcontroller using timer0. There are many uses for PWM signal, e-g you can control dc motor speed using PWM. Timer0 is initialized in the start of the main function and using timer0 interrupts, PWM is generated. This code is written in C language using MPLAB with HI-TECH C compiler. You …

PIC12F675 PWM Code and Proteus Simulation Read More »

Programmable Optical Slave Flash Trigger

A Programmable Optical Slave Flash Trigger for Digital Cameras with Processor PIC 12F675

The synchronizer ensures a contact-free, optical synchronization of external photographic flashguns. The triggering of the external flash is derived from embedded flashes of a camera. It can be used for both digital and “analogous” cameras or for a remote synchronization of the actual flash units. Its use is optimal especially with digital cameras (DC), where …

A Programmable Optical Slave Flash Trigger for Digital Cameras with Processor PIC 12F675 Read More »

RTC Module

Interfacing RTC Module (DS3231) with PIC Microcontroller: Digital Clock

Almost all embedded devices are designed to interact with the real world. They act as a bridge to communicate between the digital world and the real world. To make this process easier and efficient, the digital world would sometimes need to keep track of the time of and date of the real world. This way …

Interfacing RTC Module (DS3231) with PIC Microcontroller: Digital Clock Read More »

Digital SD card

Interfacing with a Secure Digital (SD) card using pic-microcontroller

Overview Secure Digital Cards, or SD cards, are used to hold information in many common electronic devices from digital cameras to mobile phones and come in sizes as small as 4 MB and as large as 8 GB. In this lab, we will establish communication between a Microchip PIC 18F4520 and a 2GB SD card …

Interfacing with a Secure Digital (SD) card using pic-microcontroller Read More »

Microcontroller Adc Project Circuit

Microcontroller Adc Project Circuit Using Pic

The microcontroller projects resources., Pic microcontroller tutorials, resources and projects ranging from simple to advanced designs with schematics and source code. free for non-commercial use.. Related Article Microcontroller Adc Project Circuit : The best microcontroller projects and resources. Pic microcontroller tutorials, resources and projects ranging from simple to advanced designs with schematics and source code. …

Microcontroller Adc Project Circuit Using Pic Read More »