pic microcontroller

Driving LCD directly from PIC

Driving LCD directly from PIC

This project is one another thermometer application that uses the TCN75A digital sensor from Microchip. The sensor provides digital temp conversion in the range -40°C – 125°C (-40°F – 257°F) and has maximum resolution 0.0625°C. However, the LCD that I used (2.5 digits model LCD-S2X1C50TR manufactured by Lumex) only works reliably in the temperature range […]

Driving LCD directly from PIC Read More »

PICing the MAX3100 Adding USB to a PIC Microcontroller Using the MAX3100 UART

PIC’ing the MAX3100: Adding USB to a PIC Microcontroller Using the MAX3100 UART using pic microcontroller

Abstract: USB has just become easy to implement. This application note eases equipment designers into USB by allowing them to continue to transmit and receive data using the familiar UART frames of the MAX3100 UART. A UART-to-USB converter IC and operating system driver will take care of all of the USB complexity. The application note describes

PIC’ing the MAX3100: Adding USB to a PIC Microcontroller Using the MAX3100 UART using pic microcontroller Read More »

How to Interface I2C External EEPROM 24LC64 to PIC Microcontroller1

How to Interface I2C External EEPROM 24LC64 to PIC Microcontroller

Microcontrollers are standalone chips since they have memory and processor embedded. The integrated memory of microcontrollers store embedded code and other temporary variables for the execution of program. CircuitsGallery published many microcontroller tutorials and PIC microcontroller projects. Sometimes we may use non-volatile memories (i2c devices) with microcontrollers in case of storing permanent data. In this

How to Interface I2C External EEPROM 24LC64 to PIC Microcontroller Read More »

Microchip PIC Microcontrollers Schematic

Microchip PIC Microcontrollers

Implementing ICSP requires connections to a minimum of 5 processor pins: VDD, VPP (also MCLR\), SCLK (on RB6), SDAT (on RB7), and GND. VDD and GND are straightforward. In most applications, it is best to dedicate RB6 and RB& for SCLK and SDAT. This avoids potential complications when these signals are used during programming. Microchip

Microchip PIC Microcontrollers Read More »

MEASURING HEART RATE USING A PHOTOPLETHYSMOGRAPHIC CARDIOTACHOMETER1

MEASURING HEART RATE USING A PHOTOPLETHYSMOGRAPHIC CARDIOTACHOMETER using pic-microcontroller

ABSTRACT The heart rate is an important measure of health and physical fitness. Medical professionals rely heavily on the rate as a measure of health status and use it to prescribe treatment to individuals. Athletes value the heart rate highly as a tool for regulating frequency and intensity of workouts because the rate provides a

MEASURING HEART RATE USING A PHOTOPLETHYSMOGRAPHIC CARDIOTACHOMETER using pic-microcontroller Read More »